Shades of Medium Goldenrod #EBEEB5
Tints of Medium Goldenrod #EBEEB5
RGB
CMYK
RGB Variations
Color information
#EBEEB5 (or 0xEBEEB5) is known color: Medium Goldenrod. HEX triplet: EB, EE and B5. RGB value is (235,238,181). Sum of RGB (Red+Green+Blue) = 235+238+181=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 181 (71.09% from 255 or 27.68% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEEB5 is #14114A. Grayscale: #E6E6E6. Windows color (decimal): -1315147 or 11923179. OLE color: 11923179.
HSL color Cylindrical-coordinate representation of color #EBEEB5: hue angle of 63.16º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBEEB5 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 238 | 181 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.07 |
| HSL | 63.16º | 0.63% | 0.82% | - |
| HSV(B) | 63.16º | 0.24% | 0.93% | - |
| XYZ | 73.18 | 82.15 | 55.72 | - |
| YUV | 230.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 181 | 0.01 | 0 | 0.24 | 0.07 | 63.16 | 0.63 | 0.82 |
| Hex | EB | EE | B5 | 1 | 0 | 18 | 7 | 3F | 3F | 52 |
| Octal | 353 | 356 | 265 | 1 | 0 | 30 | 7 | 77 | 77 | 122 |
| Binary | 11101011 | 11101110 | 10110101 | 1 | 0 | 11000 | 111 | 111111 | 111111 | 1010010 |
Color Harmonies of #EBEEB5
Complementary color
Monochromatic Colors of #EBEEB5
Black with #EBEEB5
Text Example
Text Example
White with #EBEEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEB5; }
p { color: rgb(235,238,181); }
H1.HeaderClassName
{
color: #EBEEB5;
}
.AnyTagClassName
{
color: #EBEEB5;
}
</style>
background-color css
<style>
a { background-color: #EBEEB5; }
a { background-color: rgb(235,238,181); }
div.DivClassName
{
background-color: #EBEEB5;
}
.BgClassName
{
background-color: #EBEEB5;
}
</style>
border-color css
<style>
span { border-color: #EBEEB5; }
span { border-color: rgb(235,238,181); }
td.TdClassName
{
border-color: #EBEEB5;
}
.TagClassName
{
border-color: #EBEEB5;
}
</style>