Shades of Medium Goldenrod #EEEDAB
Tints of Medium Goldenrod #EEEDAB
RGB
CMYK
RGB Variations
Color information
#EEEDAB (or 0xEEEDAB) is known color: Medium Goldenrod. HEX triplet: EE, ED and AB. RGB value is (238,237,171). Sum of RGB (Red+Green+Blue) = 238+237+171=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 171 (67.19% from 255 or 26.47% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEDAB is #111254. Grayscale: #E6E6E6. Windows color (decimal): -1118805 or 11267566. OLE color: 11267566.
HSL color Cylindrical-coordinate representation of color #EEEDAB: hue angle of 59.1º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEEDAB is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 171 | - |
| CMYK | 0 | 0.00 | 0.28 | 0.07 |
| HSL | 59.1º | 0.66% | 0.8% | - |
| HSV(B) | 59.1º | 0.28% | 0.93% | - |
| XYZ | 72.89 | 81.69 | 50.45 | - |
| YUV | 229.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 171 | 0 | 0.00 | 0.28 | 0.07 | 59.1 | 0.66 | 0.8 |
| Hex | EE | ED | AB | 0 | 0 | 1C | 7 | 3B | 42 | 50 |
| Octal | 356 | 355 | 253 | 0 | 0 | 34 | 7 | 73 | 102 | 120 |
| Binary | 11101110 | 11101101 | 10101011 | 0 | 0 | 11100 | 111 | 111011 | 1000010 | 1010000 |
Color Harmonies of #EEEDAB
Complementary color
Monochromatic Colors of #EEEDAB
Black with #EEEDAB
Text Example
Text Example
White with #EEEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDAB; }
p { color: rgb(238,237,171); }
H1.HeaderClassName
{
color: #EEEDAB;
}
.AnyTagClassName
{
color: #EEEDAB;
}
</style>
background-color css
<style>
a { background-color: #EEEDAB; }
a { background-color: rgb(238,237,171); }
div.DivClassName
{
background-color: #EEEDAB;
}
.BgClassName
{
background-color: #EEEDAB;
}
</style>
border-color css
<style>
span { border-color: #EEEDAB; }
span { border-color: rgb(238,237,171); }
td.TdClassName
{
border-color: #EEEDAB;
}
.TagClassName
{
border-color: #EEEDAB;
}
</style>