Shades of Cherokee #EFD18D
Tints of Cherokee #EFD18D
RGB
CMYK
RGB Variations
Color information
#EFD18D (or 0xEFD18D) is known color: Cherokee. HEX triplet: EF, D1 and 8D. RGB value is (239,209,141). Sum of RGB (Red+Green+Blue) = 239+209+141=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD18D is #102E72. Grayscale: #D2D2D2. Windows color (decimal): -1060467 or 9294319. OLE color: 9294319.
HSL color Cylindrical-coordinate representation of color #EFD18D: hue angle of 41.63º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFD18D is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 141 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.06 |
| HSL | 41.63º | 0.75% | 0.75% | - |
| HSV(B) | 41.63º | 0.41% | 0.94% | - |
| XYZ | 63.2 | 65.87 | 34.58 | - |
| YUV | 210.22 | 88.94 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 141 | 0 | 0.13 | 0.41 | 0.06 | 41.63 | 0.75 | 0.75 |
| Hex | EF | D1 | 8D | 0 | D | 29 | 6 | 2A | 4B | 4B |
| Octal | 357 | 321 | 215 | 0 | 15 | 51 | 6 | 52 | 113 | 113 |
| Binary | 11101111 | 11010001 | 10001101 | 0 | 1101 | 101001 | 110 | 101010 | 1001011 | 1001011 |
Color Harmonies of #EFD18D
Complementary color
Monochromatic Colors of #EFD18D
Black with #EFD18D
Text Example
Text Example
White with #EFD18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD18D; }
p { color: rgb(239,209,141); }
H1.HeaderClassName
{
color: #EFD18D;
}
.AnyTagClassName
{
color: #EFD18D;
}
</style>
background-color css
<style>
a { background-color: #EFD18D; }
a { background-color: rgb(239,209,141); }
div.DivClassName
{
background-color: #EFD18D;
}
.BgClassName
{
background-color: #EFD18D;
}
</style>
border-color css
<style>
span { border-color: #EFD18D; }
span { border-color: rgb(239,209,141); }
td.TdClassName
{
border-color: #EFD18D;
}
.TagClassName
{
border-color: #EFD18D;
}
</style>