Shades of Cherokee #EFCA8B
Tints of Cherokee #EFCA8B
RGB
CMYK
RGB Variations
Color information
#EFCA8B (or 0xEFCA8B) is known color: Cherokee. HEX triplet: EF, CA and 8B. RGB value is (239,202,139). Sum of RGB (Red+Green+Blue) = 239+202+139=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 139 (54.69% from 255 or 23.97% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCA8B is #103574. Grayscale: #CECECE. Windows color (decimal): -1062261 or 9161455. OLE color: 9161455.
HSL color Cylindrical-coordinate representation of color #EFCA8B: hue angle of 37.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFCA8B is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 139 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.06 |
| HSL | 37.8º | 0.76% | 0.74% | - |
| HSV(B) | 37.8º | 0.42% | 0.94% | - |
| XYZ | 61.38 | 62.46 | 33.25 | - |
| YUV | 205.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 139 | 0 | 0.15 | 0.42 | 0.06 | 37.8 | 0.76 | 0.74 |
| Hex | EF | CA | 8B | 0 | F | 2A | 6 | 26 | 4C | 4A |
| Octal | 357 | 312 | 213 | 0 | 17 | 52 | 6 | 46 | 114 | 112 |
| Binary | 11101111 | 11001010 | 10001011 | 0 | 1111 | 101010 | 110 | 100110 | 1001100 | 1001010 |
Color Harmonies of #EFCA8B
Complementary color
Monochromatic Colors of #EFCA8B
Black with #EFCA8B
Text Example
Text Example
White with #EFCA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCA8B; }
p { color: rgb(239,202,139); }
H1.HeaderClassName
{
color: #EFCA8B;
}
.AnyTagClassName
{
color: #EFCA8B;
}
</style>
background-color css
<style>
a { background-color: #EFCA8B; }
a { background-color: rgb(239,202,139); }
div.DivClassName
{
background-color: #EFCA8B;
}
.BgClassName
{
background-color: #EFCA8B;
}
</style>
border-color css
<style>
span { border-color: #EFCA8B; }
span { border-color: rgb(239,202,139); }
td.TdClassName
{
border-color: #EFCA8B;
}
.TagClassName
{
border-color: #EFCA8B;
}
</style>