Shades of Pale Goldenrod #F1EBA9
Tints of Pale Goldenrod #F1EBA9
RGB
CMYK
RGB Variations
Color information
#F1EBA9 (or 0xF1EBA9) is known color: Pale Goldenrod. HEX triplet: F1, EB and A9. RGB value is (241,235,169). Sum of RGB (Red+Green+Blue) = 241+235+169=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 169 (66.41% from 255 or 26.20% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EBA9 is #0E1456. Grayscale: #E5E5E5. Windows color (decimal): -922711 or 11135985. OLE color: 11135985.
HSL color Cylindrical-coordinate representation of color #F1EBA9: hue angle of 55º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1EBA9 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 235 | 169 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.05 |
| HSL | 55º | 0.72% | 0.8% | - |
| HSV(B) | 55º | 0.3% | 0.95% | - |
| XYZ | 73.15 | 80.98 | 49.31 | - |
| YUV | 229.27 | 93.99 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 235 | 169 | 0 | 0.02 | 0.30 | 0.05 | 55 | 0.72 | 0.8 |
| Hex | F1 | EB | A9 | 0 | 2 | 1E | 5 | 37 | 48 | 50 |
| Octal | 361 | 353 | 251 | 0 | 2 | 36 | 5 | 67 | 110 | 120 |
| Binary | 11110001 | 11101011 | 10101001 | 0 | 10 | 11110 | 101 | 110111 | 1001000 | 1010000 |
Color Harmonies of #F1EBA9
Complementary color
Monochromatic Colors of #F1EBA9
Black with #F1EBA9
Text Example
Text Example
White with #F1EBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EBA9; }
p { color: rgb(241,235,169); }
H1.HeaderClassName
{
color: #F1EBA9;
}
.AnyTagClassName
{
color: #F1EBA9;
}
</style>
background-color css
<style>
a { background-color: #F1EBA9; }
a { background-color: rgb(241,235,169); }
div.DivClassName
{
background-color: #F1EBA9;
}
.BgClassName
{
background-color: #F1EBA9;
}
</style>
border-color css
<style>
span { border-color: #F1EBA9; }
span { border-color: rgb(241,235,169); }
td.TdClassName
{
border-color: #F1EBA9;
}
.TagClassName
{
border-color: #F1EBA9;
}
</style>