Shades of Cherokee #EFD384
Tints of Cherokee #EFD384
RGB
CMYK
RGB Variations
Color information
#EFD384 (or 0xEFD384) is known color: Cherokee. HEX triplet: EF, D3 and 84. RGB value is (239,211,132). Sum of RGB (Red+Green+Blue) = 239+211+132=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 132 (51.95% from 255 or 22.68% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD384 is #102C7B. Grayscale: #D2D2D2. Windows color (decimal): -1059964 or 8705007. OLE color: 8705007.
HSL color Cylindrical-coordinate representation of color #EFD384: hue angle of 44.3º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFD384 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 132 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.06 |
| HSL | 44.3º | 0.77% | 0.73% | - |
| HSV(B) | 44.3º | 0.45% | 0.94% | - |
| XYZ | 63.06 | 66.61 | 31.36 | - |
| YUV | 210.37 | 83.78 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 132 | 0 | 0.12 | 0.45 | 0.06 | 44.3 | 0.77 | 0.73 |
| Hex | EF | D3 | 84 | 0 | C | 2D | 6 | 2C | 4D | 49 |
| Octal | 357 | 323 | 204 | 0 | 14 | 55 | 6 | 54 | 115 | 111 |
| Binary | 11101111 | 11010011 | 10000100 | 0 | 1100 | 101101 | 110 | 101100 | 1001101 | 1001001 |
Color Harmonies of #EFD384
Complementary color
Monochromatic Colors of #EFD384
Black with #EFD384
Text Example
Text Example
White with #EFD384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD384; }
p { color: rgb(239,211,132); }
H1.HeaderClassName
{
color: #EFD384;
}
.AnyTagClassName
{
color: #EFD384;
}
</style>
background-color css
<style>
a { background-color: #EFD384; }
a { background-color: rgb(239,211,132); }
div.DivClassName
{
background-color: #EFD384;
}
.BgClassName
{
background-color: #EFD384;
}
</style>
border-color css
<style>
span { border-color: #EFD384; }
span { border-color: rgb(239,211,132); }
td.TdClassName
{
border-color: #EFD384;
}
.TagClassName
{
border-color: #EFD384;
}
</style>