Shades of Pale Goldenrod #F1E9AD
Tints of Pale Goldenrod #F1E9AD
RGB
CMYK
RGB Variations
Color information
#F1E9AD (or 0xF1E9AD) is known color: Pale Goldenrod. HEX triplet: F1, E9 and AD. RGB value is (241,233,173). Sum of RGB (Red+Green+Blue) = 241+233+173=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 173 (67.97% from 255 or 26.74% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E9AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E9AD is #0E1652. Grayscale: #E4E4E4. Windows color (decimal): -923219 or 11397617. OLE color: 11397617.
HSL color Cylindrical-coordinate representation of color #F1E9AD: hue angle of 52.94º 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 #F1E9AD is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 233 | 173 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.05 |
| HSL | 52.94º | 0.71% | 0.81% | - |
| HSV(B) | 52.94º | 0.28% | 0.95% | - |
| XYZ | 72.96 | 80 | 51.13 | - |
| YUV | 228.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 233 | 173 | 0 | 0.03 | 0.28 | 0.05 | 52.94 | 0.71 | 0.81 |
| Hex | F1 | E9 | AD | 0 | 3 | 1C | 5 | 35 | 47 | 51 |
| Octal | 361 | 351 | 255 | 0 | 3 | 34 | 5 | 65 | 107 | 121 |
| Binary | 11110001 | 11101001 | 10101101 | 0 | 11 | 11100 | 101 | 110101 | 1000111 | 1010001 |
Color Harmonies of #F1E9AD
Complementary color
Monochromatic Colors of #F1E9AD
Black with #F1E9AD
Text Example
Text Example
White with #F1E9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E9AD; }
p { color: rgb(241,233,173); }
H1.HeaderClassName
{
color: #F1E9AD;
}
.AnyTagClassName
{
color: #F1E9AD;
}
</style>
background-color css
<style>
a { background-color: #F1E9AD; }
a { background-color: rgb(241,233,173); }
div.DivClassName
{
background-color: #F1E9AD;
}
.BgClassName
{
background-color: #F1E9AD;
}
</style>
border-color css
<style>
span { border-color: #F1E9AD; }
span { border-color: rgb(241,233,173); }
td.TdClassName
{
border-color: #F1E9AD;
}
.TagClassName
{
border-color: #F1E9AD;
}
</style>