Shades of Medium Goldenrod #EAEEA9
Tints of Medium Goldenrod #EAEEA9
RGB
CMYK
RGB Variations
Color information
#EAEEA9 (or 0xEAEEA9) is known color: Medium Goldenrod. HEX triplet: EA, EE and A9. RGB value is (234,238,169). Sum of RGB (Red+Green+Blue) = 234+238+169=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 169 (66.41% from 255 or 26.37% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEEA9 is #151156. Grayscale: #E5E5E5. Windows color (decimal): -1380695 or 11136746. OLE color: 11136746.
HSL color Cylindrical-coordinate representation of color #EAEEA9: hue angle of 63.48º 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 #EAEEA9 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 238 | 169 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.07 |
| HSL | 63.48º | 0.67% | 0.8% | - |
| HSV(B) | 63.48º | 0.29% | 0.93% | - |
| XYZ | 71.67 | 81.51 | 49.49 | - |
| YUV | 228.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 169 | 0.02 | 0 | 0.29 | 0.07 | 63.48 | 0.67 | 0.8 |
| Hex | EA | EE | A9 | 2 | 0 | 1D | 7 | 3F | 43 | 50 |
| Octal | 352 | 356 | 251 | 2 | 0 | 35 | 7 | 77 | 103 | 120 |
| Binary | 11101010 | 11101110 | 10101001 | 10 | 0 | 11101 | 111 | 111111 | 1000011 | 1010000 |
Color Harmonies of #EAEEA9
Complementary color
Monochromatic Colors of #EAEEA9
Black with #EAEEA9
Text Example
Text Example
White with #EAEEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEEA9; }
p { color: rgb(234,238,169); }
H1.HeaderClassName
{
color: #EAEEA9;
}
.AnyTagClassName
{
color: #EAEEA9;
}
</style>
background-color css
<style>
a { background-color: #EAEEA9; }
a { background-color: rgb(234,238,169); }
div.DivClassName
{
background-color: #EAEEA9;
}
.BgClassName
{
background-color: #EAEEA9;
}
</style>
border-color css
<style>
span { border-color: #EAEEA9; }
span { border-color: rgb(234,238,169); }
td.TdClassName
{
border-color: #EAEEA9;
}
.TagClassName
{
border-color: #EAEEA9;
}
</style>