Shades of Pale Goldenrod #F1E8AF
Tints of Pale Goldenrod #F1E8AF
RGB
CMYK
RGB Variations
Color information
#F1E8AF (or 0xF1E8AF) is known color: Pale Goldenrod. HEX triplet: F1, E8 and AF. RGB value is (241,232,175). Sum of RGB (Red+Green+Blue) = 241+232+175=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 232 (91.02% from 255 or 35.80% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E8AF is #0E1750. Grayscale: #E4E4E4. Windows color (decimal): -923473 or 11528433. OLE color: 11528433.
HSL color Cylindrical-coordinate representation of color #F1E8AF: hue angle of 51.82º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1E8AF is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 175 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.05 |
| HSL | 51.82º | 0.7% | 0.82% | - |
| HSV(B) | 51.82º | 0.27% | 0.95% | - |
| XYZ | 72.87 | 79.51 | 52.06 | - |
| YUV | 228.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 175 | 0 | 0.04 | 0.27 | 0.05 | 51.82 | 0.7 | 0.82 |
| Hex | F1 | E8 | AF | 0 | 4 | 1B | 5 | 34 | 46 | 52 |
| Octal | 361 | 350 | 257 | 0 | 4 | 33 | 5 | 64 | 106 | 122 |
| Binary | 11110001 | 11101000 | 10101111 | 0 | 100 | 11011 | 101 | 110100 | 1000110 | 1010010 |
Color Harmonies of #F1E8AF
Complementary color
Monochromatic Colors of #F1E8AF
Black with #F1E8AF
Text Example
Text Example
White with #F1E8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E8AF; }
p { color: rgb(241,232,175); }
H1.HeaderClassName
{
color: #F1E8AF;
}
.AnyTagClassName
{
color: #F1E8AF;
}
</style>
background-color css
<style>
a { background-color: #F1E8AF; }
a { background-color: rgb(241,232,175); }
div.DivClassName
{
background-color: #F1E8AF;
}
.BgClassName
{
background-color: #F1E8AF;
}
</style>
border-color css
<style>
span { border-color: #F1E8AF; }
span { border-color: rgb(241,232,175); }
td.TdClassName
{
border-color: #F1E8AF;
}
.TagClassName
{
border-color: #F1E8AF;
}
</style>