Shades of Pale Goldenrod #F9ECAA
Tints of Pale Goldenrod #F9ECAA
RGB
CMYK
RGB Variations
Color information
#F9ECAA (or 0xF9ECAA) is known color: Pale Goldenrod. HEX triplet: F9, EC and AA. RGB value is (249,236,170). Sum of RGB (Red+Green+Blue) = 249+236+170=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 170 (66.80% from 255 or 25.95% from 655); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ECAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9ECAA is #061355. Grayscale: #E8E8E8. Windows color (decimal): -398166 or 11201785. OLE color: 11201785.
HSL color Cylindrical-coordinate representation of color #F9ECAA: hue angle of 50.13º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9ECAA is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 236 | 170 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.02 |
| HSL | 50.13º | 0.87% | 0.82% | - |
| HSV(B) | 50.13º | 0.32% | 0.98% | - |
| XYZ | 76.32 | 83.03 | 50.03 | - |
| YUV | 232.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 236 | 170 | 0 | 0.05 | 0.32 | 0.02 | 50.13 | 0.87 | 0.82 |
| Hex | F9 | EC | AA | 0 | 5 | 20 | 2 | 32 | 57 | 52 |
| Octal | 371 | 354 | 252 | 0 | 5 | 40 | 2 | 62 | 127 | 122 |
| Binary | 11111001 | 11101100 | 10101010 | 0 | 101 | 100000 | 10 | 110010 | 1010111 | 1010010 |
Color Harmonies of #F9ECAA
Complementary color
Monochromatic Colors of #F9ECAA
Black with #F9ECAA
Text Example
Text Example
White with #F9ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ECAA; }
p { color: rgb(249,236,170); }
H1.HeaderClassName
{
color: #F9ECAA;
}
.AnyTagClassName
{
color: #F9ECAA;
}
</style>
background-color css
<style>
a { background-color: #F9ECAA; }
a { background-color: rgb(249,236,170); }
div.DivClassName
{
background-color: #F9ECAA;
}
.BgClassName
{
background-color: #F9ECAA;
}
</style>
border-color css
<style>
span { border-color: #F9ECAA; }
span { border-color: rgb(249,236,170); }
td.TdClassName
{
border-color: #F9ECAA;
}
.TagClassName
{
border-color: #F9ECAA;
}
</style>