Shades of Chamois #EDD09A
Tints of Chamois #EDD09A
RGB
CMYK
RGB Variations
Color information
#EDD09A (or 0xEDD09A) is known color: Chamois. HEX triplet: ED, D0 and 9A. RGB value is (237,208,154). Sum of RGB (Red+Green+Blue) = 237+208+154=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 154 (60.55% from 255 or 25.71% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD09A is #122F65. Grayscale: #D2D2D2. Windows color (decimal): -1191782 or 10146029. OLE color: 10146029.
HSL color Cylindrical-coordinate representation of color #EDD09A: hue angle of 39.04º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDD09A is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 154 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.07 |
| HSL | 39.04º | 0.7% | 0.77% | - |
| HSV(B) | 39.04º | 0.35% | 0.93% | - |
| XYZ | 63.31 | 65.45 | 39.87 | - |
| YUV | 210.52 | 96.11 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 154 | 0 | 0.12 | 0.35 | 0.07 | 39.04 | 0.7 | 0.77 |
| Hex | ED | D0 | 9A | 0 | C | 23 | 7 | 27 | 46 | 4D |
| Octal | 355 | 320 | 232 | 0 | 14 | 43 | 7 | 47 | 106 | 115 |
| Binary | 11101101 | 11010000 | 10011010 | 0 | 1100 | 100011 | 111 | 100111 | 1000110 | 1001101 |
Color Harmonies of #EDD09A
Complementary color
Monochromatic Colors of #EDD09A
Black with #EDD09A
Text Example
Text Example
White with #EDD09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD09A; }
p { color: rgb(237,208,154); }
H1.HeaderClassName
{
color: #EDD09A;
}
.AnyTagClassName
{
color: #EDD09A;
}
</style>
background-color css
<style>
a { background-color: #EDD09A; }
a { background-color: rgb(237,208,154); }
div.DivClassName
{
background-color: #EDD09A;
}
.BgClassName
{
background-color: #EDD09A;
}
</style>
border-color css
<style>
span { border-color: #EDD09A; }
span { border-color: rgb(237,208,154); }
td.TdClassName
{
border-color: #EDD09A;
}
.TagClassName
{
border-color: #EDD09A;
}
</style>