Shades of Medium Goldenrod #EAECA2
Tints of Medium Goldenrod #EAECA2
RGB
CMYK
RGB Variations
Color information
#EAECA2 (or 0xEAECA2) is known color: Medium Goldenrod. HEX triplet: EA, EC and A2. RGB value is (234,236,162). Sum of RGB (Red+Green+Blue) = 234+236+162=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 162 (63.67% from 255 or 25.63% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAECA2 is #15135D. Grayscale: #E3E3E3. Windows color (decimal): -1381214 or 10677482. OLE color: 10677482.
HSL color Cylindrical-coordinate representation of color #EAECA2: hue angle of 61.62º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAECA2 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 236 | 162 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.07 |
| HSL | 61.62º | 0.66% | 0.78% | - |
| HSV(B) | 61.62º | 0.31% | 0.93% | - |
| XYZ | 70.45 | 80.09 | 45.93 | - |
| YUV | 226.97 | 91.34 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 162 | 0.01 | 0 | 0.31 | 0.07 | 61.62 | 0.66 | 0.78 |
| Hex | EA | EC | A2 | 1 | 0 | 1F | 7 | 3E | 42 | 4E |
| Octal | 352 | 354 | 242 | 1 | 0 | 37 | 7 | 76 | 102 | 116 |
| Binary | 11101010 | 11101100 | 10100010 | 1 | 0 | 11111 | 111 | 111110 | 1000010 | 1001110 |
Color Harmonies of #EAECA2
Complementary color
Monochromatic Colors of #EAECA2
Black with #EAECA2
Text Example
Text Example
White with #EAECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAECA2; }
p { color: rgb(234,236,162); }
H1.HeaderClassName
{
color: #EAECA2;
}
.AnyTagClassName
{
color: #EAECA2;
}
</style>
background-color css
<style>
a { background-color: #EAECA2; }
a { background-color: rgb(234,236,162); }
div.DivClassName
{
background-color: #EAECA2;
}
.BgClassName
{
background-color: #EAECA2;
}
</style>
border-color css
<style>
span { border-color: #EAECA2; }
span { border-color: rgb(234,236,162); }
td.TdClassName
{
border-color: #EAECA2;
}
.TagClassName
{
border-color: #EAECA2;
}
</style>