Shades of Medium Goldenrod #EEEDA8
Tints of Medium Goldenrod #EEEDA8
RGB
CMYK
RGB Variations
Color information
#EEEDA8 (or 0xEEEDA8) is known color: Medium Goldenrod. HEX triplet: EE, ED and A8. RGB value is (238,237,168). Sum of RGB (Red+Green+Blue) = 238+237+168=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 168 (66.02% from 255 or 26.13% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEDA8 is #111257. Grayscale: #E5E5E5. Windows color (decimal): -1118808 or 11070958. OLE color: 11070958.
HSL color Cylindrical-coordinate representation of color #EEEDA8: hue angle of 59.14º 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 #EEEDA8 is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 237 | 168 | - |
CMYK | 0 | 0.00 | 0.29 | 0.07 |
HSL | 59.14º | 0.67% | 0.8% | - |
HSV(B) | 59.14º | 0.29% | 0.93% | - |
XYZ | 72.61 | 81.57 | 48.96 | - |
YUV | 229.43 | 93.33 | 134.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 237 | 168 | 0 | 0.00 | 0.29 | 0.07 | 59.14 | 0.67 | 0.8 |
Hex | EE | ED | A8 | 0 | 0 | 1D | 7 | 3B | 43 | 50 |
Octal | 356 | 355 | 250 | 0 | 0 | 35 | 7 | 73 | 103 | 120 |
Binary | 11101110 | 11101101 | 10101000 | 0 | 0 | 11101 | 111 | 111011 | 1000011 | 1010000 |
Color Harmonies of #EEEDA8
Complementary color
Monochromatic Colors of #EEEDA8
Black with #EEEDA8
Text Example
Text Example
White with #EEEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDA8; }
p { color: rgb(238,237,168); }
H1.HeaderClassName
{
color: #EEEDA8;
}
.AnyTagClassName
{
color: #EEEDA8;
}
</style>
background-color css
<style>
a { background-color: #EEEDA8; }
a { background-color: rgb(238,237,168); }
div.DivClassName
{
background-color: #EEEDA8;
}
.BgClassName
{
background-color: #EEEDA8;
}
</style>
border-color css
<style>
span { border-color: #EEEDA8; }
span { border-color: rgb(238,237,168); }
td.TdClassName
{
border-color: #EEEDA8;
}
.TagClassName
{
border-color: #EEEDA8;
}
</style>