Shades of Medium Goldenrod #EAEDAE
Tints of Medium Goldenrod #EAEDAE
RGB
CMYK
RGB Variations
Color information
#EAEDAE (or 0xEAEDAE) is known color: Medium Goldenrod. HEX triplet: EA, ED and AE. RGB value is (234,237,174). Sum of RGB (Red+Green+Blue) = 234+237+174=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 174 (68.36% from 255 or 26.98% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEDAE is #151251. Grayscale: #E5E5E5. Windows color (decimal): -1380946 or 11464170. OLE color: 11464170.
HSL color Cylindrical-coordinate representation of color #EAEDAE: hue angle of 62.86º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAEDAE is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 174 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.07 |
| HSL | 62.86º | 0.64% | 0.81% | - |
| HSV(B) | 62.86º | 0.27% | 0.93% | - |
| XYZ | 71.86 | 81.12 | 51.91 | - |
| YUV | 228.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 174 | 0.01 | 0 | 0.27 | 0.07 | 62.86 | 0.64 | 0.81 |
| Hex | EA | ED | AE | 1 | 0 | 1B | 7 | 3F | 40 | 51 |
| Octal | 352 | 355 | 256 | 1 | 0 | 33 | 7 | 77 | 100 | 121 |
| Binary | 11101010 | 11101101 | 10101110 | 1 | 0 | 11011 | 111 | 111111 | 1000000 | 1010001 |
Color Harmonies of #EAEDAE
Complementary color
Monochromatic Colors of #EAEDAE
Black with #EAEDAE
Text Example
Text Example
White with #EAEDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDAE; }
p { color: rgb(234,237,174); }
H1.HeaderClassName
{
color: #EAEDAE;
}
.AnyTagClassName
{
color: #EAEDAE;
}
</style>
background-color css
<style>
a { background-color: #EAEDAE; }
a { background-color: rgb(234,237,174); }
div.DivClassName
{
background-color: #EAEDAE;
}
.BgClassName
{
background-color: #EAEDAE;
}
</style>
border-color css
<style>
span { border-color: #EAEDAE; }
span { border-color: rgb(234,237,174); }
td.TdClassName
{
border-color: #EAEDAE;
}
.TagClassName
{
border-color: #EAEDAE;
}
</style>