Shades of Medium Goldenrod #EBEBAC
Tints of Medium Goldenrod #EBEBAC
RGB
CMYK
RGB Variations
Color information
#EBEBAC (or 0xEBEBAC) is known color: Medium Goldenrod. HEX triplet: EB, EB and AC. RGB value is (235,235,172). Sum of RGB (Red+Green+Blue) = 235+235+172=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEBAC is #141453. Grayscale: #E4E4E4. Windows color (decimal): -1315924 or 11332587. OLE color: 11332587.
HSL color Cylindrical-coordinate representation of color #EBEBAC: hue angle of 60º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBEBAC is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 235 | 172 | - |
| CMYK | 0 | 0 | 0.27 | 0.08 |
| HSL | 60º | 0.61% | 0.8% | - |
| HSV(B) | 60º | 0.27% | 0.92% | - |
| XYZ | 71.42 | 80.06 | 50.72 | - |
| YUV | 227.82 | 96.5 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 235 | 172 | 0 | 0 | 0.27 | 0.08 | 60 | 0.61 | 0.8 |
| Hex | EB | EB | AC | 0 | 0 | 1B | 8 | 3C | 3D | 50 |
| Octal | 353 | 353 | 254 | 0 | 0 | 33 | 10 | 74 | 75 | 120 |
| Binary | 11101011 | 11101011 | 10101100 | 0 | 0 | 11011 | 1000 | 111100 | 111101 | 1010000 |
Color Harmonies of #EBEBAC
Complementary color
Monochromatic Colors of #EBEBAC
Black with #EBEBAC
Text Example
Text Example
White with #EBEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEBAC; }
p { color: rgb(235,235,172); }
H1.HeaderClassName
{
color: #EBEBAC;
}
.AnyTagClassName
{
color: #EBEBAC;
}
</style>
background-color css
<style>
a { background-color: #EBEBAC; }
a { background-color: rgb(235,235,172); }
div.DivClassName
{
background-color: #EBEBAC;
}
.BgClassName
{
background-color: #EBEBAC;
}
</style>
border-color css
<style>
span { border-color: #EBEBAC; }
span { border-color: rgb(235,235,172); }
td.TdClassName
{
border-color: #EBEBAC;
}
.TagClassName
{
border-color: #EBEBAC;
}
</style>