Shades of Medium Goldenrod #EBEABB
Tints of Medium Goldenrod #EBEABB
RGB
CMYK
RGB Variations
Color information
#EBEABB (or 0xEBEABB) is known color: Medium Goldenrod. HEX triplet: EB, EA and BB. RGB value is (235,234,187). Sum of RGB (Red+Green+Blue) = 235+234+187=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 187 (73.44% from 255 or 28.51% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEABB is #141544. Grayscale: #E5E5E5. Windows color (decimal): -1316165 or 12315371. OLE color: 12315371.
HSL color Cylindrical-coordinate representation of color #EBEABB: hue angle of 58.75º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBEABB is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 187 | - |
| CMYK | 0 | 0.00 | 0.20 | 0.08 |
| HSL | 58.75º | 0.55% | 0.83% | - |
| HSV(B) | 58.75º | 0.2% | 0.92% | - |
| XYZ | 72.65 | 80.1 | 58.64 | - |
| YUV | 228.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 187 | 0 | 0.00 | 0.20 | 0.08 | 58.75 | 0.55 | 0.83 |
| Hex | EB | EA | BB | 0 | 0 | 14 | 8 | 3B | 37 | 53 |
| Octal | 353 | 352 | 273 | 0 | 0 | 24 | 10 | 73 | 67 | 123 |
| Binary | 11101011 | 11101010 | 10111011 | 0 | 0 | 10100 | 1000 | 111011 | 110111 | 1010011 |
Color Harmonies of #EBEABB
Complementary color
Monochromatic Colors of #EBEABB
Black with #EBEABB
Text Example
Text Example
White with #EBEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEABB; }
p { color: rgb(235,234,187); }
H1.HeaderClassName
{
color: #EBEABB;
}
.AnyTagClassName
{
color: #EBEABB;
}
</style>
background-color css
<style>
a { background-color: #EBEABB; }
a { background-color: rgb(235,234,187); }
div.DivClassName
{
background-color: #EBEABB;
}
.BgClassName
{
background-color: #EBEABB;
}
</style>
border-color css
<style>
span { border-color: #EBEABB; }
span { border-color: rgb(235,234,187); }
td.TdClassName
{
border-color: #EBEABB;
}
.TagClassName
{
border-color: #EBEABB;
}
</style>