Shades of Cherokee #EED28C
Tints of Cherokee #EED28C
RGB
CMYK
RGB Variations
Color information
#EED28C (or 0xEED28C) is known color: Cherokee. HEX triplet: EE, D2 and 8C. RGB value is (238,210,140). Sum of RGB (Red+Green+Blue) = 238+210+140=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EED28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED28C is #112D73. Grayscale: #D2D2D2. Windows color (decimal): -1125748 or 9229038. OLE color: 9229038.
HSL color Cylindrical-coordinate representation of color #EED28C: hue angle of 42.86º 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 #EED28C is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 140 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.07 |
| HSL | 42.86º | 0.74% | 0.74% | - |
| HSV(B) | 42.86º | 0.41% | 0.93% | - |
| XYZ | 63.04 | 66.16 | 34.26 | - |
| YUV | 210.39 | 88.28 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 140 | 0 | 0.12 | 0.41 | 0.07 | 42.86 | 0.74 | 0.74 |
| Hex | EE | D2 | 8C | 0 | C | 29 | 7 | 2B | 4A | 4A |
| Octal | 356 | 322 | 214 | 0 | 14 | 51 | 7 | 53 | 112 | 112 |
| Binary | 11101110 | 11010010 | 10001100 | 0 | 1100 | 101001 | 111 | 101011 | 1001010 | 1001010 |
Color Harmonies of #EED28C
Complementary color
Monochromatic Colors of #EED28C
Black with #EED28C
Text Example
Text Example
White with #EED28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED28C; }
p { color: rgb(238,210,140); }
H1.HeaderClassName
{
color: #EED28C;
}
.AnyTagClassName
{
color: #EED28C;
}
</style>
background-color css
<style>
a { background-color: #EED28C; }
a { background-color: rgb(238,210,140); }
div.DivClassName
{
background-color: #EED28C;
}
.BgClassName
{
background-color: #EED28C;
}
</style>
border-color css
<style>
span { border-color: #EED28C; }
span { border-color: rgb(238,210,140); }
td.TdClassName
{
border-color: #EED28C;
}
.TagClassName
{
border-color: #EED28C;
}
</style>