Shades of Medium Goldenrod #EAECB6
Tints of Medium Goldenrod #EAECB6
RGB
CMYK
RGB Variations
Color information
#EAECB6 (or 0xEAECB6) is known color: Medium Goldenrod. HEX triplet: EA, EC and B6. RGB value is (234,236,182). Sum of RGB (Red+Green+Blue) = 234+236+182=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 182 (71.48% from 255 or 27.91% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAECB6 is #151349. Grayscale: #E5E5E5. Windows color (decimal): -1381194 or 11988202. OLE color: 11988202.
HSL color Cylindrical-coordinate representation of color #EAECB6: hue angle of 62.22º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAECB6 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 236 | 182 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.07 |
| HSL | 62.22º | 0.59% | 0.82% | - |
| HSV(B) | 62.22º | 0.23% | 0.93% | - |
| XYZ | 72.37 | 80.86 | 56.05 | - |
| YUV | 229.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 182 | 0.01 | 0 | 0.23 | 0.07 | 62.22 | 0.59 | 0.82 |
| Hex | EA | EC | B6 | 1 | 0 | 17 | 7 | 3E | 3B | 52 |
| Octal | 352 | 354 | 266 | 1 | 0 | 27 | 7 | 76 | 73 | 122 |
| Binary | 11101010 | 11101100 | 10110110 | 1 | 0 | 10111 | 111 | 111110 | 111011 | 1010010 |
Color Harmonies of #EAECB6
Complementary color
Monochromatic Colors of #EAECB6
Black with #EAECB6
Text Example
Text Example
White with #EAECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAECB6; }
p { color: rgb(234,236,182); }
H1.HeaderClassName
{
color: #EAECB6;
}
.AnyTagClassName
{
color: #EAECB6;
}
</style>
background-color css
<style>
a { background-color: #EAECB6; }
a { background-color: rgb(234,236,182); }
div.DivClassName
{
background-color: #EAECB6;
}
.BgClassName
{
background-color: #EAECB6;
}
</style>
border-color css
<style>
span { border-color: #EAECB6; }
span { border-color: rgb(234,236,182); }
td.TdClassName
{
border-color: #EAECB6;
}
.TagClassName
{
border-color: #EAECB6;
}
</style>