Shades of Medium Goldenrod #EBEEA8
Tints of Medium Goldenrod #EBEEA8
RGB
CMYK
RGB Variations
Color information
#EBEEA8 (or 0xEBEEA8) is known color: Medium Goldenrod. HEX triplet: EB, EE and A8. RGB value is (235,238,168). Sum of RGB (Red+Green+Blue) = 235+238+168=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 168 (66.02% from 255 or 26.21% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEEA8 is #141157. Grayscale: #E5E5E5. Windows color (decimal): -1315160 or 11071211. OLE color: 11071211.
HSL color Cylindrical-coordinate representation of color #EBEEA8: hue angle of 62.57º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBEEA8 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 238 | 168 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.07 |
| HSL | 62.57º | 0.67% | 0.8% | - |
| HSV(B) | 62.57º | 0.29% | 0.93% | - |
| XYZ | 71.9 | 81.64 | 49.01 | - |
| YUV | 229.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 168 | 0.01 | 0 | 0.29 | 0.07 | 62.57 | 0.67 | 0.8 |
| Hex | EB | EE | A8 | 1 | 0 | 1D | 7 | 3F | 43 | 50 |
| Octal | 353 | 356 | 250 | 1 | 0 | 35 | 7 | 77 | 103 | 120 |
| Binary | 11101011 | 11101110 | 10101000 | 1 | 0 | 11101 | 111 | 111111 | 1000011 | 1010000 |
Color Harmonies of #EBEEA8
Complementary color
Monochromatic Colors of #EBEEA8
Black with #EBEEA8
Text Example
Text Example
White with #EBEEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEA8; }
p { color: rgb(235,238,168); }
H1.HeaderClassName
{
color: #EBEEA8;
}
.AnyTagClassName
{
color: #EBEEA8;
}
</style>
background-color css
<style>
a { background-color: #EBEEA8; }
a { background-color: rgb(235,238,168); }
div.DivClassName
{
background-color: #EBEEA8;
}
.BgClassName
{
background-color: #EBEEA8;
}
</style>
border-color css
<style>
span { border-color: #EBEEA8; }
span { border-color: rgb(235,238,168); }
td.TdClassName
{
border-color: #EBEEA8;
}
.TagClassName
{
border-color: #EBEEA8;
}
</style>