Shades of Medium Goldenrod #EBEDB0
Tints of Medium Goldenrod #EBEDB0
RGB
CMYK
RGB Variations
Color information
#EBEDB0 (or 0xEBEDB0) is known color: Medium Goldenrod. HEX triplet: EB, ED and B0. RGB value is (235,237,176). Sum of RGB (Red+Green+Blue) = 235+237+176=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 176 (69.14% from 255 or 27.16% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEDB0 is #14124F. Grayscale: #E5E5E5. Windows color (decimal): -1315408 or 11595243. OLE color: 11595243.
HSL color Cylindrical-coordinate representation of color #EBEDB0: hue angle of 61.97º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBEDB0 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 176 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.07 |
| HSL | 61.97º | 0.63% | 0.81% | - |
| HSV(B) | 61.97º | 0.26% | 0.93% | - |
| XYZ | 72.38 | 81.37 | 52.96 | - |
| YUV | 229.45 | 97.84 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 176 | 0.01 | 0 | 0.26 | 0.07 | 61.97 | 0.63 | 0.81 |
| Hex | EB | ED | B0 | 1 | 0 | 1A | 7 | 3E | 3F | 51 |
| Octal | 353 | 355 | 260 | 1 | 0 | 32 | 7 | 76 | 77 | 121 |
| Binary | 11101011 | 11101101 | 10110000 | 1 | 0 | 11010 | 111 | 111110 | 111111 | 1010001 |
Color Harmonies of #EBEDB0
Complementary color
Monochromatic Colors of #EBEDB0
Black with #EBEDB0
Text Example
Text Example
White with #EBEDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDB0; }
p { color: rgb(235,237,176); }
H1.HeaderClassName
{
color: #EBEDB0;
}
.AnyTagClassName
{
color: #EBEDB0;
}
</style>
background-color css
<style>
a { background-color: #EBEDB0; }
a { background-color: rgb(235,237,176); }
div.DivClassName
{
background-color: #EBEDB0;
}
.BgClassName
{
background-color: #EBEDB0;
}
</style>
border-color css
<style>
span { border-color: #EBEDB0; }
span { border-color: rgb(235,237,176); }
td.TdClassName
{
border-color: #EBEDB0;
}
.TagClassName
{
border-color: #EBEDB0;
}
</style>