Shades of Medium Goldenrod #E5EAAA
Tints of Medium Goldenrod #E5EAAA
RGB
CMYK
RGB Variations
Color information
#E5EAAA (or 0xE5EAAA) is known color: Medium Goldenrod. HEX triplet: E5, EA and AA. RGB value is (229,234,170). Sum of RGB (Red+Green+Blue) = 229+234+170=633 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.18% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 170 (66.80% from 255 or 26.86% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5EAAA is #1A1555. Grayscale: #E1E1E1. Windows color (decimal): -1709398 or 11201253. OLE color: 11201253.
HSL color Cylindrical-coordinate representation of color #E5EAAA: hue angle of 64.69º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5EAAA is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 234 | 170 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.08 |
| HSL | 64.69º | 0.6% | 0.79% | - |
| HSV(B) | 64.69º | 0.27% | 0.92% | - |
| XYZ | 68.99 | 78.41 | 49.53 | - |
| YUV | 225.21 | 96.84 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 234 | 170 | 0.02 | 0 | 0.27 | 0.08 | 64.69 | 0.6 | 0.79 |
| Hex | E5 | EA | AA | 2 | 0 | 1B | 8 | 41 | 3C | 4F |
| Octal | 345 | 352 | 252 | 2 | 0 | 33 | 10 | 101 | 74 | 117 |
| Binary | 11100101 | 11101010 | 10101010 | 10 | 0 | 11011 | 1000 | 1000001 | 111100 | 1001111 |
Color Harmonies of #E5EAAA
Complementary color
Monochromatic Colors of #E5EAAA
Black with #E5EAAA
Text Example
Text Example
White with #E5EAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EAAA; }
p { color: rgb(229,234,170); }
H1.HeaderClassName
{
color: #E5EAAA;
}
.AnyTagClassName
{
color: #E5EAAA;
}
</style>
background-color css
<style>
a { background-color: #E5EAAA; }
a { background-color: rgb(229,234,170); }
div.DivClassName
{
background-color: #E5EAAA;
}
.BgClassName
{
background-color: #E5EAAA;
}
</style>
border-color css
<style>
span { border-color: #E5EAAA; }
span { border-color: rgb(229,234,170); }
td.TdClassName
{
border-color: #E5EAAA;
}
.TagClassName
{
border-color: #E5EAAA;
}
</style>