Shades of Medium Goldenrod #EAECAC
Tints of Medium Goldenrod #EAECAC
RGB
CMYK
RGB Variations
Color information
#EAECAC (or 0xEAECAC) is known color: Medium Goldenrod. HEX triplet: EA, EC and AC. RGB value is (234,236,172). Sum of RGB (Red+Green+Blue) = 234+236+172=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAECAC is #151353. Grayscale: #E4E4E4. Windows color (decimal): -1381204 or 11332842. OLE color: 11332842.
HSL color Cylindrical-coordinate representation of color #EAECAC: hue angle of 61.88º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAECAC is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 236 | 172 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.07 |
| HSL | 61.88º | 0.63% | 0.8% | - |
| HSV(B) | 61.88º | 0.27% | 0.93% | - |
| XYZ | 71.37 | 80.46 | 50.8 | - |
| YUV | 228.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 172 | 0.01 | 0 | 0.27 | 0.07 | 61.88 | 0.63 | 0.8 |
| Hex | EA | EC | AC | 1 | 0 | 1B | 7 | 3E | 3F | 50 |
| Octal | 352 | 354 | 254 | 1 | 0 | 33 | 7 | 76 | 77 | 120 |
| Binary | 11101010 | 11101100 | 10101100 | 1 | 0 | 11011 | 111 | 111110 | 111111 | 1010000 |
Color Harmonies of #EAECAC
Complementary color
Monochromatic Colors of #EAECAC
Black with #EAECAC
Text Example
Text Example
White with #EAECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAECAC; }
p { color: rgb(234,236,172); }
H1.HeaderClassName
{
color: #EAECAC;
}
.AnyTagClassName
{
color: #EAECAC;
}
</style>
background-color css
<style>
a { background-color: #EAECAC; }
a { background-color: rgb(234,236,172); }
div.DivClassName
{
background-color: #EAECAC;
}
.BgClassName
{
background-color: #EAECAC;
}
</style>
border-color css
<style>
span { border-color: #EAECAC; }
span { border-color: rgb(234,236,172); }
td.TdClassName
{
border-color: #EAECAC;
}
.TagClassName
{
border-color: #EAECAC;
}
</style>