Shades of Medium Goldenrod #EBE9BA
Tints of Medium Goldenrod #EBE9BA
RGB
CMYK
RGB Variations
Color information
#EBE9BA (or 0xEBE9BA) is known color: Medium Goldenrod. HEX triplet: EB, E9 and BA. RGB value is (235,233,186). Sum of RGB (Red+Green+Blue) = 235+233+186=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9BA is #141645. Grayscale: #E4E4E4. Windows color (decimal): -1316422 or 12249579. OLE color: 12249579.
HSL color Cylindrical-coordinate representation of color #EBE9BA: hue angle of 57.55º 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 #EBE9BA is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 233 | 186 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.08 |
| HSL | 57.55º | 0.55% | 0.83% | - |
| HSV(B) | 57.55º | 0.21% | 0.92% | - |
| XYZ | 72.26 | 79.49 | 57.99 | - |
| YUV | 228.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 233 | 186 | 0 | 0.01 | 0.21 | 0.08 | 57.55 | 0.55 | 0.83 |
| Hex | EB | E9 | BA | 0 | 1 | 15 | 8 | 3A | 37 | 53 |
| Octal | 353 | 351 | 272 | 0 | 1 | 25 | 10 | 72 | 67 | 123 |
| Binary | 11101011 | 11101001 | 10111010 | 0 | 1 | 10101 | 1000 | 111010 | 110111 | 1010011 |
Color Harmonies of #EBE9BA
Complementary color
Monochromatic Colors of #EBE9BA
Black with #EBE9BA
Text Example
Text Example
White with #EBE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE9BA; }
p { color: rgb(235,233,186); }
H1.HeaderClassName
{
color: #EBE9BA;
}
.AnyTagClassName
{
color: #EBE9BA;
}
</style>
background-color css
<style>
a { background-color: #EBE9BA; }
a { background-color: rgb(235,233,186); }
div.DivClassName
{
background-color: #EBE9BA;
}
.BgClassName
{
background-color: #EBE9BA;
}
</style>
border-color css
<style>
span { border-color: #EBE9BA; }
span { border-color: rgb(235,233,186); }
td.TdClassName
{
border-color: #EBE9BA;
}
.TagClassName
{
border-color: #EBE9BA;
}
</style>