Shades of Medium Goldenrod #EEEDB5
Tints of Medium Goldenrod #EEEDB5
RGB
CMYK
RGB Variations
Color information
#EEEDB5 (or 0xEEEDB5) is known color: Medium Goldenrod. HEX triplet: EE, ED and B5. RGB value is (238,237,181). Sum of RGB (Red+Green+Blue) = 238+237+181=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 181 (71.09% from 255 or 27.59% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDB5 is #11124A. Grayscale: #E7E7E7. Windows color (decimal): -1118795 or 11922926. OLE color: 11922926.
HSL color Cylindrical-coordinate representation of color #EEEDB5: hue angle of 58.95º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEEDB5 is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 181 | - |
| CMYK | 0 | 0.00 | 0.24 | 0.07 |
| HSL | 58.95º | 0.63% | 0.82% | - |
| HSV(B) | 58.95º | 0.24% | 0.93% | - |
| XYZ | 73.88 | 82.08 | 55.67 | - |
| YUV | 230.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 181 | 0 | 0.00 | 0.24 | 0.07 | 58.95 | 0.63 | 0.82 |
| Hex | EE | ED | B5 | 0 | 0 | 18 | 7 | 3B | 3F | 52 |
| Octal | 356 | 355 | 265 | 0 | 0 | 30 | 7 | 73 | 77 | 122 |
| Binary | 11101110 | 11101101 | 10110101 | 0 | 0 | 11000 | 111 | 111011 | 111111 | 1010010 |
Color Harmonies of #EEEDB5
Complementary color
Monochromatic Colors of #EEEDB5
Black with #EEEDB5
Text Example
Text Example
White with #EEEDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDB5; }
p { color: rgb(238,237,181); }
H1.HeaderClassName
{
color: #EEEDB5;
}
.AnyTagClassName
{
color: #EEEDB5;
}
</style>
background-color css
<style>
a { background-color: #EEEDB5; }
a { background-color: rgb(238,237,181); }
div.DivClassName
{
background-color: #EEEDB5;
}
.BgClassName
{
background-color: #EEEDB5;
}
</style>
border-color css
<style>
span { border-color: #EEEDB5; }
span { border-color: rgb(238,237,181); }
td.TdClassName
{
border-color: #EEEDB5;
}
.TagClassName
{
border-color: #EEEDB5;
}
</style>