Shades of Cherokee #EFD08A
Tints of Cherokee #EFD08A
RGB
CMYK
RGB Variations
Color information
#EFD08A (or 0xEFD08A) is known color: Cherokee. HEX triplet: EF, D0 and 8A. RGB value is (239,208,138). Sum of RGB (Red+Green+Blue) = 239+208+138=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD08A is #102F75. Grayscale: #D1D1D1. Windows color (decimal): -1060726 or 9097455. OLE color: 9097455.
HSL color Cylindrical-coordinate representation of color #EFD08A: hue angle of 41.58º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFD08A is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 138 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.06 |
| HSL | 41.58º | 0.76% | 0.74% | - |
| HSV(B) | 41.58º | 0.42% | 0.94% | - |
| XYZ | 62.74 | 65.3 | 33.34 | - |
| YUV | 209.29 | 87.77 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 138 | 0 | 0.13 | 0.42 | 0.06 | 41.58 | 0.76 | 0.74 |
| Hex | EF | D0 | 8A | 0 | D | 2A | 6 | 2A | 4C | 4A |
| Octal | 357 | 320 | 212 | 0 | 15 | 52 | 6 | 52 | 114 | 112 |
| Binary | 11101111 | 11010000 | 10001010 | 0 | 1101 | 101010 | 110 | 101010 | 1001100 | 1001010 |
Color Harmonies of #EFD08A
Complementary color
Monochromatic Colors of #EFD08A
Black with #EFD08A
Text Example
Text Example
White with #EFD08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD08A; }
p { color: rgb(239,208,138); }
H1.HeaderClassName
{
color: #EFD08A;
}
.AnyTagClassName
{
color: #EFD08A;
}
</style>
background-color css
<style>
a { background-color: #EFD08A; }
a { background-color: rgb(239,208,138); }
div.DivClassName
{
background-color: #EFD08A;
}
.BgClassName
{
background-color: #EFD08A;
}
</style>
border-color css
<style>
span { border-color: #EFD08A; }
span { border-color: rgb(239,208,138); }
td.TdClassName
{
border-color: #EFD08A;
}
.TagClassName
{
border-color: #EFD08A;
}
</style>