Shades of Pale Goldenrod #F1EBAE
Tints of Pale Goldenrod #F1EBAE
RGB
CMYK
RGB Variations
Color information
#F1EBAE (or 0xF1EBAE) is known color: Pale Goldenrod. HEX triplet: F1, EB and AE. RGB value is (241,235,174). Sum of RGB (Red+Green+Blue) = 241+235+174=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 174 (68.36% from 255 or 26.77% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EBAE is #0E1451. Grayscale: #E6E6E6. Windows color (decimal): -922706 or 11463665. OLE color: 11463665.
HSL color Cylindrical-coordinate representation of color #F1EBAE: hue angle of 54.63º 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 #F1EBAE is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 235 | 174 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.05 |
| HSL | 54.63º | 0.71% | 0.81% | - |
| HSV(B) | 54.63º | 0.28% | 0.95% | - |
| XYZ | 73.62 | 81.17 | 51.83 | - |
| YUV | 229.84 | 96.49 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 235 | 174 | 0 | 0.02 | 0.28 | 0.05 | 54.63 | 0.71 | 0.81 |
| Hex | F1 | EB | AE | 0 | 2 | 1C | 5 | 37 | 47 | 51 |
| Octal | 361 | 353 | 256 | 0 | 2 | 34 | 5 | 67 | 107 | 121 |
| Binary | 11110001 | 11101011 | 10101110 | 0 | 10 | 11100 | 101 | 110111 | 1000111 | 1010001 |
Color Harmonies of #F1EBAE
Complementary color
Monochromatic Colors of #F1EBAE
Black with #F1EBAE
Text Example
Text Example
White with #F1EBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EBAE; }
p { color: rgb(241,235,174); }
H1.HeaderClassName
{
color: #F1EBAE;
}
.AnyTagClassName
{
color: #F1EBAE;
}
</style>
background-color css
<style>
a { background-color: #F1EBAE; }
a { background-color: rgb(241,235,174); }
div.DivClassName
{
background-color: #F1EBAE;
}
.BgClassName
{
background-color: #F1EBAE;
}
</style>
border-color css
<style>
span { border-color: #F1EBAE; }
span { border-color: rgb(241,235,174); }
td.TdClassName
{
border-color: #F1EBAE;
}
.TagClassName
{
border-color: #F1EBAE;
}
</style>