Shades of Medium Goldenrod #EBEEAF
Tints of Medium Goldenrod #EBEEAF
RGB
CMYK
RGB Variations
Color information
#EBEEAF (or 0xEBEEAF) is known color: Medium Goldenrod. HEX triplet: EB, EE and AF. RGB value is (235,238,175). Sum of RGB (Red+Green+Blue) = 235+238+175=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEEAF is #141150. Grayscale: #E6E6E6. Windows color (decimal): -1315153 or 11529963. OLE color: 11529963.
HSL color Cylindrical-coordinate representation of color #EBEEAF: hue angle of 62.86º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBEEAF is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 238 | 175 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.07 |
| HSL | 62.86º | 0.65% | 0.81% | - |
| HSV(B) | 62.86º | 0.26% | 0.93% | - |
| XYZ | 72.57 | 81.91 | 52.54 | - |
| YUV | 229.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 175 | 0.01 | 0 | 0.26 | 0.07 | 62.86 | 0.65 | 0.81 |
| Hex | EB | EE | AF | 1 | 0 | 1A | 7 | 3F | 41 | 51 |
| Octal | 353 | 356 | 257 | 1 | 0 | 32 | 7 | 77 | 101 | 121 |
| Binary | 11101011 | 11101110 | 10101111 | 1 | 0 | 11010 | 111 | 111111 | 1000001 | 1010001 |
Color Harmonies of #EBEEAF
Complementary color
Monochromatic Colors of #EBEEAF
Black with #EBEEAF
Text Example
Text Example
White with #EBEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEAF; }
p { color: rgb(235,238,175); }
H1.HeaderClassName
{
color: #EBEEAF;
}
.AnyTagClassName
{
color: #EBEEAF;
}
</style>
background-color css
<style>
a { background-color: #EBEEAF; }
a { background-color: rgb(235,238,175); }
div.DivClassName
{
background-color: #EBEEAF;
}
.BgClassName
{
background-color: #EBEEAF;
}
</style>
border-color css
<style>
span { border-color: #EBEEAF; }
span { border-color: rgb(235,238,175); }
td.TdClassName
{
border-color: #EBEEAF;
}
.TagClassName
{
border-color: #EBEEAF;
}
</style>