Shades of Cherokee #EED28D
Tints of Cherokee #EED28D
RGB
CMYK
RGB Variations
Color information
#EED28D (or 0xEED28D) is known color: Cherokee. HEX triplet: EE, D2 and 8D. RGB value is (238,210,141). Sum of RGB (Red+Green+Blue) = 238+210+141=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EED28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED28D is #112D72. Grayscale: #D2D2D2. Windows color (decimal): -1125747 or 9294574. OLE color: 9294574.
HSL color Cylindrical-coordinate representation of color #EED28D: hue angle of 42.68º 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 #EED28D is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 141 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.07 |
| HSL | 42.68º | 0.74% | 0.74% | - |
| HSV(B) | 42.68º | 0.41% | 0.93% | - |
| XYZ | 63.11 | 66.19 | 34.65 | - |
| YUV | 210.51 | 88.78 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 141 | 0 | 0.12 | 0.41 | 0.07 | 42.68 | 0.74 | 0.74 |
| Hex | EE | D2 | 8D | 0 | C | 29 | 7 | 2B | 4A | 4A |
| Octal | 356 | 322 | 215 | 0 | 14 | 51 | 7 | 53 | 112 | 112 |
| Binary | 11101110 | 11010010 | 10001101 | 0 | 1100 | 101001 | 111 | 101011 | 1001010 | 1001010 |
Color Harmonies of #EED28D
Complementary color
Monochromatic Colors of #EED28D
Black with #EED28D
Text Example
Text Example
White with #EED28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED28D; }
p { color: rgb(238,210,141); }
H1.HeaderClassName
{
color: #EED28D;
}
.AnyTagClassName
{
color: #EED28D;
}
</style>
background-color css
<style>
a { background-color: #EED28D; }
a { background-color: rgb(238,210,141); }
div.DivClassName
{
background-color: #EED28D;
}
.BgClassName
{
background-color: #EED28D;
}
</style>
border-color css
<style>
span { border-color: #EED28D; }
span { border-color: rgb(238,210,141); }
td.TdClassName
{
border-color: #EED28D;
}
.TagClassName
{
border-color: #EED28D;
}
</style>