Shades of Cherokee #EDD287
Tints of Cherokee #EDD287
RGB
CMYK
RGB Variations
Color information
#EDD287 (or 0xEDD287) is known color: Cherokee. HEX triplet: ED, D2 and 87. RGB value is (237,210,135). Sum of RGB (Red+Green+Blue) = 237+210+135=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 135 (53.12% from 255 or 23.20% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD287 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD287 is #122D78. Grayscale: #D1D1D1. Windows color (decimal): -1191289 or 8901357. OLE color: 8901357.
HSL color Cylindrical-coordinate representation of color #EDD287: hue angle of 44.12º 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 #EDD287 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 135 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.07 |
| HSL | 44.12º | 0.74% | 0.73% | - |
| HSV(B) | 44.12º | 0.43% | 0.93% | - |
| XYZ | 62.34 | 65.85 | 32.35 | - |
| YUV | 209.52 | 85.95 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 135 | 0 | 0.11 | 0.43 | 0.07 | 44.12 | 0.74 | 0.73 |
| Hex | ED | D2 | 87 | 0 | B | 2B | 7 | 2C | 4A | 49 |
| Octal | 355 | 322 | 207 | 0 | 13 | 53 | 7 | 54 | 112 | 111 |
| Binary | 11101101 | 11010010 | 10000111 | 0 | 1011 | 101011 | 111 | 101100 | 1001010 | 1001001 |
Color Harmonies of #EDD287
Complementary color
Monochromatic Colors of #EDD287
Black with #EDD287
Text Example
Text Example
White with #EDD287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD287; }
p { color: rgb(237,210,135); }
H1.HeaderClassName
{
color: #EDD287;
}
.AnyTagClassName
{
color: #EDD287;
}
</style>
background-color css
<style>
a { background-color: #EDD287; }
a { background-color: rgb(237,210,135); }
div.DivClassName
{
background-color: #EDD287;
}
.BgClassName
{
background-color: #EDD287;
}
</style>
border-color css
<style>
span { border-color: #EDD287; }
span { border-color: rgb(237,210,135); }
td.TdClassName
{
border-color: #EDD287;
}
.TagClassName
{
border-color: #EDD287;
}
</style>