Shades of Medium Goldenrod #EAEDAA
Tints of Medium Goldenrod #EAEDAA
RGB
CMYK
RGB Variations
Color information
#EAEDAA (or 0xEAEDAA) is known color: Medium Goldenrod. HEX triplet: EA, ED and AA. RGB value is (234,237,170). Sum of RGB (Red+Green+Blue) = 234+237+170=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 170 (66.80% from 255 or 26.52% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEDAA is #151255. Grayscale: #E4E4E4. Windows color (decimal): -1380950 or 11202026. OLE color: 11202026.
HSL color Cylindrical-coordinate representation of color #EAEDAA: hue angle of 62.69º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAEDAA is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 170 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.07 |
| HSL | 62.69º | 0.65% | 0.8% | - |
| HSV(B) | 62.69º | 0.28% | 0.93% | - |
| XYZ | 71.47 | 80.96 | 49.89 | - |
| YUV | 228.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 170 | 0.01 | 0 | 0.28 | 0.07 | 62.69 | 0.65 | 0.8 |
| Hex | EA | ED | AA | 1 | 0 | 1C | 7 | 3F | 41 | 50 |
| Octal | 352 | 355 | 252 | 1 | 0 | 34 | 7 | 77 | 101 | 120 |
| Binary | 11101010 | 11101101 | 10101010 | 1 | 0 | 11100 | 111 | 111111 | 1000001 | 1010000 |
Color Harmonies of #EAEDAA
Complementary color
Monochromatic Colors of #EAEDAA
Black with #EAEDAA
Text Example
Text Example
White with #EAEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDAA; }
p { color: rgb(234,237,170); }
H1.HeaderClassName
{
color: #EAEDAA;
}
.AnyTagClassName
{
color: #EAEDAA;
}
</style>
background-color css
<style>
a { background-color: #EAEDAA; }
a { background-color: rgb(234,237,170); }
div.DivClassName
{
background-color: #EAEDAA;
}
.BgClassName
{
background-color: #EAEDAA;
}
</style>
border-color css
<style>
span { border-color: #EAEDAA; }
span { border-color: rgb(234,237,170); }
td.TdClassName
{
border-color: #EAEDAA;
}
.TagClassName
{
border-color: #EAEDAA;
}
</style>