Shades of Cherokee #EDD08B
Tints of Cherokee #EDD08B
RGB
CMYK
RGB Variations
Color information
#EDD08B (or 0xEDD08B) is known color: Cherokee. HEX triplet: ED, D0 and 8B. RGB value is (237,208,139). Sum of RGB (Red+Green+Blue) = 237+208+139=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 139 (54.69% from 255 or 23.80% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD08B is #122F74. Grayscale: #D1D1D1. Windows color (decimal): -1191797 or 9162989. OLE color: 9162989.
HSL color Cylindrical-coordinate representation of color #EDD08B: hue angle of 42.24º 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 #EDD08B is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 139 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.07 |
| HSL | 42.24º | 0.73% | 0.74% | - |
| HSV(B) | 42.24º | 0.41% | 0.93% | - |
| XYZ | 62.14 | 64.98 | 33.69 | - |
| YUV | 208.81 | 88.61 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 139 | 0 | 0.12 | 0.41 | 0.07 | 42.24 | 0.73 | 0.74 |
| Hex | ED | D0 | 8B | 0 | C | 29 | 7 | 2A | 49 | 4A |
| Octal | 355 | 320 | 213 | 0 | 14 | 51 | 7 | 52 | 111 | 112 |
| Binary | 11101101 | 11010000 | 10001011 | 0 | 1100 | 101001 | 111 | 101010 | 1001001 | 1001010 |
Color Harmonies of #EDD08B
Complementary color
Monochromatic Colors of #EDD08B
Black with #EDD08B
Text Example
Text Example
White with #EDD08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD08B; }
p { color: rgb(237,208,139); }
H1.HeaderClassName
{
color: #EDD08B;
}
.AnyTagClassName
{
color: #EDD08B;
}
</style>
background-color css
<style>
a { background-color: #EDD08B; }
a { background-color: rgb(237,208,139); }
div.DivClassName
{
background-color: #EDD08B;
}
.BgClassName
{
background-color: #EDD08B;
}
</style>
border-color css
<style>
span { border-color: #EDD08B; }
span { border-color: rgb(237,208,139); }
td.TdClassName
{
border-color: #EDD08B;
}
.TagClassName
{
border-color: #EDD08B;
}
</style>