Shades of Medium Goldenrod #EBE7B2
Tints of Medium Goldenrod #EBE7B2
RGB
CMYK
RGB Variations
Color information
#EBE7B2 (or 0xEBE7B2) is known color: Medium Goldenrod. HEX triplet: EB, E7 and B2. RGB value is (235,231,178). Sum of RGB (Red+Green+Blue) = 235+231+178=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 178 (69.92% from 255 or 27.64% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE7B2 is #14184D. Grayscale: #E2E2E2. Windows color (decimal): -1316942 or 11724779. OLE color: 11724779.
HSL color Cylindrical-coordinate representation of color #EBE7B2: hue angle of 55.79º 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 #EBE7B2 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 231 | 178 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.08 |
| HSL | 55.79º | 0.59% | 0.81% | - |
| HSV(B) | 55.79º | 0.24% | 0.92% | - |
| XYZ | 70.87 | 78.03 | 53.45 | - |
| YUV | 226.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 231 | 178 | 0 | 0.02 | 0.24 | 0.08 | 55.79 | 0.59 | 0.81 |
| Hex | EB | E7 | B2 | 0 | 2 | 18 | 8 | 38 | 3B | 51 |
| Octal | 353 | 347 | 262 | 0 | 2 | 30 | 10 | 70 | 73 | 121 |
| Binary | 11101011 | 11100111 | 10110010 | 0 | 10 | 11000 | 1000 | 111000 | 111011 | 1010001 |
Color Harmonies of #EBE7B2
Complementary color
Monochromatic Colors of #EBE7B2
Black with #EBE7B2
Text Example
Text Example
White with #EBE7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE7B2; }
p { color: rgb(235,231,178); }
H1.HeaderClassName
{
color: #EBE7B2;
}
.AnyTagClassName
{
color: #EBE7B2;
}
</style>
background-color css
<style>
a { background-color: #EBE7B2; }
a { background-color: rgb(235,231,178); }
div.DivClassName
{
background-color: #EBE7B2;
}
.BgClassName
{
background-color: #EBE7B2;
}
</style>
border-color css
<style>
span { border-color: #EBE7B2; }
span { border-color: rgb(235,231,178); }
td.TdClassName
{
border-color: #EBE7B2;
}
.TagClassName
{
border-color: #EBE7B2;
}
</style>