Shades of Pale Goldenrod #F1E9A1
Tints of Pale Goldenrod #F1E9A1
RGB
CMYK
RGB Variations
Color information
#F1E9A1 (or 0xF1E9A1) is known color: Pale Goldenrod. HEX triplet: F1, E9 and A1. RGB value is (241,233,161). Sum of RGB (Red+Green+Blue) = 241+233+161=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 161 (63.28% from 255 or 25.35% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E9A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E9A1 is #0E165E. Grayscale: #E3E3E3. Windows color (decimal): -923231 or 10611185. OLE color: 10611185.
HSL color Cylindrical-coordinate representation of color #F1E9A1: hue angle of 54º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1E9A1 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 233 | 161 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.05 |
| HSL | 54º | 0.74% | 0.79% | - |
| HSV(B) | 54º | 0.33% | 0.95% | - |
| XYZ | 71.85 | 79.55 | 45.29 | - |
| YUV | 227.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 233 | 161 | 0 | 0.03 | 0.33 | 0.05 | 54 | 0.74 | 0.79 |
| Hex | F1 | E9 | A1 | 0 | 3 | 21 | 5 | 36 | 4A | 4F |
| Octal | 361 | 351 | 241 | 0 | 3 | 41 | 5 | 66 | 112 | 117 |
| Binary | 11110001 | 11101001 | 10100001 | 0 | 11 | 100001 | 101 | 110110 | 1001010 | 1001111 |
Color Harmonies of #F1E9A1
Complementary color
Monochromatic Colors of #F1E9A1
Black with #F1E9A1
Text Example
Text Example
White with #F1E9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E9A1; }
p { color: rgb(241,233,161); }
H1.HeaderClassName
{
color: #F1E9A1;
}
.AnyTagClassName
{
color: #F1E9A1;
}
</style>
background-color css
<style>
a { background-color: #F1E9A1; }
a { background-color: rgb(241,233,161); }
div.DivClassName
{
background-color: #F1E9A1;
}
.BgClassName
{
background-color: #F1E9A1;
}
</style>
border-color css
<style>
span { border-color: #F1E9A1; }
span { border-color: rgb(241,233,161); }
td.TdClassName
{
border-color: #F1E9A1;
}
.TagClassName
{
border-color: #F1E9A1;
}
</style>