Shades of Medium Goldenrod #EBEDB5
Tints of Medium Goldenrod #EBEDB5
RGB
CMYK
RGB Variations
Color information
#EBEDB5 (or 0xEBEDB5) is known color: Medium Goldenrod. HEX triplet: EB, ED and B5. RGB value is (235,237,181). Sum of RGB (Red+Green+Blue) = 235+237+181=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 181 (71.09% from 255 or 27.72% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDB5 is #14124A. Grayscale: #E6E6E6. Windows color (decimal): -1315403 or 11922923. OLE color: 11922923.
HSL color Cylindrical-coordinate representation of color #EBEDB5: hue angle of 62.14º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBEDB5 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 181 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.07 |
| HSL | 62.14º | 0.61% | 0.82% | - |
| HSV(B) | 62.14º | 0.24% | 0.93% | - |
| XYZ | 72.89 | 81.57 | 55.62 | - |
| YUV | 230.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 181 | 0.01 | 0 | 0.24 | 0.07 | 62.14 | 0.61 | 0.82 |
| Hex | EB | ED | B5 | 1 | 0 | 18 | 7 | 3E | 3D | 52 |
| Octal | 353 | 355 | 265 | 1 | 0 | 30 | 7 | 76 | 75 | 122 |
| Binary | 11101011 | 11101101 | 10110101 | 1 | 0 | 11000 | 111 | 111110 | 111101 | 1010010 |
Color Harmonies of #EBEDB5
Complementary color
Monochromatic Colors of #EBEDB5
Black with #EBEDB5
Text Example
Text Example
White with #EBEDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDB5; }
p { color: rgb(235,237,181); }
H1.HeaderClassName
{
color: #EBEDB5;
}
.AnyTagClassName
{
color: #EBEDB5;
}
</style>
background-color css
<style>
a { background-color: #EBEDB5; }
a { background-color: rgb(235,237,181); }
div.DivClassName
{
background-color: #EBEDB5;
}
.BgClassName
{
background-color: #EBEDB5;
}
</style>
border-color css
<style>
span { border-color: #EBEDB5; }
span { border-color: rgb(235,237,181); }
td.TdClassName
{
border-color: #EBEDB5;
}
.TagClassName
{
border-color: #EBEDB5;
}
</style>