Shades of Medium Goldenrod #EBECB5
Tints of Medium Goldenrod #EBECB5
RGB
CMYK
RGB Variations
Color information
#EBECB5 (or 0xEBECB5) is known color: Medium Goldenrod. HEX triplet: EB, EC and B5. RGB value is (235,236,181). Sum of RGB (Red+Green+Blue) = 235+236+181=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 181 (71.09% from 255 or 27.76% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECB5 is #14134A. Grayscale: #E5E5E5. Windows color (decimal): -1315659 or 11922667. OLE color: 11922667.
HSL color Cylindrical-coordinate representation of color #EBECB5: hue angle of 61.09º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBECB5 is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 181 | - |
| CMYK | 0.00 | 0 | 0.23 | 0.07 |
| HSL | 61.09º | 0.59% | 0.82% | - |
| HSV(B) | 61.09º | 0.23% | 0.93% | - |
| XYZ | 72.6 | 80.99 | 55.52 | - |
| YUV | 229.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 181 | 0.00 | 0 | 0.23 | 0.07 | 61.09 | 0.59 | 0.82 |
| Hex | EB | EC | B5 | 0 | 0 | 17 | 7 | 3D | 3B | 52 |
| Octal | 353 | 354 | 265 | 0 | 0 | 27 | 7 | 75 | 73 | 122 |
| Binary | 11101011 | 11101100 | 10110101 | 0 | 0 | 10111 | 111 | 111101 | 111011 | 1010010 |
Color Harmonies of #EBECB5
Complementary color
Monochromatic Colors of #EBECB5
Black with #EBECB5
Text Example
Text Example
White with #EBECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECB5; }
p { color: rgb(235,236,181); }
H1.HeaderClassName
{
color: #EBECB5;
}
.AnyTagClassName
{
color: #EBECB5;
}
</style>
background-color css
<style>
a { background-color: #EBECB5; }
a { background-color: rgb(235,236,181); }
div.DivClassName
{
background-color: #EBECB5;
}
.BgClassName
{
background-color: #EBECB5;
}
</style>
border-color css
<style>
span { border-color: #EBECB5; }
span { border-color: rgb(235,236,181); }
td.TdClassName
{
border-color: #EBECB5;
}
.TagClassName
{
border-color: #EBECB5;
}
</style>