Shades of Pale Goldenrod #F1E7AE
Tints of Pale Goldenrod #F1E7AE
RGB
CMYK
RGB Variations
Color information
#F1E7AE (or 0xF1E7AE) is known color: Pale Goldenrod. HEX triplet: F1, E7 and AE. RGB value is (241,231,174). Sum of RGB (Red+Green+Blue) = 241+231+174=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 174 (68.36% from 255 or 26.93% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E7AE is #0E1851. Grayscale: #E3E3E3. Windows color (decimal): -923730 or 11462641. OLE color: 11462641.
HSL color Cylindrical-coordinate representation of color #F1E7AE: hue angle of 51.04º 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 #F1E7AE is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 231 | 174 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.05 |
| HSL | 51.04º | 0.71% | 0.81% | - |
| HSV(B) | 51.04º | 0.28% | 0.95% | - |
| XYZ | 72.49 | 78.91 | 51.45 | - |
| YUV | 227.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 231 | 174 | 0 | 0.04 | 0.28 | 0.05 | 51.04 | 0.71 | 0.81 |
| Hex | F1 | E7 | AE | 0 | 4 | 1C | 5 | 33 | 47 | 51 |
| Octal | 361 | 347 | 256 | 0 | 4 | 34 | 5 | 63 | 107 | 121 |
| Binary | 11110001 | 11100111 | 10101110 | 0 | 100 | 11100 | 101 | 110011 | 1000111 | 1010001 |
Color Harmonies of #F1E7AE
Complementary color
Monochromatic Colors of #F1E7AE
Black with #F1E7AE
Text Example
Text Example
White with #F1E7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E7AE; }
p { color: rgb(241,231,174); }
H1.HeaderClassName
{
color: #F1E7AE;
}
.AnyTagClassName
{
color: #F1E7AE;
}
</style>
background-color css
<style>
a { background-color: #F1E7AE; }
a { background-color: rgb(241,231,174); }
div.DivClassName
{
background-color: #F1E7AE;
}
.BgClassName
{
background-color: #F1E7AE;
}
</style>
border-color css
<style>
span { border-color: #F1E7AE; }
span { border-color: rgb(241,231,174); }
td.TdClassName
{
border-color: #F1E7AE;
}
.TagClassName
{
border-color: #F1E7AE;
}
</style>