Shades of Cherokee #EFCD8B
Tints of Cherokee #EFCD8B
RGB
CMYK
RGB Variations
Color information
#EFCD8B (or 0xEFCD8B) is known color: Cherokee. HEX triplet: EF, CD and 8B. RGB value is (239,205,139). Sum of RGB (Red+Green+Blue) = 239+205+139=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD8B is #103274. Grayscale: #CFCFCF. Windows color (decimal): -1061493 or 9162223. OLE color: 9162223.
HSL color Cylindrical-coordinate representation of color #EFCD8B: hue angle of 39.6º 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 #EFCD8B is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 139 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.06 |
| HSL | 39.6º | 0.76% | 0.74% | - |
| HSV(B) | 39.6º | 0.42% | 0.94% | - |
| XYZ | 62.09 | 63.88 | 33.48 | - |
| YUV | 207.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 139 | 0 | 0.14 | 0.42 | 0.06 | 39.6 | 0.76 | 0.74 |
| Hex | EF | CD | 8B | 0 | E | 2A | 6 | 28 | 4C | 4A |
| Octal | 357 | 315 | 213 | 0 | 16 | 52 | 6 | 50 | 114 | 112 |
| Binary | 11101111 | 11001101 | 10001011 | 0 | 1110 | 101010 | 110 | 101000 | 1001100 | 1001010 |
Color Harmonies of #EFCD8B
Complementary color
Monochromatic Colors of #EFCD8B
Black with #EFCD8B
Text Example
Text Example
White with #EFCD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD8B; }
p { color: rgb(239,205,139); }
H1.HeaderClassName
{
color: #EFCD8B;
}
.AnyTagClassName
{
color: #EFCD8B;
}
</style>
background-color css
<style>
a { background-color: #EFCD8B; }
a { background-color: rgb(239,205,139); }
div.DivClassName
{
background-color: #EFCD8B;
}
.BgClassName
{
background-color: #EFCD8B;
}
</style>
border-color css
<style>
span { border-color: #EFCD8B; }
span { border-color: rgb(239,205,139); }
td.TdClassName
{
border-color: #EFCD8B;
}
.TagClassName
{
border-color: #EFCD8B;
}
</style>