Shades of Medium Goldenrod #EAEAA3
Tints of Medium Goldenrod #EAEAA3
RGB
CMYK
RGB Variations
Color information
#EAEAA3 (or 0xEAEAA3) is known color: Medium Goldenrod. HEX triplet: EA, EA and A3. RGB value is (234,234,163). Sum of RGB (Red+Green+Blue) = 234+234+163=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 163 (64.06% from 255 or 25.83% from 631); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEAA3 is #15155C. Grayscale: #E2E2E2. Windows color (decimal): -1381725 or 10742506. OLE color: 10742506.
HSL color Cylindrical-coordinate representation of color #EAEAA3: hue angle of 60º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAEAA3 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 163 | - |
| CMYK | 0 | 0 | 0.30 | 0.08 |
| HSL | 60º | 0.63% | 0.78% | - |
| HSV(B) | 60º | 0.3% | 0.92% | - |
| XYZ | 69.97 | 78.98 | 46.21 | - |
| YUV | 225.91 | 92.5 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 163 | 0 | 0 | 0.30 | 0.08 | 60 | 0.63 | 0.78 |
| Hex | EA | EA | A3 | 0 | 0 | 1E | 8 | 3C | 3F | 4E |
| Octal | 352 | 352 | 243 | 0 | 0 | 36 | 10 | 74 | 77 | 116 |
| Binary | 11101010 | 11101010 | 10100011 | 0 | 0 | 11110 | 1000 | 111100 | 111111 | 1001110 |
Color Harmonies of #EAEAA3
Complementary color
Monochromatic Colors of #EAEAA3
Black with #EAEAA3
Text Example
Text Example
White with #EAEAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAA3; }
p { color: rgb(234,234,163); }
H1.HeaderClassName
{
color: #EAEAA3;
}
.AnyTagClassName
{
color: #EAEAA3;
}
</style>
background-color css
<style>
a { background-color: #EAEAA3; }
a { background-color: rgb(234,234,163); }
div.DivClassName
{
background-color: #EAEAA3;
}
.BgClassName
{
background-color: #EAEAA3;
}
</style>
border-color css
<style>
span { border-color: #EAEAA3; }
span { border-color: rgb(234,234,163); }
td.TdClassName
{
border-color: #EAEAA3;
}
.TagClassName
{
border-color: #EAEAA3;
}
</style>