Shades of Cherokee #EFCA8C
Tints of Cherokee #EFCA8C
RGB
CMYK
RGB Variations
Color information
#EFCA8C (or 0xEFCA8C) is known color: Cherokee. HEX triplet: EF, CA and 8C. RGB value is (239,202,140). Sum of RGB (Red+Green+Blue) = 239+202+140=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 140 (55.08% from 255 or 24.10% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCA8C is #103573. Grayscale: #CECECE. Windows color (decimal): -1062260 or 9226991. OLE color: 9226991.
HSL color Cylindrical-coordinate representation of color #EFCA8C: hue angle of 37.58º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFCA8C is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 202 | 140 | - |
CMYK | 0 | 0.15 | 0.41 | 0.06 |
HSL | 37.58º | 0.76% | 0.74% | - |
HSV(B) | 37.58º | 0.41% | 0.94% | - |
XYZ | 61.45 | 62.49 | 33.63 | - |
YUV | 206 | 90.76 | 151.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 202 | 140 | 0 | 0.15 | 0.41 | 0.06 | 37.58 | 0.76 | 0.74 |
Hex | EF | CA | 8C | 0 | F | 29 | 6 | 26 | 4C | 4A |
Octal | 357 | 312 | 214 | 0 | 17 | 51 | 6 | 46 | 114 | 112 |
Binary | 11101111 | 11001010 | 10001100 | 0 | 1111 | 101001 | 110 | 100110 | 1001100 | 1001010 |
Color Harmonies of #EFCA8C
Complementary color
Monochromatic Colors of #EFCA8C
Black with #EFCA8C
Text Example
Text Example
White with #EFCA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCA8C; }
p { color: rgb(239,202,140); }
H1.HeaderClassName
{
color: #EFCA8C;
}
.AnyTagClassName
{
color: #EFCA8C;
}
</style>
background-color css
<style>
a { background-color: #EFCA8C; }
a { background-color: rgb(239,202,140); }
div.DivClassName
{
background-color: #EFCA8C;
}
.BgClassName
{
background-color: #EFCA8C;
}
</style>
border-color css
<style>
span { border-color: #EFCA8C; }
span { border-color: rgb(239,202,140); }
td.TdClassName
{
border-color: #EFCA8C;
}
.TagClassName
{
border-color: #EFCA8C;
}
</style>