Shades of Medium Goldenrod #EBECB8
Tints of Medium Goldenrod #EBECB8
RGB
CMYK
RGB Variations
Color information
#EBECB8 (or 0xEBECB8) is known color: Medium Goldenrod. HEX triplet: EB, EC and B8. RGB value is (235,236,184). Sum of RGB (Red+Green+Blue) = 235+236+184=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 184 (72.27% from 255 or 28.09% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECB8 is #141347. Grayscale: #E5E5E5. Windows color (decimal): -1315656 or 12119275. OLE color: 12119275.
HSL color Cylindrical-coordinate representation of color #EBECB8: hue angle of 61.15º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBECB8 is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 184 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.07 |
| HSL | 61.15º | 0.58% | 0.82% | - |
| HSV(B) | 61.15º | 0.22% | 0.93% | - |
| XYZ | 72.91 | 81.11 | 57.16 | - |
| YUV | 229.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 184 | 0.00 | 0 | 0.22 | 0.07 | 61.15 | 0.58 | 0.82 |
| Hex | EB | EC | B8 | 0 | 0 | 16 | 7 | 3D | 3A | 52 |
| Octal | 353 | 354 | 270 | 0 | 0 | 26 | 7 | 75 | 72 | 122 |
| Binary | 11101011 | 11101100 | 10111000 | 0 | 0 | 10110 | 111 | 111101 | 111010 | 1010010 |
Color Harmonies of #EBECB8
Complementary color
Monochromatic Colors of #EBECB8
Black with #EBECB8
Text Example
Text Example
White with #EBECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECB8; }
p { color: rgb(235,236,184); }
H1.HeaderClassName
{
color: #EBECB8;
}
.AnyTagClassName
{
color: #EBECB8;
}
</style>
background-color css
<style>
a { background-color: #EBECB8; }
a { background-color: rgb(235,236,184); }
div.DivClassName
{
background-color: #EBECB8;
}
.BgClassName
{
background-color: #EBECB8;
}
</style>
border-color css
<style>
span { border-color: #EBECB8; }
span { border-color: rgb(235,236,184); }
td.TdClassName
{
border-color: #EBECB8;
}
.TagClassName
{
border-color: #EBECB8;
}
</style>