Shades of Cherokee #EED288
Tints of Cherokee #EED288
RGB
CMYK
RGB Variations
Color information
#EED288 (or 0xEED288) is known color: Cherokee. HEX triplet: EE, D2 and 88. RGB value is (238,210,136). Sum of RGB (Red+Green+Blue) = 238+210+136=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 136 (53.52% from 255 or 23.29% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EED288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED288 is #112D77. Grayscale: #D2D2D2. Windows color (decimal): -1125752 or 8966894. OLE color: 8966894.
HSL color Cylindrical-coordinate representation of color #EED288: hue angle of 43.53º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EED288 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 136 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.07 |
| HSL | 43.53º | 0.75% | 0.73% | - |
| HSV(B) | 43.53º | 0.43% | 0.93% | - |
| XYZ | 62.75 | 66.05 | 32.73 | - |
| YUV | 209.94 | 86.28 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 136 | 0 | 0.12 | 0.43 | 0.07 | 43.53 | 0.75 | 0.73 |
| Hex | EE | D2 | 88 | 0 | C | 2B | 7 | 2C | 4B | 49 |
| Octal | 356 | 322 | 210 | 0 | 14 | 53 | 7 | 54 | 113 | 111 |
| Binary | 11101110 | 11010010 | 10001000 | 0 | 1100 | 101011 | 111 | 101100 | 1001011 | 1001001 |
Color Harmonies of #EED288
Complementary color
Monochromatic Colors of #EED288
Black with #EED288
Text Example
Text Example
White with #EED288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED288; }
p { color: rgb(238,210,136); }
H1.HeaderClassName
{
color: #EED288;
}
.AnyTagClassName
{
color: #EED288;
}
</style>
background-color css
<style>
a { background-color: #EED288; }
a { background-color: rgb(238,210,136); }
div.DivClassName
{
background-color: #EED288;
}
.BgClassName
{
background-color: #EED288;
}
</style>
border-color css
<style>
span { border-color: #EED288; }
span { border-color: rgb(238,210,136); }
td.TdClassName
{
border-color: #EED288;
}
.TagClassName
{
border-color: #EED288;
}
</style>