Shades of Cherokee #EFCD84
Tints of Cherokee #EFCD84
RGB
CMYK
RGB Variations
Color information
#EFCD84 (or 0xEFCD84) is known color: Cherokee. HEX triplet: EF, CD and 84. RGB value is (239,205,132). Sum of RGB (Red+Green+Blue) = 239+205+132=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 132 (51.95% from 255 or 22.92% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD84 is #10327B. Grayscale: #CFCFCF. Windows color (decimal): -1061500 or 8703471. OLE color: 8703471.
HSL color Cylindrical-coordinate representation of color #EFCD84: hue angle of 40.93º 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 #EFCD84 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 132 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.06 |
| HSL | 40.93º | 0.77% | 0.73% | - |
| HSV(B) | 40.93º | 0.45% | 0.94% | - |
| XYZ | 61.59 | 63.68 | 30.87 | - |
| YUV | 206.84 | 85.76 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 132 | 0 | 0.14 | 0.45 | 0.06 | 40.93 | 0.77 | 0.73 |
| Hex | EF | CD | 84 | 0 | E | 2D | 6 | 29 | 4D | 49 |
| Octal | 357 | 315 | 204 | 0 | 16 | 55 | 6 | 51 | 115 | 111 |
| Binary | 11101111 | 11001101 | 10000100 | 0 | 1110 | 101101 | 110 | 101001 | 1001101 | 1001001 |
Color Harmonies of #EFCD84
Complementary color
Monochromatic Colors of #EFCD84
Black with #EFCD84
Text Example
Text Example
White with #EFCD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD84; }
p { color: rgb(239,205,132); }
H1.HeaderClassName
{
color: #EFCD84;
}
.AnyTagClassName
{
color: #EFCD84;
}
</style>
background-color css
<style>
a { background-color: #EFCD84; }
a { background-color: rgb(239,205,132); }
div.DivClassName
{
background-color: #EFCD84;
}
.BgClassName
{
background-color: #EFCD84;
}
</style>
border-color css
<style>
span { border-color: #EFCD84; }
span { border-color: rgb(239,205,132); }
td.TdClassName
{
border-color: #EFCD84;
}
.TagClassName
{
border-color: #EFCD84;
}
</style>