Shades of Medium Goldenrod #EEEEAD
Tints of Medium Goldenrod #EEEEAD
RGB
CMYK
RGB Variations
Color information
#EEEEAD (or 0xEEEEAD) is known color: Medium Goldenrod. HEX triplet: EE, EE and AD. RGB value is (238,238,173). Sum of RGB (Red+Green+Blue) = 238+238+173=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 173 (67.97% from 255 or 26.66% from 649); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEEAD is #111152. Grayscale: #E6E6E6. Windows color (decimal): -1118547 or 11398894. OLE color: 11398894.
HSL color Cylindrical-coordinate representation of color #EEEEAD: hue angle of 60º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEEEAD is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 238 | 173 | - |
| CMYK | 0 | 0 | 0.27 | 0.07 |
| HSL | 60º | 0.66% | 0.81% | - |
| HSV(B) | 60º | 0.27% | 0.93% | - |
| XYZ | 73.38 | 82.34 | 51.56 | - |
| YUV | 230.59 | 95.5 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 238 | 173 | 0 | 0 | 0.27 | 0.07 | 60 | 0.66 | 0.81 |
| Hex | EE | EE | AD | 0 | 0 | 1B | 7 | 3C | 42 | 51 |
| Octal | 356 | 356 | 255 | 0 | 0 | 33 | 7 | 74 | 102 | 121 |
| Binary | 11101110 | 11101110 | 10101101 | 0 | 0 | 11011 | 111 | 111100 | 1000010 | 1010001 |
Color Harmonies of #EEEEAD
Complementary color
Monochromatic Colors of #EEEEAD
Black with #EEEEAD
Text Example
Text Example
White with #EEEEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEEAD; }
p { color: rgb(238,238,173); }
H1.HeaderClassName
{
color: #EEEEAD;
}
.AnyTagClassName
{
color: #EEEEAD;
}
</style>
background-color css
<style>
a { background-color: #EEEEAD; }
a { background-color: rgb(238,238,173); }
div.DivClassName
{
background-color: #EEEEAD;
}
.BgClassName
{
background-color: #EEEEAD;
}
</style>
border-color css
<style>
span { border-color: #EEEEAD; }
span { border-color: rgb(238,238,173); }
td.TdClassName
{
border-color: #EEEEAD;
}
.TagClassName
{
border-color: #EEEEAD;
}
</style>