Shades of Pale Goldenrod #F1EAA9
Tints of Pale Goldenrod #F1EAA9
RGB
CMYK
RGB Variations
Color information
#F1EAA9 (or 0xF1EAA9) is known color: Pale Goldenrod. HEX triplet: F1, EA and A9. RGB value is (241,234,169). Sum of RGB (Red+Green+Blue) = 241+234+169=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 169 (66.41% from 255 or 26.24% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EAA9 is #0E1556. Grayscale: #E4E4E4. Windows color (decimal): -922967 or 11135729. OLE color: 11135729.
HSL color Cylindrical-coordinate representation of color #F1EAA9: hue angle of 54.17º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1EAA9 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 234 | 169 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.05 |
| HSL | 54.17º | 0.72% | 0.8% | - |
| HSV(B) | 54.17º | 0.3% | 0.95% | - |
| XYZ | 72.86 | 80.41 | 49.22 | - |
| YUV | 228.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 234 | 169 | 0 | 0.03 | 0.30 | 0.05 | 54.17 | 0.72 | 0.8 |
| Hex | F1 | EA | A9 | 0 | 3 | 1E | 5 | 36 | 48 | 50 |
| Octal | 361 | 352 | 251 | 0 | 3 | 36 | 5 | 66 | 110 | 120 |
| Binary | 11110001 | 11101010 | 10101001 | 0 | 11 | 11110 | 101 | 110110 | 1001000 | 1010000 |
Color Harmonies of #F1EAA9
Complementary color
Monochromatic Colors of #F1EAA9
Black with #F1EAA9
Text Example
Text Example
White with #F1EAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EAA9; }
p { color: rgb(241,234,169); }
H1.HeaderClassName
{
color: #F1EAA9;
}
.AnyTagClassName
{
color: #F1EAA9;
}
</style>
background-color css
<style>
a { background-color: #F1EAA9; }
a { background-color: rgb(241,234,169); }
div.DivClassName
{
background-color: #F1EAA9;
}
.BgClassName
{
background-color: #F1EAA9;
}
</style>
border-color css
<style>
span { border-color: #F1EAA9; }
span { border-color: rgb(241,234,169); }
td.TdClassName
{
border-color: #F1EAA9;
}
.TagClassName
{
border-color: #F1EAA9;
}
</style>