Shades of Medium Goldenrod #EBE8BB
Tints of Medium Goldenrod #EBE8BB
RGB
CMYK
RGB Variations
Color information
#EBE8BB (or 0xEBE8BB) is known color: Medium Goldenrod. HEX triplet: EB, E8 and BB. RGB value is (235,232,187). Sum of RGB (Red+Green+Blue) = 235+232+187=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 187 (73.44% from 255 or 28.59% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8BB is #141744. Grayscale: #E3E3E3. Windows color (decimal): -1316677 or 12314859. OLE color: 12314859.
HSL color Cylindrical-coordinate representation of color #EBE8BB: hue angle of 56.25º 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 #EBE8BB is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 187 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.08 |
| HSL | 56.25º | 0.55% | 0.83% | - |
| HSV(B) | 56.25º | 0.2% | 0.92% | - |
| XYZ | 72.09 | 78.96 | 58.46 | - |
| YUV | 227.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 187 | 0 | 0.01 | 0.20 | 0.08 | 56.25 | 0.55 | 0.83 |
| Hex | EB | E8 | BB | 0 | 1 | 14 | 8 | 38 | 37 | 53 |
| Octal | 353 | 350 | 273 | 0 | 1 | 24 | 10 | 70 | 67 | 123 |
| Binary | 11101011 | 11101000 | 10111011 | 0 | 1 | 10100 | 1000 | 111000 | 110111 | 1010011 |
Color Harmonies of #EBE8BB
Complementary color
Monochromatic Colors of #EBE8BB
Black with #EBE8BB
Text Example
Text Example
White with #EBE8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8BB; }
p { color: rgb(235,232,187); }
H1.HeaderClassName
{
color: #EBE8BB;
}
.AnyTagClassName
{
color: #EBE8BB;
}
</style>
background-color css
<style>
a { background-color: #EBE8BB; }
a { background-color: rgb(235,232,187); }
div.DivClassName
{
background-color: #EBE8BB;
}
.BgClassName
{
background-color: #EBE8BB;
}
</style>
border-color css
<style>
span { border-color: #EBE8BB; }
span { border-color: rgb(235,232,187); }
td.TdClassName
{
border-color: #EBE8BB;
}
.TagClassName
{
border-color: #EBE8BB;
}
</style>