Shades of Medium Goldenrod #EBECB6
Tints of Medium Goldenrod #EBECB6
RGB
CMYK
RGB Variations
Color information
#EBECB6 (or 0xEBECB6) is known color: Medium Goldenrod. HEX triplet: EB, EC and B6. RGB value is (235,236,182). Sum of RGB (Red+Green+Blue) = 235+236+182=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 182 (71.48% from 255 or 27.87% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECB6 is #141349. Grayscale: #E5E5E5. Windows color (decimal): -1315658 or 11988203. OLE color: 11988203.
HSL color Cylindrical-coordinate representation of color #EBECB6: hue angle of 61.11º 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 #EBECB6 is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 182 | - |
| CMYK | 0.00 | 0 | 0.23 | 0.07 |
| HSL | 61.11º | 0.59% | 0.82% | - |
| HSV(B) | 61.11º | 0.23% | 0.93% | - |
| XYZ | 72.7 | 81.03 | 56.06 | - |
| YUV | 229.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 182 | 0.00 | 0 | 0.23 | 0.07 | 61.11 | 0.59 | 0.82 |
| Hex | EB | EC | B6 | 0 | 0 | 17 | 7 | 3D | 3B | 52 |
| Octal | 353 | 354 | 266 | 0 | 0 | 27 | 7 | 75 | 73 | 122 |
| Binary | 11101011 | 11101100 | 10110110 | 0 | 0 | 10111 | 111 | 111101 | 111011 | 1010010 |
Color Harmonies of #EBECB6
Complementary color
Monochromatic Colors of #EBECB6
Black with #EBECB6
Text Example
Text Example
White with #EBECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECB6; }
p { color: rgb(235,236,182); }
H1.HeaderClassName
{
color: #EBECB6;
}
.AnyTagClassName
{
color: #EBECB6;
}
</style>
background-color css
<style>
a { background-color: #EBECB6; }
a { background-color: rgb(235,236,182); }
div.DivClassName
{
background-color: #EBECB6;
}
.BgClassName
{
background-color: #EBECB6;
}
</style>
border-color css
<style>
span { border-color: #EBECB6; }
span { border-color: rgb(235,236,182); }
td.TdClassName
{
border-color: #EBECB6;
}
.TagClassName
{
border-color: #EBECB6;
}
</style>