Shades of Chamois #EED08E
Tints of Chamois #EED08E
RGB
CMYK
RGB Variations
Color information
#EED08E (or 0xEED08E) is known color: Chamois. HEX triplet: EE, D0 and 8E. RGB value is (238,208,142). Sum of RGB (Red+Green+Blue) = 238+208+142=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EED08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED08E is #112F71. Grayscale: #D1D1D1. Windows color (decimal): -1126258 or 9359598. OLE color: 9359598.
HSL color Cylindrical-coordinate representation of color #EED08E: hue angle of 41.25º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EED08E is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 142 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.07 |
| HSL | 41.25º | 0.74% | 0.75% | - |
| HSV(B) | 41.25º | 0.4% | 0.93% | - |
| XYZ | 62.7 | 65.24 | 34.88 | - |
| YUV | 209.45 | 89.94 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 142 | 0 | 0.13 | 0.40 | 0.07 | 41.25 | 0.74 | 0.75 |
| Hex | EE | D0 | 8E | 0 | D | 28 | 7 | 29 | 4A | 4B |
| Octal | 356 | 320 | 216 | 0 | 15 | 50 | 7 | 51 | 112 | 113 |
| Binary | 11101110 | 11010000 | 10001110 | 0 | 1101 | 101000 | 111 | 101001 | 1001010 | 1001011 |
Color Harmonies of #EED08E
Complementary color
Monochromatic Colors of #EED08E
Black with #EED08E
Text Example
Text Example
White with #EED08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED08E; }
p { color: rgb(238,208,142); }
H1.HeaderClassName
{
color: #EED08E;
}
.AnyTagClassName
{
color: #EED08E;
}
</style>
background-color css
<style>
a { background-color: #EED08E; }
a { background-color: rgb(238,208,142); }
div.DivClassName
{
background-color: #EED08E;
}
.BgClassName
{
background-color: #EED08E;
}
</style>
border-color css
<style>
span { border-color: #EED08E; }
span { border-color: rgb(238,208,142); }
td.TdClassName
{
border-color: #EED08E;
}
.TagClassName
{
border-color: #EED08E;
}
</style>