Shades of Pale Goldenrod #F1EBAF
Tints of Pale Goldenrod #F1EBAF
RGB
CMYK
RGB Variations
Color information
#F1EBAF (or 0xF1EBAF) is known color: Pale Goldenrod. HEX triplet: F1, EB and AF. RGB value is (241,235,175). Sum of RGB (Red+Green+Blue) = 241+235+175=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 175 (68.75% from 255 or 26.88% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EBAF is #0E1450. Grayscale: #E6E6E6. Windows color (decimal): -922705 or 11529201. OLE color: 11529201.
HSL color Cylindrical-coordinate representation of color #F1EBAF: hue angle of 54.55º 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 #F1EBAF is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 235 | 175 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.05 |
| HSL | 54.55º | 0.7% | 0.82% | - |
| HSV(B) | 54.55º | 0.27% | 0.95% | - |
| XYZ | 73.72 | 81.21 | 52.35 | - |
| YUV | 229.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 235 | 175 | 0 | 0.02 | 0.27 | 0.05 | 54.55 | 0.7 | 0.82 |
| Hex | F1 | EB | AF | 0 | 2 | 1B | 5 | 37 | 46 | 52 |
| Octal | 361 | 353 | 257 | 0 | 2 | 33 | 5 | 67 | 106 | 122 |
| Binary | 11110001 | 11101011 | 10101111 | 0 | 10 | 11011 | 101 | 110111 | 1000110 | 1010010 |
Color Harmonies of #F1EBAF
Complementary color
Monochromatic Colors of #F1EBAF
Black with #F1EBAF
Text Example
Text Example
White with #F1EBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EBAF; }
p { color: rgb(241,235,175); }
H1.HeaderClassName
{
color: #F1EBAF;
}
.AnyTagClassName
{
color: #F1EBAF;
}
</style>
background-color css
<style>
a { background-color: #F1EBAF; }
a { background-color: rgb(241,235,175); }
div.DivClassName
{
background-color: #F1EBAF;
}
.BgClassName
{
background-color: #F1EBAF;
}
</style>
border-color css
<style>
span { border-color: #F1EBAF; }
span { border-color: rgb(241,235,175); }
td.TdClassName
{
border-color: #F1EBAF;
}
.TagClassName
{
border-color: #F1EBAF;
}
</style>