Shades of Medium Goldenrod #EBEDB1
Tints of Medium Goldenrod #EBEDB1
RGB
CMYK
RGB Variations
Color information
#EBEDB1 (or 0xEBEDB1) is known color: Medium Goldenrod. HEX triplet: EB, ED and B1. RGB value is (235,237,177). Sum of RGB (Red+Green+Blue) = 235+237+177=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 177 (69.53% from 255 or 27.27% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEDB1 is #14124E. Grayscale: #E5E5E5. Windows color (decimal): -1315407 or 11660779. OLE color: 11660779.
HSL color Cylindrical-coordinate representation of color #EBEDB1: hue angle of 62º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBEDB1 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 177 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.07 |
| HSL | 62º | 0.63% | 0.81% | - |
| HSV(B) | 62º | 0.25% | 0.93% | - |
| XYZ | 72.48 | 81.4 | 53.49 | - |
| YUV | 229.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 177 | 0.01 | 0 | 0.25 | 0.07 | 62 | 0.63 | 0.81 |
| Hex | EB | ED | B1 | 1 | 0 | 19 | 7 | 3E | 3E | 51 |
| Octal | 353 | 355 | 261 | 1 | 0 | 31 | 7 | 76 | 76 | 121 |
| Binary | 11101011 | 11101101 | 10110001 | 1 | 0 | 11001 | 111 | 111110 | 111110 | 1010001 |
Color Harmonies of #EBEDB1
Complementary color
Monochromatic Colors of #EBEDB1
Black with #EBEDB1
Text Example
Text Example
White with #EBEDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDB1; }
p { color: rgb(235,237,177); }
H1.HeaderClassName
{
color: #EBEDB1;
}
.AnyTagClassName
{
color: #EBEDB1;
}
</style>
background-color css
<style>
a { background-color: #EBEDB1; }
a { background-color: rgb(235,237,177); }
div.DivClassName
{
background-color: #EBEDB1;
}
.BgClassName
{
background-color: #EBEDB1;
}
</style>
border-color css
<style>
span { border-color: #EBEDB1; }
span { border-color: rgb(235,237,177); }
td.TdClassName
{
border-color: #EBEDB1;
}
.TagClassName
{
border-color: #EBEDB1;
}
</style>