Shades of Cherokee #EED18C
Tints of Cherokee #EED18C
RGB
CMYK
RGB Variations
Color information
#EED18C (or 0xEED18C) is known color: Cherokee. HEX triplet: EE, D1 and 8C. RGB value is (238,209,140). Sum of RGB (Red+Green+Blue) = 238+209+140=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 140 (55.08% from 255 or 23.85% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EED18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED18C is #112E73. Grayscale: #D2D2D2. Windows color (decimal): -1126004 or 9228782. OLE color: 9228782.
HSL color Cylindrical-coordinate representation of color #EED18C: hue angle of 42.24º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EED18C is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 140 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.07 |
| HSL | 42.24º | 0.74% | 0.74% | - |
| HSV(B) | 42.24º | 0.41% | 0.93% | - |
| XYZ | 62.79 | 65.67 | 34.18 | - |
| YUV | 209.81 | 88.61 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 140 | 0 | 0.12 | 0.41 | 0.07 | 42.24 | 0.74 | 0.74 |
| Hex | EE | D1 | 8C | 0 | C | 29 | 7 | 2A | 4A | 4A |
| Octal | 356 | 321 | 214 | 0 | 14 | 51 | 7 | 52 | 112 | 112 |
| Binary | 11101110 | 11010001 | 10001100 | 0 | 1100 | 101001 | 111 | 101010 | 1001010 | 1001010 |
Color Harmonies of #EED18C
Complementary color
Monochromatic Colors of #EED18C
Black with #EED18C
Text Example
Text Example
White with #EED18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED18C; }
p { color: rgb(238,209,140); }
H1.HeaderClassName
{
color: #EED18C;
}
.AnyTagClassName
{
color: #EED18C;
}
</style>
background-color css
<style>
a { background-color: #EED18C; }
a { background-color: rgb(238,209,140); }
div.DivClassName
{
background-color: #EED18C;
}
.BgClassName
{
background-color: #EED18C;
}
</style>
border-color css
<style>
span { border-color: #EED18C; }
span { border-color: rgb(238,209,140); }
td.TdClassName
{
border-color: #EED18C;
}
.TagClassName
{
border-color: #EED18C;
}
</style>