Shades of Cherokee #EFCF85
Tints of Cherokee #EFCF85
RGB
CMYK
RGB Variations
Color information
#EFCF85 (or 0xEFCF85) is known color: Cherokee. HEX triplet: EF, CF and 85. RGB value is (239,207,133). Sum of RGB (Red+Green+Blue) = 239+207+133=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCF85 is #10307A. Grayscale: #D0D0D0. Windows color (decimal): -1060987 or 8769519. OLE color: 8769519.
HSL color Cylindrical-coordinate representation of color #EFCF85: hue angle of 41.89º 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 #EFCF85 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 133 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.06 |
| HSL | 41.89º | 0.77% | 0.73% | - |
| HSV(B) | 41.89º | 0.44% | 0.94% | - |
| XYZ | 62.14 | 64.67 | 31.4 | - |
| YUV | 208.13 | 85.6 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 133 | 0 | 0.13 | 0.44 | 0.06 | 41.89 | 0.77 | 0.73 |
| Hex | EF | CF | 85 | 0 | D | 2C | 6 | 2A | 4D | 49 |
| Octal | 357 | 317 | 205 | 0 | 15 | 54 | 6 | 52 | 115 | 111 |
| Binary | 11101111 | 11001111 | 10000101 | 0 | 1101 | 101100 | 110 | 101010 | 1001101 | 1001001 |
Color Harmonies of #EFCF85
Complementary color
Monochromatic Colors of #EFCF85
Black with #EFCF85
Text Example
Text Example
White with #EFCF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCF85; }
p { color: rgb(239,207,133); }
H1.HeaderClassName
{
color: #EFCF85;
}
.AnyTagClassName
{
color: #EFCF85;
}
</style>
background-color css
<style>
a { background-color: #EFCF85; }
a { background-color: rgb(239,207,133); }
div.DivClassName
{
background-color: #EFCF85;
}
.BgClassName
{
background-color: #EFCF85;
}
</style>
border-color css
<style>
span { border-color: #EFCF85; }
span { border-color: rgb(239,207,133); }
td.TdClassName
{
border-color: #EFCF85;
}
.TagClassName
{
border-color: #EFCF85;
}
</style>