Shades of Cherokee #EED28B
Tints of Cherokee #EED28B
RGB
CMYK
RGB Variations
Color information
#EED28B (or 0xEED28B) is known color: Cherokee. HEX triplet: EE, D2 and 8B. RGB value is (238,210,139). Sum of RGB (Red+Green+Blue) = 238+210+139=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EED28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED28B is #112D74. Grayscale: #D2D2D2. Windows color (decimal): -1125749 or 9163502. OLE color: 9163502.
HSL color Cylindrical-coordinate representation of color #EED28B: hue angle of 43.03º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EED28B is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 139 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.07 |
| HSL | 43.03º | 0.74% | 0.74% | - |
| HSV(B) | 43.03º | 0.42% | 0.93% | - |
| XYZ | 62.97 | 66.13 | 33.87 | - |
| YUV | 210.28 | 87.78 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 139 | 0 | 0.12 | 0.42 | 0.07 | 43.03 | 0.74 | 0.74 |
| Hex | EE | D2 | 8B | 0 | C | 2A | 7 | 2B | 4A | 4A |
| Octal | 356 | 322 | 213 | 0 | 14 | 52 | 7 | 53 | 112 | 112 |
| Binary | 11101110 | 11010010 | 10001011 | 0 | 1100 | 101010 | 111 | 101011 | 1001010 | 1001010 |
Color Harmonies of #EED28B
Complementary color
Monochromatic Colors of #EED28B
Black with #EED28B
Text Example
Text Example
White with #EED28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED28B; }
p { color: rgb(238,210,139); }
H1.HeaderClassName
{
color: #EED28B;
}
.AnyTagClassName
{
color: #EED28B;
}
</style>
background-color css
<style>
a { background-color: #EED28B; }
a { background-color: rgb(238,210,139); }
div.DivClassName
{
background-color: #EED28B;
}
.BgClassName
{
background-color: #EED28B;
}
</style>
border-color css
<style>
span { border-color: #EED28B; }
span { border-color: rgb(238,210,139); }
td.TdClassName
{
border-color: #EED28B;
}
.TagClassName
{
border-color: #EED28B;
}
</style>