Shades of Cherokee #EFCE85
Tints of Cherokee #EFCE85
RGB
CMYK
RGB Variations
Color information
#EFCE85 (or 0xEFCE85) is known color: Cherokee. HEX triplet: EF, CE and 85. RGB value is (239,206,133). Sum of RGB (Red+Green+Blue) = 239+206+133=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCE85 is #10317A. Grayscale: #CFCFCF. Windows color (decimal): -1061243 or 8769263. OLE color: 8769263.
HSL color Cylindrical-coordinate representation of color #EFCE85: hue angle of 41.32º 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 #EFCE85 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 133 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.06 |
| HSL | 41.32º | 0.77% | 0.73% | - |
| HSV(B) | 41.32º | 0.44% | 0.94% | - |
| XYZ | 61.9 | 64.19 | 31.32 | - |
| YUV | 207.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 133 | 0 | 0.14 | 0.44 | 0.06 | 41.32 | 0.77 | 0.73 |
| Hex | EF | CE | 85 | 0 | E | 2C | 6 | 29 | 4D | 49 |
| Octal | 357 | 316 | 205 | 0 | 16 | 54 | 6 | 51 | 115 | 111 |
| Binary | 11101111 | 11001110 | 10000101 | 0 | 1110 | 101100 | 110 | 101001 | 1001101 | 1001001 |
Color Harmonies of #EFCE85
Complementary color
Monochromatic Colors of #EFCE85
Black with #EFCE85
Text Example
Text Example
White with #EFCE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE85; }
p { color: rgb(239,206,133); }
H1.HeaderClassName
{
color: #EFCE85;
}
.AnyTagClassName
{
color: #EFCE85;
}
</style>
background-color css
<style>
a { background-color: #EFCE85; }
a { background-color: rgb(239,206,133); }
div.DivClassName
{
background-color: #EFCE85;
}
.BgClassName
{
background-color: #EFCE85;
}
</style>
border-color css
<style>
span { border-color: #EFCE85; }
span { border-color: rgb(239,206,133); }
td.TdClassName
{
border-color: #EFCE85;
}
.TagClassName
{
border-color: #EFCE85;
}
</style>