Shades of Cherokee #EFCE80
Tints of Cherokee #EFCE80
RGB
CMYK
RGB Variations
Color information
#EFCE80 (or 0xEFCE80) is known color: Cherokee. HEX triplet: EF, CE and 80. RGB value is (239,206,128). Sum of RGB (Red+Green+Blue) = 239+206+128=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCE80 is #10317F. Grayscale: #CFCFCF. Windows color (decimal): -1061248 or 8441583. OLE color: 8441583.
HSL color Cylindrical-coordinate representation of color #EFCE80: hue angle of 42.16º degrees, saturation: 0.78, 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 #EFCE80 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 128 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.06 |
| HSL | 42.16º | 0.78% | 0.72% | - |
| HSV(B) | 42.16º | 0.46% | 0.94% | - |
| XYZ | 61.56 | 64.05 | 29.54 | - |
| YUV | 206.98 | 83.43 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 128 | 0 | 0.14 | 0.46 | 0.06 | 42.16 | 0.78 | 0.72 |
| Hex | EF | CE | 80 | 0 | E | 2E | 6 | 2A | 4E | 48 |
| Octal | 357 | 316 | 200 | 0 | 16 | 56 | 6 | 52 | 116 | 110 |
| Binary | 11101111 | 11001110 | 10000000 | 0 | 1110 | 101110 | 110 | 101010 | 1001110 | 1001000 |
Color Harmonies of #EFCE80
Complementary color
Monochromatic Colors of #EFCE80
Black with #EFCE80
Text Example
Text Example
White with #EFCE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE80; }
p { color: rgb(239,206,128); }
H1.HeaderClassName
{
color: #EFCE80;
}
.AnyTagClassName
{
color: #EFCE80;
}
</style>
background-color css
<style>
a { background-color: #EFCE80; }
a { background-color: rgb(239,206,128); }
div.DivClassName
{
background-color: #EFCE80;
}
.BgClassName
{
background-color: #EFCE80;
}
</style>
border-color css
<style>
span { border-color: #EFCE80; }
span { border-color: rgb(239,206,128); }
td.TdClassName
{
border-color: #EFCE80;
}
.TagClassName
{
border-color: #EFCE80;
}
</style>