Shades of Pale Goldenrod #F1EFAA
Tints of Pale Goldenrod #F1EFAA
RGB
CMYK
RGB Variations
Color information
#F1EFAA (or 0xF1EFAA) is known color: Pale Goldenrod. HEX triplet: F1, EF and AA. RGB value is (241,239,170). Sum of RGB (Red+Green+Blue) = 241+239+170=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 170 (66.80% from 255 or 26.15% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EFAA is #0E1055. Grayscale: #E8E8E8. Windows color (decimal): -921686 or 11202545. OLE color: 11202545.
HSL color Cylindrical-coordinate representation of color #F1EFAA: hue angle of 58.31º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1EFAA is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 239 | 170 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.05 |
| HSL | 58.31º | 0.72% | 0.81% | - |
| HSV(B) | 58.31º | 0.29% | 0.95% | - |
| XYZ | 74.4 | 83.34 | 50.19 | - |
| YUV | 231.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 239 | 170 | 0 | 0.01 | 0.29 | 0.05 | 58.31 | 0.72 | 0.81 |
| Hex | F1 | EF | AA | 0 | 1 | 1D | 5 | 3A | 48 | 51 |
| Octal | 361 | 357 | 252 | 0 | 1 | 35 | 5 | 72 | 110 | 121 |
| Binary | 11110001 | 11101111 | 10101010 | 0 | 1 | 11101 | 101 | 111010 | 1001000 | 1010001 |
Color Harmonies of #F1EFAA
Complementary color
Monochromatic Colors of #F1EFAA
Black with #F1EFAA
Text Example
Text Example
White with #F1EFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EFAA; }
p { color: rgb(241,239,170); }
H1.HeaderClassName
{
color: #F1EFAA;
}
.AnyTagClassName
{
color: #F1EFAA;
}
</style>
background-color css
<style>
a { background-color: #F1EFAA; }
a { background-color: rgb(241,239,170); }
div.DivClassName
{
background-color: #F1EFAA;
}
.BgClassName
{
background-color: #F1EFAA;
}
</style>
border-color css
<style>
span { border-color: #F1EFAA; }
span { border-color: rgb(241,239,170); }
td.TdClassName
{
border-color: #F1EFAA;
}
.TagClassName
{
border-color: #F1EFAA;
}
</style>