Shades of Cherokee #EDD08C
Tints of Cherokee #EDD08C
RGB
CMYK
RGB Variations
Color information
#EDD08C (or 0xEDD08C) is known color: Cherokee. HEX triplet: ED, D0 and 8C. RGB value is (237,208,140). Sum of RGB (Red+Green+Blue) = 237+208+140=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD08C is #122F73. Grayscale: #D1D1D1. Windows color (decimal): -1191796 or 9228525. OLE color: 9228525.
HSL color Cylindrical-coordinate representation of color #EDD08C: hue angle of 42.06º degrees, saturation: 0.73, 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 #EDD08C is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 140 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.07 |
| HSL | 42.06º | 0.73% | 0.74% | - |
| HSV(B) | 42.06º | 0.41% | 0.93% | - |
| XYZ | 62.21 | 65.01 | 34.08 | - |
| YUV | 208.92 | 89.11 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 140 | 0 | 0.12 | 0.41 | 0.07 | 42.06 | 0.73 | 0.74 |
| Hex | ED | D0 | 8C | 0 | C | 29 | 7 | 2A | 49 | 4A |
| Octal | 355 | 320 | 214 | 0 | 14 | 51 | 7 | 52 | 111 | 112 |
| Binary | 11101101 | 11010000 | 10001100 | 0 | 1100 | 101001 | 111 | 101010 | 1001001 | 1001010 |
Color Harmonies of #EDD08C
Complementary color
Monochromatic Colors of #EDD08C
Black with #EDD08C
Text Example
Text Example
White with #EDD08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD08C; }
p { color: rgb(237,208,140); }
H1.HeaderClassName
{
color: #EDD08C;
}
.AnyTagClassName
{
color: #EDD08C;
}
</style>
background-color css
<style>
a { background-color: #EDD08C; }
a { background-color: rgb(237,208,140); }
div.DivClassName
{
background-color: #EDD08C;
}
.BgClassName
{
background-color: #EDD08C;
}
</style>
border-color css
<style>
span { border-color: #EDD08C; }
span { border-color: rgb(237,208,140); }
td.TdClassName
{
border-color: #EDD08C;
}
.TagClassName
{
border-color: #EDD08C;
}
</style>