Shades of Cherokee #EFC98D
Tints of Cherokee #EFC98D
RGB
CMYK
RGB Variations
Color information
#EFC98D (or 0xEFC98D) is known color: Cherokee. HEX triplet: EF, C9 and 8D. RGB value is (239,201,141). Sum of RGB (Red+Green+Blue) = 239+201+141=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC98D is #103672. Grayscale: #CDCDCD. Windows color (decimal): -1062515 or 9292271. OLE color: 9292271.
HSL color Cylindrical-coordinate representation of color #EFC98D: hue angle of 36.73º 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 #EFC98D is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 141 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.06 |
| HSL | 36.73º | 0.75% | 0.75% | - |
| HSV(B) | 36.73º | 0.41% | 0.94% | - |
| XYZ | 61.29 | 62.05 | 33.95 | - |
| YUV | 205.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 141 | 0 | 0.16 | 0.41 | 0.06 | 36.73 | 0.75 | 0.75 |
| Hex | EF | C9 | 8D | 0 | 10 | 29 | 6 | 25 | 4B | 4B |
| Octal | 357 | 311 | 215 | 0 | 20 | 51 | 6 | 45 | 113 | 113 |
| Binary | 11101111 | 11001001 | 10001101 | 0 | 10000 | 101001 | 110 | 100101 | 1001011 | 1001011 |
Color Harmonies of #EFC98D
Complementary color
Monochromatic Colors of #EFC98D
Black with #EFC98D
Text Example
Text Example
White with #EFC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC98D; }
p { color: rgb(239,201,141); }
H1.HeaderClassName
{
color: #EFC98D;
}
.AnyTagClassName
{
color: #EFC98D;
}
</style>
background-color css
<style>
a { background-color: #EFC98D; }
a { background-color: rgb(239,201,141); }
div.DivClassName
{
background-color: #EFC98D;
}
.BgClassName
{
background-color: #EFC98D;
}
</style>
border-color css
<style>
span { border-color: #EFC98D; }
span { border-color: rgb(239,201,141); }
td.TdClassName
{
border-color: #EFC98D;
}
.TagClassName
{
border-color: #EFC98D;
}
</style>