Shades of Chamois #EECA8E
Tints of Chamois #EECA8E
RGB
CMYK
RGB Variations
Color information
#EECA8E (or 0xEECA8E) is known color: Chamois. HEX triplet: EE, CA and 8E. RGB value is (238,202,142). Sum of RGB (Red+Green+Blue) = 238+202+142=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 142 (55.86% from 255 or 24.40% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECA8E is #113571. Grayscale: #CECECE. Windows color (decimal): -1127794 or 9358062. OLE color: 9358062.
HSL color Cylindrical-coordinate representation of color #EECA8E: hue angle of 37.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 #EECA8E is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 142 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.07 |
| HSL | 37.5º | 0.74% | 0.75% | - |
| HSV(B) | 37.5º | 0.4% | 0.93% | - |
| XYZ | 61.26 | 62.37 | 34.4 | - |
| YUV | 205.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 142 | 0 | 0.15 | 0.40 | 0.07 | 37.5 | 0.74 | 0.75 |
| Hex | EE | CA | 8E | 0 | F | 28 | 7 | 26 | 4A | 4B |
| Octal | 356 | 312 | 216 | 0 | 17 | 50 | 7 | 46 | 112 | 113 |
| Binary | 11101110 | 11001010 | 10001110 | 0 | 1111 | 101000 | 111 | 100110 | 1001010 | 1001011 |
Color Harmonies of #EECA8E
Complementary color
Monochromatic Colors of #EECA8E
Black with #EECA8E
Text Example
Text Example
White with #EECA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA8E; }
p { color: rgb(238,202,142); }
H1.HeaderClassName
{
color: #EECA8E;
}
.AnyTagClassName
{
color: #EECA8E;
}
</style>
background-color css
<style>
a { background-color: #EECA8E; }
a { background-color: rgb(238,202,142); }
div.DivClassName
{
background-color: #EECA8E;
}
.BgClassName
{
background-color: #EECA8E;
}
</style>
border-color css
<style>
span { border-color: #EECA8E; }
span { border-color: rgb(238,202,142); }
td.TdClassName
{
border-color: #EECA8E;
}
.TagClassName
{
border-color: #EECA8E;
}
</style>