Shades of Medium Goldenrod #EBEEAC
Tints of Medium Goldenrod #EBEEAC
RGB
CMYK
RGB Variations
Color information
#EBEEAC (or 0xEBEEAC) is known color: Medium Goldenrod. HEX triplet: EB, EE and AC. RGB value is (235,238,172). Sum of RGB (Red+Green+Blue) = 235+238+172=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 172 (67.58% from 255 or 26.67% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEEAC is #141153. Grayscale: #E5E5E5. Windows color (decimal): -1315156 or 11333355. OLE color: 11333355.
HSL color Cylindrical-coordinate representation of color #EBEEAC: hue angle of 62.73º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBEEAC is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 238 | 172 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.07 |
| HSL | 62.73º | 0.66% | 0.8% | - |
| HSV(B) | 62.73º | 0.28% | 0.93% | - |
| XYZ | 72.28 | 81.79 | 51.01 | - |
| YUV | 229.58 | 95.51 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 172 | 0.01 | 0 | 0.28 | 0.07 | 62.73 | 0.66 | 0.8 |
| Hex | EB | EE | AC | 1 | 0 | 1C | 7 | 3F | 42 | 50 |
| Octal | 353 | 356 | 254 | 1 | 0 | 34 | 7 | 77 | 102 | 120 |
| Binary | 11101011 | 11101110 | 10101100 | 1 | 0 | 11100 | 111 | 111111 | 1000010 | 1010000 |
Color Harmonies of #EBEEAC
Complementary color
Monochromatic Colors of #EBEEAC
Black with #EBEEAC
Text Example
Text Example
White with #EBEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEAC; }
p { color: rgb(235,238,172); }
H1.HeaderClassName
{
color: #EBEEAC;
}
.AnyTagClassName
{
color: #EBEEAC;
}
</style>
background-color css
<style>
a { background-color: #EBEEAC; }
a { background-color: rgb(235,238,172); }
div.DivClassName
{
background-color: #EBEEAC;
}
.BgClassName
{
background-color: #EBEEAC;
}
</style>
border-color css
<style>
span { border-color: #EBEEAC; }
span { border-color: rgb(235,238,172); }
td.TdClassName
{
border-color: #EBEEAC;
}
.TagClassName
{
border-color: #EBEEAC;
}
</style>