Shades of Medium Goldenrod #EBEBA5
Tints of Medium Goldenrod #EBEBA5
RGB
CMYK
RGB Variations
Color information
#EBEBA5 (or 0xEBEBA5) is known color: Medium Goldenrod. HEX triplet: EB, EB and A5. RGB value is (235,235,165). Sum of RGB (Red+Green+Blue) = 235+235+165=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 165 (64.84% from 255 or 25.98% from 635); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEBA5 is #14145A. Grayscale: #E3E3E3. Windows color (decimal): -1315931 or 10873835. OLE color: 10873835.
HSL color Cylindrical-coordinate representation of color #EBEBA5: hue angle of 60º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBEBA5 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 235 | 165 | - |
CMYK | 0 | 0 | 0.30 | 0.08 |
HSL | 60º | 0.64% | 0.78% | - |
HSV(B) | 60º | 0.3% | 0.92% | - |
XYZ | 70.76 | 79.8 | 47.27 | - |
YUV | 227.02 | 93 | 133.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 235 | 165 | 0 | 0 | 0.30 | 0.08 | 60 | 0.64 | 0.78 |
Hex | EB | EB | A5 | 0 | 0 | 1E | 8 | 3C | 40 | 4E |
Octal | 353 | 353 | 245 | 0 | 0 | 36 | 10 | 74 | 100 | 116 |
Binary | 11101011 | 11101011 | 10100101 | 0 | 0 | 11110 | 1000 | 111100 | 1000000 | 1001110 |
Color Harmonies of #EBEBA5
Complementary color
Monochromatic Colors of #EBEBA5
Black with #EBEBA5
Text Example
Text Example
White with #EBEBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEBA5; }
p { color: rgb(235,235,165); }
H1.HeaderClassName
{
color: #EBEBA5;
}
.AnyTagClassName
{
color: #EBEBA5;
}
</style>
background-color css
<style>
a { background-color: #EBEBA5; }
a { background-color: rgb(235,235,165); }
div.DivClassName
{
background-color: #EBEBA5;
}
.BgClassName
{
background-color: #EBEBA5;
}
</style>
border-color css
<style>
span { border-color: #EBEBA5; }
span { border-color: rgb(235,235,165); }
td.TdClassName
{
border-color: #EBEBA5;
}
.TagClassName
{
border-color: #EBEBA5;
}
</style>