Shades of Pale Goldenrod #F1E9AE
Tints of Pale Goldenrod #F1E9AE
RGB
CMYK
RGB Variations
Color information
#F1E9AE (or 0xF1E9AE) is known color: Pale Goldenrod. HEX triplet: F1, E9 and AE. RGB value is (241,233,174). Sum of RGB (Red+Green+Blue) = 241+233+174=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 174 (68.36% from 255 or 26.85% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E9AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E9AE is #0E1651. Grayscale: #E4E4E4. Windows color (decimal): -923218 or 11463153. OLE color: 11463153.
HSL color Cylindrical-coordinate representation of color #F1E9AE: hue angle of 52.84º 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 #F1E9AE is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 233 | 174 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.05 |
| HSL | 52.84º | 0.71% | 0.81% | - |
| HSV(B) | 52.84º | 0.28% | 0.95% | - |
| XYZ | 73.05 | 80.03 | 51.64 | - |
| YUV | 228.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 233 | 174 | 0 | 0.03 | 0.28 | 0.05 | 52.84 | 0.71 | 0.81 |
| Hex | F1 | E9 | AE | 0 | 3 | 1C | 5 | 35 | 47 | 51 |
| Octal | 361 | 351 | 256 | 0 | 3 | 34 | 5 | 65 | 107 | 121 |
| Binary | 11110001 | 11101001 | 10101110 | 0 | 11 | 11100 | 101 | 110101 | 1000111 | 1010001 |
Color Harmonies of #F1E9AE
Complementary color
Monochromatic Colors of #F1E9AE
Black with #F1E9AE
Text Example
Text Example
White with #F1E9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E9AE; }
p { color: rgb(241,233,174); }
H1.HeaderClassName
{
color: #F1E9AE;
}
.AnyTagClassName
{
color: #F1E9AE;
}
</style>
background-color css
<style>
a { background-color: #F1E9AE; }
a { background-color: rgb(241,233,174); }
div.DivClassName
{
background-color: #F1E9AE;
}
.BgClassName
{
background-color: #F1E9AE;
}
</style>
border-color css
<style>
span { border-color: #F1E9AE; }
span { border-color: rgb(241,233,174); }
td.TdClassName
{
border-color: #F1E9AE;
}
.TagClassName
{
border-color: #F1E9AE;
}
</style>