Shades of Medium Goldenrod #EAECB2
Tints of Medium Goldenrod #EAECB2
RGB
CMYK
RGB Variations
Color information
#EAECB2 (or 0xEAECB2) is known color: Medium Goldenrod. HEX triplet: EA, EC and B2. RGB value is (234,236,178). Sum of RGB (Red+Green+Blue) = 234+236+178=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 178 (69.92% from 255 or 27.47% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAECB2 is #15134D. Grayscale: #E5E5E5. Windows color (decimal): -1381198 or 11726058. OLE color: 11726058.
HSL color Cylindrical-coordinate representation of color #EAECB2: hue angle of 62.07º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAECB2 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 236 | 178 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.07 |
| HSL | 62.07º | 0.6% | 0.81% | - |
| HSV(B) | 62.07º | 0.25% | 0.93% | - |
| XYZ | 71.96 | 80.7 | 53.9 | - |
| YUV | 228.79 | 99.34 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 178 | 0.01 | 0 | 0.25 | 0.07 | 62.07 | 0.6 | 0.81 |
| Hex | EA | EC | B2 | 1 | 0 | 19 | 7 | 3E | 3C | 51 |
| Octal | 352 | 354 | 262 | 1 | 0 | 31 | 7 | 76 | 74 | 121 |
| Binary | 11101010 | 11101100 | 10110010 | 1 | 0 | 11001 | 111 | 111110 | 111100 | 1010001 |
Color Harmonies of #EAECB2
Complementary color
Monochromatic Colors of #EAECB2
Black with #EAECB2
Text Example
Text Example
White with #EAECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAECB2; }
p { color: rgb(234,236,178); }
H1.HeaderClassName
{
color: #EAECB2;
}
.AnyTagClassName
{
color: #EAECB2;
}
</style>
background-color css
<style>
a { background-color: #EAECB2; }
a { background-color: rgb(234,236,178); }
div.DivClassName
{
background-color: #EAECB2;
}
.BgClassName
{
background-color: #EAECB2;
}
</style>
border-color css
<style>
span { border-color: #EAECB2; }
span { border-color: rgb(234,236,178); }
td.TdClassName
{
border-color: #EAECB2;
}
.TagClassName
{
border-color: #EAECB2;
}
</style>