Shades of Medium Goldenrod #EAECB4
Tints of Medium Goldenrod #EAECB4
RGB
CMYK
RGB Variations
Color information
#EAECB4 (or 0xEAECB4) is known color: Medium Goldenrod. HEX triplet: EA, EC and B4. RGB value is (234,236,180). Sum of RGB (Red+Green+Blue) = 234+236+180=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 180 (70.70% from 255 or 27.69% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAECB4 is #15134B. Grayscale: #E5E5E5. Windows color (decimal): -1381196 or 11857130. OLE color: 11857130.
HSL color Cylindrical-coordinate representation of color #EAECB4: hue angle of 62.14º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAECB4 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 236 | 180 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.07 |
| HSL | 62.14º | 0.6% | 0.82% | - |
| HSV(B) | 62.14º | 0.24% | 0.93% | - |
| XYZ | 72.17 | 80.78 | 54.97 | - |
| YUV | 229.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 180 | 0.01 | 0 | 0.24 | 0.07 | 62.14 | 0.6 | 0.82 |
| Hex | EA | EC | B4 | 1 | 0 | 18 | 7 | 3E | 3C | 52 |
| Octal | 352 | 354 | 264 | 1 | 0 | 30 | 7 | 76 | 74 | 122 |
| Binary | 11101010 | 11101100 | 10110100 | 1 | 0 | 11000 | 111 | 111110 | 111100 | 1010010 |
Color Harmonies of #EAECB4
Complementary color
Monochromatic Colors of #EAECB4
Black with #EAECB4
Text Example
Text Example
White with #EAECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAECB4; }
p { color: rgb(234,236,180); }
H1.HeaderClassName
{
color: #EAECB4;
}
.AnyTagClassName
{
color: #EAECB4;
}
</style>
background-color css
<style>
a { background-color: #EAECB4; }
a { background-color: rgb(234,236,180); }
div.DivClassName
{
background-color: #EAECB4;
}
.BgClassName
{
background-color: #EAECB4;
}
</style>
border-color css
<style>
span { border-color: #EAECB4; }
span { border-color: rgb(234,236,180); }
td.TdClassName
{
border-color: #EAECB4;
}
.TagClassName
{
border-color: #EAECB4;
}
</style>