Shades of Cherokee #EFD18E
Tints of Cherokee #EFD18E
RGB
CMYK
RGB Variations
Color information
#EFD18E (or 0xEFD18E) is known color: Cherokee. HEX triplet: EF, D1 and 8E. RGB value is (239,209,142). Sum of RGB (Red+Green+Blue) = 239+209+142=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD18E is #102E71. Grayscale: #D2D2D2. Windows color (decimal): -1060466 or 9359855. OLE color: 9359855.
HSL color Cylindrical-coordinate representation of color #EFD18E: hue angle of 41.44º 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 #EFD18E is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 142 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.06 |
| HSL | 41.44º | 0.75% | 0.75% | - |
| HSV(B) | 41.44º | 0.41% | 0.94% | - |
| XYZ | 63.28 | 65.9 | 34.98 | - |
| YUV | 210.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 142 | 0 | 0.13 | 0.41 | 0.06 | 41.44 | 0.75 | 0.75 |
| Hex | EF | D1 | 8E | 0 | D | 29 | 6 | 29 | 4B | 4B |
| Octal | 357 | 321 | 216 | 0 | 15 | 51 | 6 | 51 | 113 | 113 |
| Binary | 11101111 | 11010001 | 10001110 | 0 | 1101 | 101001 | 110 | 101001 | 1001011 | 1001011 |
Color Harmonies of #EFD18E
Complementary color
Monochromatic Colors of #EFD18E
Black with #EFD18E
Text Example
Text Example
White with #EFD18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD18E; }
p { color: rgb(239,209,142); }
H1.HeaderClassName
{
color: #EFD18E;
}
.AnyTagClassName
{
color: #EFD18E;
}
</style>
background-color css
<style>
a { background-color: #EFD18E; }
a { background-color: rgb(239,209,142); }
div.DivClassName
{
background-color: #EFD18E;
}
.BgClassName
{
background-color: #EFD18E;
}
</style>
border-color css
<style>
span { border-color: #EFD18E; }
span { border-color: rgb(239,209,142); }
td.TdClassName
{
border-color: #EFD18E;
}
.TagClassName
{
border-color: #EFD18E;
}
</style>