Shades of Cherokee #EFD086
Tints of Cherokee #EFD086
RGB
CMYK
RGB Variations
Color information
#EFD086 (or 0xEFD086) is known color: Cherokee. HEX triplet: EF, D0 and 86. RGB value is (239,208,134). Sum of RGB (Red+Green+Blue) = 239+208+134=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 134 (52.73% from 255 or 23.06% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD086 is #102F79. Grayscale: #D1D1D1. Windows color (decimal): -1060730 or 8835311. OLE color: 8835311.
HSL color Cylindrical-coordinate representation of color #EFD086: hue angle of 42.29º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFD086 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 134 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.06 |
| HSL | 42.29º | 0.77% | 0.73% | - |
| HSV(B) | 42.29º | 0.44% | 0.94% | - |
| XYZ | 62.46 | 65.18 | 31.84 | - |
| YUV | 208.83 | 85.77 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 134 | 0 | 0.13 | 0.44 | 0.06 | 42.29 | 0.77 | 0.73 |
| Hex | EF | D0 | 86 | 0 | D | 2C | 6 | 2A | 4D | 49 |
| Octal | 357 | 320 | 206 | 0 | 15 | 54 | 6 | 52 | 115 | 111 |
| Binary | 11101111 | 11010000 | 10000110 | 0 | 1101 | 101100 | 110 | 101010 | 1001101 | 1001001 |
Color Harmonies of #EFD086
Complementary color
Monochromatic Colors of #EFD086
Black with #EFD086
Text Example
Text Example
White with #EFD086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD086; }
p { color: rgb(239,208,134); }
H1.HeaderClassName
{
color: #EFD086;
}
.AnyTagClassName
{
color: #EFD086;
}
</style>
background-color css
<style>
a { background-color: #EFD086; }
a { background-color: rgb(239,208,134); }
div.DivClassName
{
background-color: #EFD086;
}
.BgClassName
{
background-color: #EFD086;
}
</style>
border-color css
<style>
span { border-color: #EFD086; }
span { border-color: rgb(239,208,134); }
td.TdClassName
{
border-color: #EFD086;
}
.TagClassName
{
border-color: #EFD086;
}
</style>