rgb(237, 180, 145)
- In a RGB color space, hex #edb491 color is composed of 93% red, 71% green, and 57% blue.
- In a CMYK color space, it is consist of 0% cyan, 24% magenta, 39% yellow and 7% black.
- In web design, the web safe color for #edb491 is #FFCC99. The complementary color of #edb491 is #91caec.
#edb491 Color Conversion
Hex Color #edb491 RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #edb491
-
#edb491
#edb491
-
#91caec
#91caec
-
#f6dac8
#f6dac8
-
#c8e5f6
#c8e5f6
-
#b1876c
#b1876c
-
#6c97b1
#6c97b1
-
#b8a396
#b8a396
-
#96abb8
#96abb8
Two colors (#edb491,#91caec) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#edb491
#edb491
-
#f6dac8
#f6dac8
-
#765a48
#765a48
-
#faece3
#faece3
-
#b1876c
#b1876c
-
#b8a396
#b8a396
-
#584336
#584336
-
#bbb1aa
#bbb1aa
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #edb491
-
#edb491
#edb491
-
#D5A283
#D5A283
-
#BE9074
#BE9074
-
#A67E66
#A67E66
-
#8E6C57
#8E6C57
-
#775A49
#775A49
-
#5F483A
#5F483A
-
#47362C
#47362C
-
#2F241D
#2F241D
-
#18120F
#18120F
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#edb491
#edb491
-
#EFBC9C
#EFBC9C
-
#F1C3A7
#F1C3A7
-
#F2CBB2
#F2CBB2
-
#F4D2BD
#F4D2BD
-
#F6DAC8
#F6DAC8
-
#F8E1D3
#F8E1D3
-
#FAE9DE
#FAE9DE
-
#FBF0E9
#FBF0E9
-
#FDF8F4
#FDF8F4
-
#FEFDFC
#FEFDFC
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#edb491 Color Preview on Black Background
#edb491 Color Preview on White Background
<span style="color:#edb491;">Text here</span>
#edb491 Background Color
#edb491 Background Color
<p style="background-color:#edb491;">Text here</p>
#edb491 Border Color
<div style="border:1px solid #edb491;">Text here</div>
<style>.text {color:#edb491;}
.background {background-color:#edb491;}
.border {border:1px solid #edb491;}</style>