Shades of Medium Goldenrod #EBECAB
Tints of Medium Goldenrod #EBECAB
RGB
CMYK
RGB Variations
Color information
#EBECAB (or 0xEBECAB) is known color: Medium Goldenrod. HEX triplet: EB, EC and AB. RGB value is (235,236,171). Sum of RGB (Red+Green+Blue) = 235+236+171=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 171 (67.19% from 255 or 26.64% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBECAB is #141354. Grayscale: #E4E4E4. Windows color (decimal): -1315669 or 11267307. OLE color: 11267307.
HSL color Cylindrical-coordinate representation of color #EBECAB: hue angle of 60.92º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBECAB is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 171 | - |
| CMYK | 0.00 | 0 | 0.28 | 0.07 |
| HSL | 60.92º | 0.63% | 0.8% | - |
| HSV(B) | 60.92º | 0.28% | 0.93% | - |
| XYZ | 71.61 | 80.59 | 50.31 | - |
| YUV | 228.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 171 | 0.00 | 0 | 0.28 | 0.07 | 60.92 | 0.63 | 0.8 |
| Hex | EB | EC | AB | 0 | 0 | 1C | 7 | 3D | 3F | 50 |
| Octal | 353 | 354 | 253 | 0 | 0 | 34 | 7 | 75 | 77 | 120 |
| Binary | 11101011 | 11101100 | 10101011 | 0 | 0 | 11100 | 111 | 111101 | 111111 | 1010000 |
Color Harmonies of #EBECAB
Complementary color
Monochromatic Colors of #EBECAB
Black with #EBECAB
Text Example
Text Example
White with #EBECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECAB; }
p { color: rgb(235,236,171); }
H1.HeaderClassName
{
color: #EBECAB;
}
.AnyTagClassName
{
color: #EBECAB;
}
</style>
background-color css
<style>
a { background-color: #EBECAB; }
a { background-color: rgb(235,236,171); }
div.DivClassName
{
background-color: #EBECAB;
}
.BgClassName
{
background-color: #EBECAB;
}
</style>
border-color css
<style>
span { border-color: #EBECAB; }
span { border-color: rgb(235,236,171); }
td.TdClassName
{
border-color: #EBECAB;
}
.TagClassName
{
border-color: #EBECAB;
}
</style>