Shades of Cherokee #EFD085
Tints of Cherokee #EFD085
RGB
CMYK
RGB Variations
Color information
#EFD085 (or 0xEFD085) is known color: Cherokee. HEX triplet: EF, D0 and 85. RGB value is (239,208,133). Sum of RGB (Red+Green+Blue) = 239+208+133=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD085 is #102F7A. Grayscale: #D1D1D1. Windows color (decimal): -1060731 or 8769775. OLE color: 8769775.
HSL color Cylindrical-coordinate representation of color #EFD085: hue angle of 42.45º 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 #EFD085 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 133 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.06 |
| HSL | 42.45º | 0.77% | 0.73% | - |
| HSV(B) | 42.45º | 0.44% | 0.94% | - |
| XYZ | 62.39 | 65.16 | 31.48 | - |
| YUV | 208.72 | 85.27 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 133 | 0 | 0.13 | 0.44 | 0.06 | 42.45 | 0.77 | 0.73 |
| Hex | EF | D0 | 85 | 0 | D | 2C | 6 | 2A | 4D | 49 |
| Octal | 357 | 320 | 205 | 0 | 15 | 54 | 6 | 52 | 115 | 111 |
| Binary | 11101111 | 11010000 | 10000101 | 0 | 1101 | 101100 | 110 | 101010 | 1001101 | 1001001 |
Color Harmonies of #EFD085
Complementary color
Monochromatic Colors of #EFD085
Black with #EFD085
Text Example
Text Example
White with #EFD085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD085; }
p { color: rgb(239,208,133); }
H1.HeaderClassName
{
color: #EFD085;
}
.AnyTagClassName
{
color: #EFD085;
}
</style>
background-color css
<style>
a { background-color: #EFD085; }
a { background-color: rgb(239,208,133); }
div.DivClassName
{
background-color: #EFD085;
}
.BgClassName
{
background-color: #EFD085;
}
</style>
border-color css
<style>
span { border-color: #EFD085; }
span { border-color: rgb(239,208,133); }
td.TdClassName
{
border-color: #EFD085;
}
.TagClassName
{
border-color: #EFD085;
}
</style>