Shades of Cherokee #EFD07F
Tints of Cherokee #EFD07F
RGB
CMYK
RGB Variations
Color information
#EFD07F (or 0xEFD07F) is known color: Cherokee. HEX triplet: EF, D0 and 7F. RGB value is (239,208,127). Sum of RGB (Red+Green+Blue) = 239+208+127=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD07F is #102F80. Grayscale: #D0D0D0. Windows color (decimal): -1060737 or 8376559. OLE color: 8376559.
HSL color Cylindrical-coordinate representation of color #EFD07F: hue angle of 43.39º 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 #EFD07F is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 127 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.06 |
| HSL | 43.39º | 0.78% | 0.72% | - |
| HSV(B) | 43.39º | 0.47% | 0.94% | - |
| XYZ | 61.98 | 64.99 | 29.36 | - |
| YUV | 208.04 | 82.27 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 127 | 0 | 0.13 | 0.47 | 0.06 | 43.39 | 0.78 | 0.72 |
| Hex | EF | D0 | 7F | 0 | D | 2F | 6 | 2B | 4E | 48 |
| Octal | 357 | 320 | 177 | 0 | 15 | 57 | 6 | 53 | 116 | 110 |
| Binary | 11101111 | 11010000 | 1111111 | 0 | 1101 | 101111 | 110 | 101011 | 1001110 | 1001000 |
Color Harmonies of #EFD07F
Complementary color
Monochromatic Colors of #EFD07F
Black with #EFD07F
Text Example
Text Example
White with #EFD07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD07F; }
p { color: rgb(239,208,127); }
H1.HeaderClassName
{
color: #EFD07F;
}
.AnyTagClassName
{
color: #EFD07F;
}
</style>
background-color css
<style>
a { background-color: #EFD07F; }
a { background-color: rgb(239,208,127); }
div.DivClassName
{
background-color: #EFD07F;
}
.BgClassName
{
background-color: #EFD07F;
}
</style>
border-color css
<style>
span { border-color: #EFD07F; }
span { border-color: rgb(239,208,127); }
td.TdClassName
{
border-color: #EFD07F;
}
.TagClassName
{
border-color: #EFD07F;
}
</style>