Shades of Medium Goldenrod #EBEEAA
Tints of Medium Goldenrod #EBEEAA
RGB
CMYK
RGB Variations
Color information
#EBEEAA (or 0xEBEEAA) is known color: Medium Goldenrod. HEX triplet: EB, EE and AA. RGB value is (235,238,170). Sum of RGB (Red+Green+Blue) = 235+238+170=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEEAA is #141155. Grayscale: #E5E5E5. Windows color (decimal): -1315158 or 11202283. OLE color: 11202283.
HSL color Cylindrical-coordinate representation of color #EBEEAA: hue angle of 62.65º 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 #EBEEAA is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 238 | 170 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.07 |
| HSL | 62.65º | 0.67% | 0.8% | - |
| HSV(B) | 62.65º | 0.29% | 0.93% | - |
| XYZ | 72.09 | 81.71 | 50 | - |
| YUV | 229.35 | 94.51 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 170 | 0.01 | 0 | 0.29 | 0.07 | 62.65 | 0.67 | 0.8 |
| Hex | EB | EE | AA | 1 | 0 | 1D | 7 | 3F | 43 | 50 |
| Octal | 353 | 356 | 252 | 1 | 0 | 35 | 7 | 77 | 103 | 120 |
| Binary | 11101011 | 11101110 | 10101010 | 1 | 0 | 11101 | 111 | 111111 | 1000011 | 1010000 |
Color Harmonies of #EBEEAA
Complementary color
Monochromatic Colors of #EBEEAA
Black with #EBEEAA
Text Example
Text Example
White with #EBEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEAA; }
p { color: rgb(235,238,170); }
H1.HeaderClassName
{
color: #EBEEAA;
}
.AnyTagClassName
{
color: #EBEEAA;
}
</style>
background-color css
<style>
a { background-color: #EBEEAA; }
a { background-color: rgb(235,238,170); }
div.DivClassName
{
background-color: #EBEEAA;
}
.BgClassName
{
background-color: #EBEEAA;
}
</style>
border-color css
<style>
span { border-color: #EBEEAA; }
span { border-color: rgb(235,238,170); }
td.TdClassName
{
border-color: #EBEEAA;
}
.TagClassName
{
border-color: #EBEEAA;
}
</style>