Shades of Cherokee #EECF85
Tints of Cherokee #EECF85
RGB
CMYK
RGB Variations
Color information
#EECF85 (or 0xEECF85) is known color: Cherokee. HEX triplet: EE, CF and 85. RGB value is (238,207,133). Sum of RGB (Red+Green+Blue) = 238+207+133=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECF85 is #11307A. Grayscale: #D0D0D0. Windows color (decimal): -1126523 or 8769518. OLE color: 8769518.
HSL color Cylindrical-coordinate representation of color #EECF85: hue angle of 42.29º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EECF85 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 133 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.07 |
| HSL | 42.29º | 0.76% | 0.73% | - |
| HSV(B) | 42.29º | 0.44% | 0.93% | - |
| XYZ | 61.81 | 64.5 | 31.38 | - |
| YUV | 207.83 | 85.77 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 133 | 0 | 0.13 | 0.44 | 0.07 | 42.29 | 0.76 | 0.73 |
| Hex | EE | CF | 85 | 0 | D | 2C | 7 | 2A | 4C | 49 |
| Octal | 356 | 317 | 205 | 0 | 15 | 54 | 7 | 52 | 114 | 111 |
| Binary | 11101110 | 11001111 | 10000101 | 0 | 1101 | 101100 | 111 | 101010 | 1001100 | 1001001 |
Color Harmonies of #EECF85
Complementary color
Monochromatic Colors of #EECF85
Black with #EECF85
Text Example
Text Example
White with #EECF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF85; }
p { color: rgb(238,207,133); }
H1.HeaderClassName
{
color: #EECF85;
}
.AnyTagClassName
{
color: #EECF85;
}
</style>
background-color css
<style>
a { background-color: #EECF85; }
a { background-color: rgb(238,207,133); }
div.DivClassName
{
background-color: #EECF85;
}
.BgClassName
{
background-color: #EECF85;
}
</style>
border-color css
<style>
span { border-color: #EECF85; }
span { border-color: rgb(238,207,133); }
td.TdClassName
{
border-color: #EECF85;
}
.TagClassName
{
border-color: #EECF85;
}
</style>