Shades of Cherokee #EFC98E
Tints of Cherokee #EFC98E
RGB
CMYK
RGB Variations
Color information
#EFC98E (or 0xEFC98E) is known color: Cherokee. HEX triplet: EF, C9 and 8E. RGB value is (239,201,142). Sum of RGB (Red+Green+Blue) = 239+201+142=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 142 (55.86% from 255 or 24.40% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC98E is #103671. Grayscale: #CDCDCD. Windows color (decimal): -1062514 or 9357807. OLE color: 9357807.
HSL color Cylindrical-coordinate representation of color #EFC98E: hue angle of 36.49º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFC98E is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 142 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.06 |
| HSL | 36.49º | 0.75% | 0.75% | - |
| HSV(B) | 36.49º | 0.41% | 0.94% | - |
| XYZ | 61.37 | 62.08 | 34.34 | - |
| YUV | 205.64 | 92.09 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 142 | 0 | 0.16 | 0.41 | 0.06 | 36.49 | 0.75 | 0.75 |
| Hex | EF | C9 | 8E | 0 | 10 | 29 | 6 | 24 | 4B | 4B |
| Octal | 357 | 311 | 216 | 0 | 20 | 51 | 6 | 44 | 113 | 113 |
| Binary | 11101111 | 11001001 | 10001110 | 0 | 10000 | 101001 | 110 | 100100 | 1001011 | 1001011 |
Color Harmonies of #EFC98E
Complementary color
Monochromatic Colors of #EFC98E
Black with #EFC98E
Text Example
Text Example
White with #EFC98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC98E; }
p { color: rgb(239,201,142); }
H1.HeaderClassName
{
color: #EFC98E;
}
.AnyTagClassName
{
color: #EFC98E;
}
</style>
background-color css
<style>
a { background-color: #EFC98E; }
a { background-color: rgb(239,201,142); }
div.DivClassName
{
background-color: #EFC98E;
}
.BgClassName
{
background-color: #EFC98E;
}
</style>
border-color css
<style>
span { border-color: #EFC98E; }
span { border-color: rgb(239,201,142); }
td.TdClassName
{
border-color: #EFC98E;
}
.TagClassName
{
border-color: #EFC98E;
}
</style>