Shades of Medium Goldenrod #EAEAAE
Tints of Medium Goldenrod #EAEAAE
RGB
CMYK
RGB Variations
Color information
#EAEAAE (or 0xEAEAAE) is known color: Medium Goldenrod. HEX triplet: EA, EA and AE. RGB value is (234,234,174). Sum of RGB (Red+Green+Blue) = 234+234+174=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 174 (68.36% from 255 or 27.10% from 642); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEAAE is #151551. Grayscale: #E3E3E3. Windows color (decimal): -1381714 or 11463402. OLE color: 11463402.
HSL color Cylindrical-coordinate representation of color #EAEAAE: hue angle of 60º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAEAAE is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 174 | - |
| CMYK | 0 | 0 | 0.26 | 0.08 |
| HSL | 60º | 0.59% | 0.8% | - |
| HSV(B) | 60º | 0.26% | 0.92% | - |
| XYZ | 70.99 | 79.39 | 51.63 | - |
| YUV | 227.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 174 | 0 | 0 | 0.26 | 0.08 | 60 | 0.59 | 0.8 |
| Hex | EA | EA | AE | 0 | 0 | 1A | 8 | 3C | 3B | 50 |
| Octal | 352 | 352 | 256 | 0 | 0 | 32 | 10 | 74 | 73 | 120 |
| Binary | 11101010 | 11101010 | 10101110 | 0 | 0 | 11010 | 1000 | 111100 | 111011 | 1010000 |
Color Harmonies of #EAEAAE
Complementary color
Monochromatic Colors of #EAEAAE
Black with #EAEAAE
Text Example
Text Example
White with #EAEAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAAE; }
p { color: rgb(234,234,174); }
H1.HeaderClassName
{
color: #EAEAAE;
}
.AnyTagClassName
{
color: #EAEAAE;
}
</style>
background-color css
<style>
a { background-color: #EAEAAE; }
a { background-color: rgb(234,234,174); }
div.DivClassName
{
background-color: #EAEAAE;
}
.BgClassName
{
background-color: #EAEAAE;
}
</style>
border-color css
<style>
span { border-color: #EAEAAE; }
span { border-color: rgb(234,234,174); }
td.TdClassName
{
border-color: #EAEAAE;
}
.TagClassName
{
border-color: #EAEAAE;
}
</style>