Shades of Medium Goldenrod #EBEAB1
Tints of Medium Goldenrod #EBEAB1
RGB
CMYK
RGB Variations
Color information
#EBEAB1 (or 0xEBEAB1) is known color: Medium Goldenrod. HEX triplet: EB, EA and B1. RGB value is (235,234,177). Sum of RGB (Red+Green+Blue) = 235+234+177=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 177 (69.53% from 255 or 27.40% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEAB1 is #14154E. Grayscale: #E4E4E4. Windows color (decimal): -1316175 or 11660011. OLE color: 11660011.
HSL color Cylindrical-coordinate representation of color #EBEAB1: hue angle of 58.97º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBEAB1 is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 177 | - |
| CMYK | 0 | 0.00 | 0.25 | 0.08 |
| HSL | 58.97º | 0.59% | 0.81% | - |
| HSV(B) | 58.97º | 0.25% | 0.92% | - |
| XYZ | 71.62 | 79.68 | 53.2 | - |
| YUV | 227.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 177 | 0 | 0.00 | 0.25 | 0.08 | 58.97 | 0.59 | 0.81 |
| Hex | EB | EA | B1 | 0 | 0 | 19 | 8 | 3B | 3B | 51 |
| Octal | 353 | 352 | 261 | 0 | 0 | 31 | 10 | 73 | 73 | 121 |
| Binary | 11101011 | 11101010 | 10110001 | 0 | 0 | 11001 | 1000 | 111011 | 111011 | 1010001 |
Color Harmonies of #EBEAB1
Complementary color
Monochromatic Colors of #EBEAB1
Black with #EBEAB1
Text Example
Text Example
White with #EBEAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAB1; }
p { color: rgb(235,234,177); }
H1.HeaderClassName
{
color: #EBEAB1;
}
.AnyTagClassName
{
color: #EBEAB1;
}
</style>
background-color css
<style>
a { background-color: #EBEAB1; }
a { background-color: rgb(235,234,177); }
div.DivClassName
{
background-color: #EBEAB1;
}
.BgClassName
{
background-color: #EBEAB1;
}
</style>
border-color css
<style>
span { border-color: #EBEAB1; }
span { border-color: rgb(235,234,177); }
td.TdClassName
{
border-color: #EBEAB1;
}
.TagClassName
{
border-color: #EBEAB1;
}
</style>