Shades of Medium Goldenrod #EBECAF
Tints of Medium Goldenrod #EBECAF
RGB
CMYK
RGB Variations
Color information
#EBECAF (or 0xEBECAF) is known color: Medium Goldenrod. HEX triplet: EB, EC and AF. RGB value is (235,236,175). Sum of RGB (Red+Green+Blue) = 235+236+175=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBECAF is #141350. Grayscale: #E4E4E4. Windows color (decimal): -1315665 or 11529451. OLE color: 11529451.
HSL color Cylindrical-coordinate representation of color #EBECAF: hue angle of 60.98º degrees, saturation: 0.62, 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 #EBECAF is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 175 | - |
| CMYK | 0.00 | 0 | 0.26 | 0.07 |
| HSL | 60.98º | 0.62% | 0.81% | - |
| HSV(B) | 60.98º | 0.26% | 0.93% | - |
| XYZ | 71.99 | 80.75 | 52.35 | - |
| YUV | 228.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 175 | 0.00 | 0 | 0.26 | 0.07 | 60.98 | 0.62 | 0.81 |
| Hex | EB | EC | AF | 0 | 0 | 1A | 7 | 3D | 3E | 51 |
| Octal | 353 | 354 | 257 | 0 | 0 | 32 | 7 | 75 | 76 | 121 |
| Binary | 11101011 | 11101100 | 10101111 | 0 | 0 | 11010 | 111 | 111101 | 111110 | 1010001 |
Color Harmonies of #EBECAF
Complementary color
Monochromatic Colors of #EBECAF
Black with #EBECAF
Text Example
Text Example
White with #EBECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECAF; }
p { color: rgb(235,236,175); }
H1.HeaderClassName
{
color: #EBECAF;
}
.AnyTagClassName
{
color: #EBECAF;
}
</style>
background-color css
<style>
a { background-color: #EBECAF; }
a { background-color: rgb(235,236,175); }
div.DivClassName
{
background-color: #EBECAF;
}
.BgClassName
{
background-color: #EBECAF;
}
</style>
border-color css
<style>
span { border-color: #EBECAF; }
span { border-color: rgb(235,236,175); }
td.TdClassName
{
border-color: #EBECAF;
}
.TagClassName
{
border-color: #EBECAF;
}
</style>