Shades of Chamois #EED28E
Tints of Chamois #EED28E
RGB
CMYK
RGB Variations
Color information
#EED28E (or 0xEED28E) is known color: Chamois. HEX triplet: EE, D2 and 8E. RGB value is (238,210,142). Sum of RGB (Red+Green+Blue) = 238+210+142=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EED28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED28E is #112D71. Grayscale: #D2D2D2. Windows color (decimal): -1125746 or 9360110. OLE color: 9360110.
HSL color Cylindrical-coordinate representation of color #EED28E: hue angle of 42.5º 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 #EED28E is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 142 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.07 |
| HSL | 42.5º | 0.74% | 0.75% | - |
| HSV(B) | 42.5º | 0.4% | 0.93% | - |
| XYZ | 63.19 | 66.22 | 35.04 | - |
| YUV | 210.62 | 89.28 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 142 | 0 | 0.12 | 0.40 | 0.07 | 42.5 | 0.74 | 0.75 |
| Hex | EE | D2 | 8E | 0 | C | 28 | 7 | 2A | 4A | 4B |
| Octal | 356 | 322 | 216 | 0 | 14 | 50 | 7 | 52 | 112 | 113 |
| Binary | 11101110 | 11010010 | 10001110 | 0 | 1100 | 101000 | 111 | 101010 | 1001010 | 1001011 |
Color Harmonies of #EED28E
Complementary color
Monochromatic Colors of #EED28E
Black with #EED28E
Text Example
Text Example
White with #EED28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED28E; }
p { color: rgb(238,210,142); }
H1.HeaderClassName
{
color: #EED28E;
}
.AnyTagClassName
{
color: #EED28E;
}
</style>
background-color css
<style>
a { background-color: #EED28E; }
a { background-color: rgb(238,210,142); }
div.DivClassName
{
background-color: #EED28E;
}
.BgClassName
{
background-color: #EED28E;
}
</style>
border-color css
<style>
span { border-color: #EED28E; }
span { border-color: rgb(238,210,142); }
td.TdClassName
{
border-color: #EED28E;
}
.TagClassName
{
border-color: #EED28E;
}
</style>