Shades of Cherokee #EFD082
Tints of Cherokee #EFD082
RGB
CMYK
RGB Variations
Color information
#EFD082 (or 0xEFD082) is known color: Cherokee. HEX triplet: EF, D0 and 82. RGB value is (239,208,130). Sum of RGB (Red+Green+Blue) = 239+208+130=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD082 is #102F7D. Grayscale: #D0D0D0. Windows color (decimal): -1060734 or 8573167. OLE color: 8573167.
HSL color Cylindrical-coordinate representation of color #EFD082: hue angle of 42.94º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFD082 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 130 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.06 |
| HSL | 42.94º | 0.77% | 0.72% | - |
| HSV(B) | 42.94º | 0.46% | 0.94% | - |
| XYZ | 62.18 | 65.07 | 30.4 | - |
| YUV | 208.38 | 83.77 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 130 | 0 | 0.13 | 0.46 | 0.06 | 42.94 | 0.77 | 0.72 |
| Hex | EF | D0 | 82 | 0 | D | 2E | 6 | 2B | 4D | 48 |
| Octal | 357 | 320 | 202 | 0 | 15 | 56 | 6 | 53 | 115 | 110 |
| Binary | 11101111 | 11010000 | 10000010 | 0 | 1101 | 101110 | 110 | 101011 | 1001101 | 1001000 |
Color Harmonies of #EFD082
Complementary color
Monochromatic Colors of #EFD082
Black with #EFD082
Text Example
Text Example
White with #EFD082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD082; }
p { color: rgb(239,208,130); }
H1.HeaderClassName
{
color: #EFD082;
}
.AnyTagClassName
{
color: #EFD082;
}
</style>
background-color css
<style>
a { background-color: #EFD082; }
a { background-color: rgb(239,208,130); }
div.DivClassName
{
background-color: #EFD082;
}
.BgClassName
{
background-color: #EFD082;
}
</style>
border-color css
<style>
span { border-color: #EFD082; }
span { border-color: rgb(239,208,130); }
td.TdClassName
{
border-color: #EFD082;
}
.TagClassName
{
border-color: #EFD082;
}
</style>