Shades of Pale Goldenrod #F1ECAE
Tints of Pale Goldenrod #F1ECAE
RGB
CMYK
RGB Variations
Color information
#F1ECAE (or 0xF1ECAE) is known color: Pale Goldenrod. HEX triplet: F1, EC and AE. RGB value is (241,236,174). Sum of RGB (Red+Green+Blue) = 241+236+174=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 174 (68.36% from 255 or 26.73% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1ECAE is #0E1351. Grayscale: #E6E6E6. Windows color (decimal): -922450 or 11463921. OLE color: 11463921.
HSL color Cylindrical-coordinate representation of color #F1ECAE: hue angle of 55.52º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1ECAE is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 174 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.05 |
| HSL | 55.52º | 0.71% | 0.81% | - |
| HSV(B) | 55.52º | 0.28% | 0.95% | - |
| XYZ | 73.91 | 81.75 | 51.93 | - |
| YUV | 230.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 174 | 0 | 0.02 | 0.28 | 0.05 | 55.52 | 0.71 | 0.81 |
| Hex | F1 | EC | AE | 0 | 2 | 1C | 5 | 38 | 47 | 51 |
| Octal | 361 | 354 | 256 | 0 | 2 | 34 | 5 | 70 | 107 | 121 |
| Binary | 11110001 | 11101100 | 10101110 | 0 | 10 | 11100 | 101 | 111000 | 1000111 | 1010001 |
Color Harmonies of #F1ECAE
Complementary color
Monochromatic Colors of #F1ECAE
Black with #F1ECAE
Text Example
Text Example
White with #F1ECAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ECAE; }
p { color: rgb(241,236,174); }
H1.HeaderClassName
{
color: #F1ECAE;
}
.AnyTagClassName
{
color: #F1ECAE;
}
</style>
background-color css
<style>
a { background-color: #F1ECAE; }
a { background-color: rgb(241,236,174); }
div.DivClassName
{
background-color: #F1ECAE;
}
.BgClassName
{
background-color: #F1ECAE;
}
</style>
border-color css
<style>
span { border-color: #F1ECAE; }
span { border-color: rgb(241,236,174); }
td.TdClassName
{
border-color: #F1ECAE;
}
.TagClassName
{
border-color: #F1ECAE;
}
</style>