Shades of Medium Goldenrod #EBECAC
Tints of Medium Goldenrod #EBECAC
RGB
CMYK
RGB Variations
Color information
#EBECAC (or 0xEBECAC) is known color: Medium Goldenrod. HEX triplet: EB, EC and AC. RGB value is (235,236,172). Sum of RGB (Red+Green+Blue) = 235+236+172=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 172 (67.58% from 255 or 26.75% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBECAC is #141353. Grayscale: #E4E4E4. Windows color (decimal): -1315668 or 11332843. OLE color: 11332843.
HSL color Cylindrical-coordinate representation of color #EBECAC: hue angle of 60.94º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBECAC is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 172 | - |
| CMYK | 0.00 | 0 | 0.27 | 0.07 |
| HSL | 60.94º | 0.63% | 0.8% | - |
| HSV(B) | 60.94º | 0.27% | 0.93% | - |
| XYZ | 71.7 | 80.63 | 50.81 | - |
| YUV | 228.41 | 96.17 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 172 | 0.00 | 0 | 0.27 | 0.07 | 60.94 | 0.63 | 0.8 |
| Hex | EB | EC | AC | 0 | 0 | 1B | 7 | 3D | 3F | 50 |
| Octal | 353 | 354 | 254 | 0 | 0 | 33 | 7 | 75 | 77 | 120 |
| Binary | 11101011 | 11101100 | 10101100 | 0 | 0 | 11011 | 111 | 111101 | 111111 | 1010000 |
Color Harmonies of #EBECAC
Complementary color
Monochromatic Colors of #EBECAC
Black with #EBECAC
Text Example
Text Example
White with #EBECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECAC; }
p { color: rgb(235,236,172); }
H1.HeaderClassName
{
color: #EBECAC;
}
.AnyTagClassName
{
color: #EBECAC;
}
</style>
background-color css
<style>
a { background-color: #EBECAC; }
a { background-color: rgb(235,236,172); }
div.DivClassName
{
background-color: #EBECAC;
}
.BgClassName
{
background-color: #EBECAC;
}
</style>
border-color css
<style>
span { border-color: #EBECAC; }
span { border-color: rgb(235,236,172); }
td.TdClassName
{
border-color: #EBECAC;
}
.TagClassName
{
border-color: #EBECAC;
}
</style>