Shades of Medium Goldenrod #EAEEAA
Tints of Medium Goldenrod #EAEEAA
RGB
CMYK
RGB Variations
Color information
#EAEEAA (or 0xEAEEAA) is known color: Medium Goldenrod. HEX triplet: EA, EE and AA. RGB value is (234,238,170). Sum of RGB (Red+Green+Blue) = 234+238+170=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEEAA is #151155. Grayscale: #E5E5E5. Windows color (decimal): -1380694 or 11202282. OLE color: 11202282.
HSL color Cylindrical-coordinate representation of color #EAEEAA: hue angle of 63.53º 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 #EAEEAA is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 238 | 170 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.07 |
| HSL | 63.53º | 0.67% | 0.8% | - |
| HSV(B) | 63.53º | 0.29% | 0.93% | - |
| XYZ | 71.76 | 81.54 | 49.99 | - |
| YUV | 229.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 170 | 0.02 | 0 | 0.29 | 0.07 | 63.53 | 0.67 | 0.8 |
| Hex | EA | EE | AA | 2 | 0 | 1D | 7 | 40 | 43 | 50 |
| Octal | 352 | 356 | 252 | 2 | 0 | 35 | 7 | 100 | 103 | 120 |
| Binary | 11101010 | 11101110 | 10101010 | 10 | 0 | 11101 | 111 | 1000000 | 1000011 | 1010000 |
Color Harmonies of #EAEEAA
Complementary color
Monochromatic Colors of #EAEEAA
Black with #EAEEAA
Text Example
Text Example
White with #EAEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEEAA; }
p { color: rgb(234,238,170); }
H1.HeaderClassName
{
color: #EAEEAA;
}
.AnyTagClassName
{
color: #EAEEAA;
}
</style>
background-color css
<style>
a { background-color: #EAEEAA; }
a { background-color: rgb(234,238,170); }
div.DivClassName
{
background-color: #EAEEAA;
}
.BgClassName
{
background-color: #EAEEAA;
}
</style>
border-color css
<style>
span { border-color: #EAEEAA; }
span { border-color: rgb(234,238,170); }
td.TdClassName
{
border-color: #EAEEAA;
}
.TagClassName
{
border-color: #EAEEAA;
}
</style>