Shades of Cherokee #EFD07E
Tints of Cherokee #EFD07E
RGB
CMYK
RGB Variations
Color information
#EFD07E (or 0xEFD07E) is known color: Cherokee. HEX triplet: EF, D0 and 7E. RGB value is (239,208,126). Sum of RGB (Red+Green+Blue) = 239+208+126=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 126 (49.61% from 255 or 21.99% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD07E is #102F81. Grayscale: #D0D0D0. Windows color (decimal): -1060738 or 8311023. OLE color: 8311023.
HSL color Cylindrical-coordinate representation of color #EFD07E: hue angle of 43.54º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFD07E is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 126 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.06 |
| HSL | 43.54º | 0.78% | 0.72% | - |
| HSV(B) | 43.54º | 0.47% | 0.94% | - |
| XYZ | 61.92 | 64.97 | 29.02 | - |
| YUV | 207.92 | 81.77 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 126 | 0 | 0.13 | 0.47 | 0.06 | 43.54 | 0.78 | 0.72 |
| Hex | EF | D0 | 7E | 0 | D | 2F | 6 | 2C | 4E | 48 |
| Octal | 357 | 320 | 176 | 0 | 15 | 57 | 6 | 54 | 116 | 110 |
| Binary | 11101111 | 11010000 | 1111110 | 0 | 1101 | 101111 | 110 | 101100 | 1001110 | 1001000 |
Color Harmonies of #EFD07E
Complementary color
Monochromatic Colors of #EFD07E
Black with #EFD07E
Text Example
Text Example
White with #EFD07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD07E; }
p { color: rgb(239,208,126); }
H1.HeaderClassName
{
color: #EFD07E;
}
.AnyTagClassName
{
color: #EFD07E;
}
</style>
background-color css
<style>
a { background-color: #EFD07E; }
a { background-color: rgb(239,208,126); }
div.DivClassName
{
background-color: #EFD07E;
}
.BgClassName
{
background-color: #EFD07E;
}
</style>
border-color css
<style>
span { border-color: #EFD07E; }
span { border-color: rgb(239,208,126); }
td.TdClassName
{
border-color: #EFD07E;
}
.TagClassName
{
border-color: #EFD07E;
}
</style>