Shades of Medium Goldenrod #EAE8B2
Tints of Medium Goldenrod #EAE8B2
RGB
CMYK
RGB Variations
Color information
#EAE8B2 (or 0xEAE8B2) is known color: Medium Goldenrod. HEX triplet: EA, E8 and B2. RGB value is (234,232,178). Sum of RGB (Red+Green+Blue) = 234+232+178=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 178 (69.92% from 255 or 27.64% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE8B2 is #15174D. Grayscale: #E2E2E2. Windows color (decimal): -1382222 or 11725034. OLE color: 11725034.
HSL color Cylindrical-coordinate representation of color #EAE8B2: hue angle of 57.86º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAE8B2 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 178 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.08 |
| HSL | 57.86º | 0.57% | 0.81% | - |
| HSV(B) | 57.86º | 0.24% | 0.92% | - |
| XYZ | 70.82 | 78.42 | 53.52 | - |
| YUV | 226.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 178 | 0 | 0.01 | 0.24 | 0.08 | 57.86 | 0.57 | 0.81 |
| Hex | EA | E8 | B2 | 0 | 1 | 18 | 8 | 3A | 39 | 51 |
| Octal | 352 | 350 | 262 | 0 | 1 | 30 | 10 | 72 | 71 | 121 |
| Binary | 11101010 | 11101000 | 10110010 | 0 | 1 | 11000 | 1000 | 111010 | 111001 | 1010001 |
Color Harmonies of #EAE8B2
Complementary color
Monochromatic Colors of #EAE8B2
Black with #EAE8B2
Text Example
Text Example
White with #EAE8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE8B2; }
p { color: rgb(234,232,178); }
H1.HeaderClassName
{
color: #EAE8B2;
}
.AnyTagClassName
{
color: #EAE8B2;
}
</style>
background-color css
<style>
a { background-color: #EAE8B2; }
a { background-color: rgb(234,232,178); }
div.DivClassName
{
background-color: #EAE8B2;
}
.BgClassName
{
background-color: #EAE8B2;
}
</style>
border-color css
<style>
span { border-color: #EAE8B2; }
span { border-color: rgb(234,232,178); }
td.TdClassName
{
border-color: #EAE8B2;
}
.TagClassName
{
border-color: #EAE8B2;
}
</style>