Shades of Cherokee #EFD18B
Tints of Cherokee #EFD18B
RGB
CMYK
RGB Variations
Color information
#EFD18B (or 0xEFD18B) is known color: Cherokee. HEX triplet: EF, D1 and 8B. RGB value is (239,209,139). Sum of RGB (Red+Green+Blue) = 239+209+139=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD18B is #102E74. Grayscale: #D2D2D2. Windows color (decimal): -1060469 or 9163247. OLE color: 9163247.
HSL color Cylindrical-coordinate representation of color #EFD18B: hue angle of 42º 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 #EFD18B is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 139 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.06 |
| HSL | 42º | 0.76% | 0.74% | - |
| HSV(B) | 42º | 0.42% | 0.94% | - |
| XYZ | 63.06 | 65.82 | 33.81 | - |
| YUV | 209.99 | 87.94 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 139 | 0 | 0.13 | 0.42 | 0.06 | 42 | 0.76 | 0.74 |
| Hex | EF | D1 | 8B | 0 | D | 2A | 6 | 2A | 4C | 4A |
| Octal | 357 | 321 | 213 | 0 | 15 | 52 | 6 | 52 | 114 | 112 |
| Binary | 11101111 | 11010001 | 10001011 | 0 | 1101 | 101010 | 110 | 101010 | 1001100 | 1001010 |
Color Harmonies of #EFD18B
Complementary color
Monochromatic Colors of #EFD18B
Black with #EFD18B
Text Example
Text Example
White with #EFD18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD18B; }
p { color: rgb(239,209,139); }
H1.HeaderClassName
{
color: #EFD18B;
}
.AnyTagClassName
{
color: #EFD18B;
}
</style>
background-color css
<style>
a { background-color: #EFD18B; }
a { background-color: rgb(239,209,139); }
div.DivClassName
{
background-color: #EFD18B;
}
.BgClassName
{
background-color: #EFD18B;
}
</style>
border-color css
<style>
span { border-color: #EFD18B; }
span { border-color: rgb(239,209,139); }
td.TdClassName
{
border-color: #EFD18B;
}
.TagClassName
{
border-color: #EFD18B;
}
</style>