Shades of Medium Goldenrod #EBEEA6
Tints of Medium Goldenrod #EBEEA6
RGB
CMYK
RGB Variations
Color information
#EBEEA6 (or 0xEBEEA6) is known color: Medium Goldenrod. HEX triplet: EB, EE and A6. RGB value is (235,238,166). Sum of RGB (Red+Green+Blue) = 235+238+166=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 166 (65.23% from 255 or 25.98% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEEA6 is #141159. Grayscale: #E5E5E5. Windows color (decimal): -1315162 or 10940139. OLE color: 10940139.
HSL color Cylindrical-coordinate representation of color #EBEEA6: hue angle of 62.5º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBEEA6 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 238 | 166 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.07 |
| HSL | 62.5º | 0.68% | 0.79% | - |
| HSV(B) | 62.5º | 0.3% | 0.93% | - |
| XYZ | 71.72 | 81.56 | 48.04 | - |
| YUV | 228.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 166 | 0.01 | 0 | 0.30 | 0.07 | 62.5 | 0.68 | 0.79 |
| Hex | EB | EE | A6 | 1 | 0 | 1E | 7 | 3F | 44 | 4F |
| Octal | 353 | 356 | 246 | 1 | 0 | 36 | 7 | 77 | 104 | 117 |
| Binary | 11101011 | 11101110 | 10100110 | 1 | 0 | 11110 | 111 | 111111 | 1000100 | 1001111 |
Color Harmonies of #EBEEA6
Complementary color
Monochromatic Colors of #EBEEA6
Black with #EBEEA6
Text Example
Text Example
White with #EBEEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEA6; }
p { color: rgb(235,238,166); }
H1.HeaderClassName
{
color: #EBEEA6;
}
.AnyTagClassName
{
color: #EBEEA6;
}
</style>
background-color css
<style>
a { background-color: #EBEEA6; }
a { background-color: rgb(235,238,166); }
div.DivClassName
{
background-color: #EBEEA6;
}
.BgClassName
{
background-color: #EBEEA6;
}
</style>
border-color css
<style>
span { border-color: #EBEEA6; }
span { border-color: rgb(235,238,166); }
td.TdClassName
{
border-color: #EBEEA6;
}
.TagClassName
{
border-color: #EBEEA6;
}
</style>