Shades of Medium Goldenrod #EBEBAB
Tints of Medium Goldenrod #EBEBAB
RGB
CMYK
RGB Variations
Color information
#EBEBAB (or 0xEBEBAB) is known color: Medium Goldenrod. HEX triplet: EB, EB and AB. RGB value is (235,235,171). Sum of RGB (Red+Green+Blue) = 235+235+171=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 171 (67.19% from 255 or 26.68% from 641); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEBAB is #141454. Grayscale: #E3E3E3. Windows color (decimal): -1315925 or 11267051. OLE color: 11267051.
HSL color Cylindrical-coordinate representation of color #EBEBAB: hue angle of 60º degrees, saturation: 0.62, 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 #EBEBAB is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 235 | 171 | - |
| CMYK | 0 | 0 | 0.27 | 0.08 |
| HSL | 60º | 0.62% | 0.8% | - |
| HSV(B) | 60º | 0.27% | 0.92% | - |
| XYZ | 71.32 | 80.02 | 50.21 | - |
| YUV | 227.7 | 96 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 235 | 171 | 0 | 0 | 0.27 | 0.08 | 60 | 0.62 | 0.8 |
| Hex | EB | EB | AB | 0 | 0 | 1B | 8 | 3C | 3E | 50 |
| Octal | 353 | 353 | 253 | 0 | 0 | 33 | 10 | 74 | 76 | 120 |
| Binary | 11101011 | 11101011 | 10101011 | 0 | 0 | 11011 | 1000 | 111100 | 111110 | 1010000 |
Color Harmonies of #EBEBAB
Complementary color
Monochromatic Colors of #EBEBAB
Black with #EBEBAB
Text Example
Text Example
White with #EBEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEBAB; }
p { color: rgb(235,235,171); }
H1.HeaderClassName
{
color: #EBEBAB;
}
.AnyTagClassName
{
color: #EBEBAB;
}
</style>
background-color css
<style>
a { background-color: #EBEBAB; }
a { background-color: rgb(235,235,171); }
div.DivClassName
{
background-color: #EBEBAB;
}
.BgClassName
{
background-color: #EBEBAB;
}
</style>
border-color css
<style>
span { border-color: #EBEBAB; }
span { border-color: rgb(235,235,171); }
td.TdClassName
{
border-color: #EBEBAB;
}
.TagClassName
{
border-color: #EBEBAB;
}
</style>