Shades of Medium Goldenrod #EAEAAC
Tints of Medium Goldenrod #EAEAAC
RGB
CMYK
RGB Variations
Color information
#EAEAAC (or 0xEAEAAC) is known color: Medium Goldenrod. HEX triplet: EA, EA and AC. RGB value is (234,234,172). Sum of RGB (Red+Green+Blue) = 234+234+172=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 172 (67.58% from 255 or 26.88% from 640); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEAAC is #151553. Grayscale: #E3E3E3. Windows color (decimal): -1381716 or 11332330. OLE color: 11332330.
HSL color Cylindrical-coordinate representation of color #EAEAAC: hue angle of 60º degrees, saturation: 0.6, 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 #EAEAAC is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 172 | - |
| CMYK | 0 | 0 | 0.26 | 0.08 |
| HSL | 60º | 0.6% | 0.8% | - |
| HSV(B) | 60º | 0.26% | 0.92% | - |
| XYZ | 70.8 | 79.32 | 50.61 | - |
| YUV | 226.93 | 97 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 172 | 0 | 0 | 0.26 | 0.08 | 60 | 0.6 | 0.8 |
| Hex | EA | EA | AC | 0 | 0 | 1A | 8 | 3C | 3C | 50 |
| Octal | 352 | 352 | 254 | 0 | 0 | 32 | 10 | 74 | 74 | 120 |
| Binary | 11101010 | 11101010 | 10101100 | 0 | 0 | 11010 | 1000 | 111100 | 111100 | 1010000 |
Color Harmonies of #EAEAAC
Complementary color
Monochromatic Colors of #EAEAAC
Black with #EAEAAC
Text Example
Text Example
White with #EAEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAAC; }
p { color: rgb(234,234,172); }
H1.HeaderClassName
{
color: #EAEAAC;
}
.AnyTagClassName
{
color: #EAEAAC;
}
</style>
background-color css
<style>
a { background-color: #EAEAAC; }
a { background-color: rgb(234,234,172); }
div.DivClassName
{
background-color: #EAEAAC;
}
.BgClassName
{
background-color: #EAEAAC;
}
</style>
border-color css
<style>
span { border-color: #EAEAAC; }
span { border-color: rgb(234,234,172); }
td.TdClassName
{
border-color: #EAEAAC;
}
.TagClassName
{
border-color: #EAEAAC;
}
</style>