Shades of Medium Goldenrod #EAEAA6
Tints of Medium Goldenrod #EAEAA6
RGB
CMYK
RGB Variations
Color information
#EAEAA6 (or 0xEAEAA6) is known color: Medium Goldenrod. HEX triplet: EA, EA and A6. RGB value is (234,234,166). Sum of RGB (Red+Green+Blue) = 234+234+166=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 166 (65.23% from 255 or 26.18% from 634); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEAA6 is #151559. Grayscale: #E2E2E2. Windows color (decimal): -1381722 or 10939114. OLE color: 10939114.
HSL color Cylindrical-coordinate representation of color #EAEAA6: hue angle of 60º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAEAA6 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 166 | - |
| CMYK | 0 | 0 | 0.29 | 0.08 |
| HSL | 60º | 0.62% | 0.78% | - |
| HSV(B) | 60º | 0.29% | 0.92% | - |
| XYZ | 70.24 | 79.09 | 47.64 | - |
| YUV | 226.25 | 94 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 166 | 0 | 0 | 0.29 | 0.08 | 60 | 0.62 | 0.78 |
| Hex | EA | EA | A6 | 0 | 0 | 1D | 8 | 3C | 3E | 4E |
| Octal | 352 | 352 | 246 | 0 | 0 | 35 | 10 | 74 | 76 | 116 |
| Binary | 11101010 | 11101010 | 10100110 | 0 | 0 | 11101 | 1000 | 111100 | 111110 | 1001110 |
Color Harmonies of #EAEAA6
Complementary color
Monochromatic Colors of #EAEAA6
Black with #EAEAA6
Text Example
Text Example
White with #EAEAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAA6; }
p { color: rgb(234,234,166); }
H1.HeaderClassName
{
color: #EAEAA6;
}
.AnyTagClassName
{
color: #EAEAA6;
}
</style>
background-color css
<style>
a { background-color: #EAEAA6; }
a { background-color: rgb(234,234,166); }
div.DivClassName
{
background-color: #EAEAA6;
}
.BgClassName
{
background-color: #EAEAA6;
}
</style>
border-color css
<style>
span { border-color: #EAEAA6; }
span { border-color: rgb(234,234,166); }
td.TdClassName
{
border-color: #EAEAA6;
}
.TagClassName
{
border-color: #EAEAA6;
}
</style>