Shades of Medium Goldenrod #EBE8BA
Tints of Medium Goldenrod #EBE8BA
RGB
CMYK
RGB Variations
Color information
#EBE8BA (or 0xEBE8BA) is known color: Medium Goldenrod. HEX triplet: EB, E8 and BA. RGB value is (235,232,186). Sum of RGB (Red+Green+Blue) = 235+232+186=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8BA is #141745. Grayscale: #E3E3E3. Windows color (decimal): -1316678 or 12249323. OLE color: 12249323.
HSL color Cylindrical-coordinate representation of color #EBE8BA: hue angle of 56.33º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBE8BA is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 186 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.08 |
| HSL | 56.33º | 0.55% | 0.83% | - |
| HSV(B) | 56.33º | 0.21% | 0.92% | - |
| XYZ | 71.98 | 78.92 | 57.89 | - |
| YUV | 227.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 186 | 0 | 0.01 | 0.21 | 0.08 | 56.33 | 0.55 | 0.83 |
| Hex | EB | E8 | BA | 0 | 1 | 15 | 8 | 38 | 37 | 53 |
| Octal | 353 | 350 | 272 | 0 | 1 | 25 | 10 | 70 | 67 | 123 |
| Binary | 11101011 | 11101000 | 10111010 | 0 | 1 | 10101 | 1000 | 111000 | 110111 | 1010011 |
Color Harmonies of #EBE8BA
Complementary color
Monochromatic Colors of #EBE8BA
Black with #EBE8BA
Text Example
Text Example
White with #EBE8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8BA; }
p { color: rgb(235,232,186); }
H1.HeaderClassName
{
color: #EBE8BA;
}
.AnyTagClassName
{
color: #EBE8BA;
}
</style>
background-color css
<style>
a { background-color: #EBE8BA; }
a { background-color: rgb(235,232,186); }
div.DivClassName
{
background-color: #EBE8BA;
}
.BgClassName
{
background-color: #EBE8BA;
}
</style>
border-color css
<style>
span { border-color: #EBE8BA; }
span { border-color: rgb(235,232,186); }
td.TdClassName
{
border-color: #EBE8BA;
}
.TagClassName
{
border-color: #EBE8BA;
}
</style>