Shades of Cherokee #EFCE86
Tints of Cherokee #EFCE86
RGB
CMYK
RGB Variations
Color information
#EFCE86 (or 0xEFCE86) is known color: Cherokee. HEX triplet: EF, CE and 86. RGB value is (239,206,134). Sum of RGB (Red+Green+Blue) = 239+206+134=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 134 (52.73% from 255 or 23.14% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCE86 is #103179. Grayscale: #CFCFCF. Windows color (decimal): -1061242 or 8834799. OLE color: 8834799.
HSL color Cylindrical-coordinate representation of color #EFCE86: hue angle of 41.14º 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 #EFCE86 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 134 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.06 |
| HSL | 41.14º | 0.77% | 0.73% | - |
| HSV(B) | 41.14º | 0.44% | 0.94% | - |
| XYZ | 61.97 | 64.21 | 31.68 | - |
| YUV | 207.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 134 | 0 | 0.14 | 0.44 | 0.06 | 41.14 | 0.77 | 0.73 |
| Hex | EF | CE | 86 | 0 | E | 2C | 6 | 29 | 4D | 49 |
| Octal | 357 | 316 | 206 | 0 | 16 | 54 | 6 | 51 | 115 | 111 |
| Binary | 11101111 | 11001110 | 10000110 | 0 | 1110 | 101100 | 110 | 101001 | 1001101 | 1001001 |
Color Harmonies of #EFCE86
Complementary color
Monochromatic Colors of #EFCE86
Black with #EFCE86
Text Example
Text Example
White with #EFCE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE86; }
p { color: rgb(239,206,134); }
H1.HeaderClassName
{
color: #EFCE86;
}
.AnyTagClassName
{
color: #EFCE86;
}
</style>
background-color css
<style>
a { background-color: #EFCE86; }
a { background-color: rgb(239,206,134); }
div.DivClassName
{
background-color: #EFCE86;
}
.BgClassName
{
background-color: #EFCE86;
}
</style>
border-color css
<style>
span { border-color: #EFCE86; }
span { border-color: rgb(239,206,134); }
td.TdClassName
{
border-color: #EFCE86;
}
.TagClassName
{
border-color: #EFCE86;
}
</style>