Shades of Cherokee #EFD08D
Tints of Cherokee #EFD08D
RGB
CMYK
RGB Variations
Color information
#EFD08D (or 0xEFD08D) is known color: Cherokee. HEX triplet: EF, D0 and 8D. RGB value is (239,208,141). Sum of RGB (Red+Green+Blue) = 239+208+141=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 141 (55.47% from 255 or 23.98% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD08D is #102F72. Grayscale: #D1D1D1. Windows color (decimal): -1060723 or 9294063. OLE color: 9294063.
HSL color Cylindrical-coordinate representation of color #EFD08D: hue angle of 41.02º 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 #EFD08D is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 141 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.06 |
| HSL | 41.02º | 0.75% | 0.75% | - |
| HSV(B) | 41.02º | 0.41% | 0.94% | - |
| XYZ | 62.96 | 65.39 | 34.5 | - |
| YUV | 209.63 | 89.27 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 141 | 0 | 0.13 | 0.41 | 0.06 | 41.02 | 0.75 | 0.75 |
| Hex | EF | D0 | 8D | 0 | D | 29 | 6 | 29 | 4B | 4B |
| Octal | 357 | 320 | 215 | 0 | 15 | 51 | 6 | 51 | 113 | 113 |
| Binary | 11101111 | 11010000 | 10001101 | 0 | 1101 | 101001 | 110 | 101001 | 1001011 | 1001011 |
Color Harmonies of #EFD08D
Complementary color
Monochromatic Colors of #EFD08D
Black with #EFD08D
Text Example
Text Example
White with #EFD08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD08D; }
p { color: rgb(239,208,141); }
H1.HeaderClassName
{
color: #EFD08D;
}
.AnyTagClassName
{
color: #EFD08D;
}
</style>
background-color css
<style>
a { background-color: #EFD08D; }
a { background-color: rgb(239,208,141); }
div.DivClassName
{
background-color: #EFD08D;
}
.BgClassName
{
background-color: #EFD08D;
}
</style>
border-color css
<style>
span { border-color: #EFD08D; }
span { border-color: rgb(239,208,141); }
td.TdClassName
{
border-color: #EFD08D;
}
.TagClassName
{
border-color: #EFD08D;
}
</style>