Shades of Medium Goldenrod #ECF0AB
Tints of Medium Goldenrod #ECF0AB
RGB
CMYK
RGB Variations
Color information
#ECF0AB (or 0xECF0AB) is known color: Medium Goldenrod. HEX triplet: EC, F0 and AB. RGB value is (236,240,171). Sum of RGB (Red+Green+Blue) = 236+240+171=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 171 (67.19% from 255 or 26.43% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF0AB is #130F54. Grayscale: #E7E7E7. Windows color (decimal): -1249109 or 11268332. OLE color: 11268332.
HSL color Cylindrical-coordinate representation of color #ECF0AB: hue angle of 63.48º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECF0AB is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 171 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.06 |
| HSL | 63.48º | 0.7% | 0.81% | - |
| HSV(B) | 63.48º | 0.29% | 0.94% | - |
| XYZ | 73.1 | 83.09 | 50.71 | - |
| YUV | 230.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 171 | 0.02 | 0 | 0.29 | 0.06 | 63.48 | 0.7 | 0.81 |
| Hex | EC | F0 | AB | 2 | 0 | 1D | 6 | 3F | 46 | 51 |
| Octal | 354 | 360 | 253 | 2 | 0 | 35 | 6 | 77 | 106 | 121 |
| Binary | 11101100 | 11110000 | 10101011 | 10 | 0 | 11101 | 110 | 111111 | 1000110 | 1010001 |
Color Harmonies of #ECF0AB
Complementary color
Monochromatic Colors of #ECF0AB
Black with #ECF0AB
Text Example
Text Example
White with #ECF0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0AB; }
p { color: rgb(236,240,171); }
H1.HeaderClassName
{
color: #ECF0AB;
}
.AnyTagClassName
{
color: #ECF0AB;
}
</style>
background-color css
<style>
a { background-color: #ECF0AB; }
a { background-color: rgb(236,240,171); }
div.DivClassName
{
background-color: #ECF0AB;
}
.BgClassName
{
background-color: #ECF0AB;
}
</style>
border-color css
<style>
span { border-color: #ECF0AB; }
span { border-color: rgb(236,240,171); }
td.TdClassName
{
border-color: #ECF0AB;
}
.TagClassName
{
border-color: #ECF0AB;
}
</style>