Shades of Medium Goldenrod #EEF0AA
Tints of Medium Goldenrod #EEF0AA
RGB
CMYK
RGB Variations
Color information
#EEF0AA (or 0xEEF0AA) is known color: Medium Goldenrod. HEX triplet: EE, F0 and AA. RGB value is (238,240,170). Sum of RGB (Red+Green+Blue) = 238+240+170=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 170 (66.80% from 255 or 26.23% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF0AA is #110F55. Grayscale: #E7E7E7. Windows color (decimal): -1118038 or 11202798. OLE color: 11202798.
HSL color Cylindrical-coordinate representation of color #EEF0AA: hue angle of 61.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEF0AA is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 170 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.06 |
| HSL | 61.71º | 0.7% | 0.8% | - |
| HSV(B) | 61.71º | 0.29% | 0.94% | - |
| XYZ | 73.68 | 83.4 | 50.24 | - |
| YUV | 231.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 170 | 0.01 | 0 | 0.29 | 0.06 | 61.71 | 0.7 | 0.8 |
| Hex | EE | F0 | AA | 1 | 0 | 1D | 6 | 3E | 46 | 50 |
| Octal | 356 | 360 | 252 | 1 | 0 | 35 | 6 | 76 | 106 | 120 |
| Binary | 11101110 | 11110000 | 10101010 | 1 | 0 | 11101 | 110 | 111110 | 1000110 | 1010000 |
Color Harmonies of #EEF0AA
Complementary color
Monochromatic Colors of #EEF0AA
Black with #EEF0AA
Text Example
Text Example
White with #EEF0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF0AA; }
p { color: rgb(238,240,170); }
H1.HeaderClassName
{
color: #EEF0AA;
}
.AnyTagClassName
{
color: #EEF0AA;
}
</style>
background-color css
<style>
a { background-color: #EEF0AA; }
a { background-color: rgb(238,240,170); }
div.DivClassName
{
background-color: #EEF0AA;
}
.BgClassName
{
background-color: #EEF0AA;
}
</style>
border-color css
<style>
span { border-color: #EEF0AA; }
span { border-color: rgb(238,240,170); }
td.TdClassName
{
border-color: #EEF0AA;
}
.TagClassName
{
border-color: #EEF0AA;
}
</style>