Shades of Medium Goldenrod #EBE8B2
Tints of Medium Goldenrod #EBE8B2
RGB
CMYK
RGB Variations
Color information
#EBE8B2 (or 0xEBE8B2) is known color: Medium Goldenrod. HEX triplet: EB, E8 and B2. RGB value is (235,232,178). Sum of RGB (Red+Green+Blue) = 235+232+178=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 178 (69.92% from 255 or 27.60% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE8B2 is #14174D. Grayscale: #E2E2E2. Windows color (decimal): -1316686 or 11725035. OLE color: 11725035.
HSL color Cylindrical-coordinate representation of color #EBE8B2: hue angle of 56.84º degrees, saturation: 0.59, 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 #EBE8B2 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 178 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.08 |
| HSL | 56.84º | 0.59% | 0.81% | - |
| HSV(B) | 56.84º | 0.24% | 0.92% | - |
| XYZ | 71.15 | 78.59 | 53.54 | - |
| YUV | 226.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 178 | 0 | 0.01 | 0.24 | 0.08 | 56.84 | 0.59 | 0.81 |
| Hex | EB | E8 | B2 | 0 | 1 | 18 | 8 | 39 | 3B | 51 |
| Octal | 353 | 350 | 262 | 0 | 1 | 30 | 10 | 71 | 73 | 121 |
| Binary | 11101011 | 11101000 | 10110010 | 0 | 1 | 11000 | 1000 | 111001 | 111011 | 1010001 |
Color Harmonies of #EBE8B2
Complementary color
Monochromatic Colors of #EBE8B2
Black with #EBE8B2
Text Example
Text Example
White with #EBE8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8B2; }
p { color: rgb(235,232,178); }
H1.HeaderClassName
{
color: #EBE8B2;
}
.AnyTagClassName
{
color: #EBE8B2;
}
</style>
background-color css
<style>
a { background-color: #EBE8B2; }
a { background-color: rgb(235,232,178); }
div.DivClassName
{
background-color: #EBE8B2;
}
.BgClassName
{
background-color: #EBE8B2;
}
</style>
border-color css
<style>
span { border-color: #EBE8B2; }
span { border-color: rgb(235,232,178); }
td.TdClassName
{
border-color: #EBE8B2;
}
.TagClassName
{
border-color: #EBE8B2;
}
</style>