Shades of Cherokee #EFCD89
Tints of Cherokee #EFCD89
RGB
CMYK
RGB Variations
Color information
#EFCD89 (or 0xEFCD89) is known color: Cherokee. HEX triplet: EF, CD and 89. RGB value is (239,205,137). Sum of RGB (Red+Green+Blue) = 239+205+137=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 137 (53.91% from 255 or 23.58% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD89 is #103276. Grayscale: #CFCFCF. Windows color (decimal): -1061495 or 9031151. OLE color: 9031151.
HSL color Cylindrical-coordinate representation of color #EFCD89: hue angle of 40º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFCD89 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 137 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.06 |
| HSL | 40º | 0.76% | 0.74% | - |
| HSV(B) | 40º | 0.43% | 0.94% | - |
| XYZ | 61.94 | 63.82 | 32.72 | - |
| YUV | 207.41 | 88.26 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 137 | 0 | 0.14 | 0.43 | 0.06 | 40 | 0.76 | 0.74 |
| Hex | EF | CD | 89 | 0 | E | 2B | 6 | 28 | 4C | 4A |
| Octal | 357 | 315 | 211 | 0 | 16 | 53 | 6 | 50 | 114 | 112 |
| Binary | 11101111 | 11001101 | 10001001 | 0 | 1110 | 101011 | 110 | 101000 | 1001100 | 1001010 |
Color Harmonies of #EFCD89
Complementary color
Monochromatic Colors of #EFCD89
Black with #EFCD89
Text Example
Text Example
White with #EFCD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD89; }
p { color: rgb(239,205,137); }
H1.HeaderClassName
{
color: #EFCD89;
}
.AnyTagClassName
{
color: #EFCD89;
}
</style>
background-color css
<style>
a { background-color: #EFCD89; }
a { background-color: rgb(239,205,137); }
div.DivClassName
{
background-color: #EFCD89;
}
.BgClassName
{
background-color: #EFCD89;
}
</style>
border-color css
<style>
span { border-color: #EFCD89; }
span { border-color: rgb(239,205,137); }
td.TdClassName
{
border-color: #EFCD89;
}
.TagClassName
{
border-color: #EFCD89;
}
</style>