Shades of Medium Goldenrod #EBEEA2
Tints of Medium Goldenrod #EBEEA2
RGB
CMYK
RGB Variations
Color information
#EBEEA2 (or 0xEBEEA2) is known color: Medium Goldenrod. HEX triplet: EB, EE and A2. RGB value is (235,238,162). Sum of RGB (Red+Green+Blue) = 235+238+162=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 162 (63.67% from 255 or 25.51% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEEA2 is #14115D. Grayscale: #E4E4E4. Windows color (decimal): -1315166 or 10677995. OLE color: 10677995.
HSL color Cylindrical-coordinate representation of color #EBEEA2: hue angle of 62.37º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBEEA2 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 238 | 162 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.07 |
| HSL | 62.37º | 0.69% | 0.78% | - |
| HSV(B) | 62.37º | 0.32% | 0.93% | - |
| XYZ | 71.36 | 81.42 | 46.14 | - |
| YUV | 228.44 | 90.51 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 162 | 0.01 | 0 | 0.32 | 0.07 | 62.37 | 0.69 | 0.78 |
| Hex | EB | EE | A2 | 1 | 0 | 20 | 7 | 3E | 45 | 4E |
| Octal | 353 | 356 | 242 | 1 | 0 | 40 | 7 | 76 | 105 | 116 |
| Binary | 11101011 | 11101110 | 10100010 | 1 | 0 | 100000 | 111 | 111110 | 1000101 | 1001110 |
Color Harmonies of #EBEEA2
Complementary color
Monochromatic Colors of #EBEEA2
Black with #EBEEA2
Text Example
Text Example
White with #EBEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEA2; }
p { color: rgb(235,238,162); }
H1.HeaderClassName
{
color: #EBEEA2;
}
.AnyTagClassName
{
color: #EBEEA2;
}
</style>
background-color css
<style>
a { background-color: #EBEEA2; }
a { background-color: rgb(235,238,162); }
div.DivClassName
{
background-color: #EBEEA2;
}
.BgClassName
{
background-color: #EBEEA2;
}
</style>
border-color css
<style>
span { border-color: #EBEEA2; }
span { border-color: rgb(235,238,162); }
td.TdClassName
{
border-color: #EBEEA2;
}
.TagClassName
{
border-color: #EBEEA2;
}
</style>