Shades of Pale Goldenrod #F0ECAA
Tints of Pale Goldenrod #F0ECAA
RGB
CMYK
RGB Variations
Color information
#F0ECAA (or 0xF0ECAA) is known color: Pale Goldenrod. HEX triplet: F0, EC and AA. RGB value is (240,236,170). Sum of RGB (Red+Green+Blue) = 240+236+170=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 170 (66.80% from 255 or 26.32% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0ECAA is #0F1355. Grayscale: #E5E5E5. Windows color (decimal): -987990 or 11201776. OLE color: 11201776.
HSL color Cylindrical-coordinate representation of color #F0ECAA: hue angle of 56.57º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0ECAA is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 170 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.06 |
| HSL | 56.57º | 0.7% | 0.8% | - |
| HSV(B) | 56.57º | 0.29% | 0.94% | - |
| XYZ | 73.19 | 81.42 | 49.89 | - |
| YUV | 229.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 170 | 0 | 0.02 | 0.29 | 0.06 | 56.57 | 0.7 | 0.8 |
| Hex | F0 | EC | AA | 0 | 2 | 1D | 6 | 39 | 46 | 50 |
| Octal | 360 | 354 | 252 | 0 | 2 | 35 | 6 | 71 | 106 | 120 |
| Binary | 11110000 | 11101100 | 10101010 | 0 | 10 | 11101 | 110 | 111001 | 1000110 | 1010000 |
Color Harmonies of #F0ECAA
Complementary color
Monochromatic Colors of #F0ECAA
Black with #F0ECAA
Text Example
Text Example
White with #F0ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECAA; }
p { color: rgb(240,236,170); }
H1.HeaderClassName
{
color: #F0ECAA;
}
.AnyTagClassName
{
color: #F0ECAA;
}
</style>
background-color css
<style>
a { background-color: #F0ECAA; }
a { background-color: rgb(240,236,170); }
div.DivClassName
{
background-color: #F0ECAA;
}
.BgClassName
{
background-color: #F0ECAA;
}
</style>
border-color css
<style>
span { border-color: #F0ECAA; }
span { border-color: rgb(240,236,170); }
td.TdClassName
{
border-color: #F0ECAA;
}
.TagClassName
{
border-color: #F0ECAA;
}
</style>