Shades of Medium Goldenrod #EEEDAA
Tints of Medium Goldenrod #EEEDAA
RGB
CMYK
RGB Variations
Color information
#EEEDAA (or 0xEEEDAA) is known color: Medium Goldenrod. HEX triplet: EE, ED and AA. RGB value is (238,237,170). Sum of RGB (Red+Green+Blue) = 238+237+170=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 170 (66.80% from 255 or 26.36% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEDAA is #111255. Grayscale: #E5E5E5. Windows color (decimal): -1118806 or 11202030. OLE color: 11202030.
HSL color Cylindrical-coordinate representation of color #EEEDAA: hue angle of 59.12º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEEDAA is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 170 | - |
| CMYK | 0 | 0.00 | 0.29 | 0.07 |
| HSL | 59.12º | 0.67% | 0.8% | - |
| HSV(B) | 59.12º | 0.29% | 0.93% | - |
| XYZ | 72.8 | 81.65 | 49.95 | - |
| YUV | 229.66 | 94.33 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 170 | 0 | 0.00 | 0.29 | 0.07 | 59.12 | 0.67 | 0.8 |
| Hex | EE | ED | AA | 0 | 0 | 1D | 7 | 3B | 43 | 50 |
| Octal | 356 | 355 | 252 | 0 | 0 | 35 | 7 | 73 | 103 | 120 |
| Binary | 11101110 | 11101101 | 10101010 | 0 | 0 | 11101 | 111 | 111011 | 1000011 | 1010000 |
Color Harmonies of #EEEDAA
Complementary color
Monochromatic Colors of #EEEDAA
Black with #EEEDAA
Text Example
Text Example
White with #EEEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDAA; }
p { color: rgb(238,237,170); }
H1.HeaderClassName
{
color: #EEEDAA;
}
.AnyTagClassName
{
color: #EEEDAA;
}
</style>
background-color css
<style>
a { background-color: #EEEDAA; }
a { background-color: rgb(238,237,170); }
div.DivClassName
{
background-color: #EEEDAA;
}
.BgClassName
{
background-color: #EEEDAA;
}
</style>
border-color css
<style>
span { border-color: #EEEDAA; }
span { border-color: rgb(238,237,170); }
td.TdClassName
{
border-color: #EEEDAA;
}
.TagClassName
{
border-color: #EEEDAA;
}
</style>