Shades of Cherokee #EDD188
Tints of Cherokee #EDD188
RGB
CMYK
RGB Variations
Color information
#EDD188 (or 0xEDD188) is known color: Cherokee. HEX triplet: ED, D1 and 88. RGB value is (237,209,136). Sum of RGB (Red+Green+Blue) = 237+209+136=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD188 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD188 is #122E77. Grayscale: #D1D1D1. Windows color (decimal): -1191544 or 8966637. OLE color: 8966637.
HSL color Cylindrical-coordinate representation of color #EDD188: hue angle of 43.37º degrees, saturation: 0.74, 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 #EDD188 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 136 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.07 |
| HSL | 43.37º | 0.74% | 0.73% | - |
| HSV(B) | 43.37º | 0.43% | 0.93% | - |
| XYZ | 62.17 | 65.38 | 32.64 | - |
| YUV | 209.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 136 | 0 | 0.12 | 0.43 | 0.07 | 43.37 | 0.74 | 0.73 |
| Hex | ED | D1 | 88 | 0 | C | 2B | 7 | 2B | 4A | 49 |
| Octal | 355 | 321 | 210 | 0 | 14 | 53 | 7 | 53 | 112 | 111 |
| Binary | 11101101 | 11010001 | 10001000 | 0 | 1100 | 101011 | 111 | 101011 | 1001010 | 1001001 |
Color Harmonies of #EDD188
Complementary color
Monochromatic Colors of #EDD188
Black with #EDD188
Text Example
Text Example
White with #EDD188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD188; }
p { color: rgb(237,209,136); }
H1.HeaderClassName
{
color: #EDD188;
}
.AnyTagClassName
{
color: #EDD188;
}
</style>
background-color css
<style>
a { background-color: #EDD188; }
a { background-color: rgb(237,209,136); }
div.DivClassName
{
background-color: #EDD188;
}
.BgClassName
{
background-color: #EDD188;
}
</style>
border-color css
<style>
span { border-color: #EDD188; }
span { border-color: rgb(237,209,136); }
td.TdClassName
{
border-color: #EDD188;
}
.TagClassName
{
border-color: #EDD188;
}
</style>