Shades of Pale Goldenrod #F1EBA5
Tints of Pale Goldenrod #F1EBA5
RGB
CMYK
RGB Variations
Color information
#F1EBA5 (or 0xF1EBA5) is known color: Pale Goldenrod. HEX triplet: F1, EB and A5. RGB value is (241,235,165). Sum of RGB (Red+Green+Blue) = 241+235+165=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 165 (64.84% from 255 or 25.74% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EBA5 is #0E145A. Grayscale: #E5E5E5. Windows color (decimal): -922715 or 10873841. OLE color: 10873841.
HSL color Cylindrical-coordinate representation of color #F1EBA5: hue angle of 55.26º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1EBA5 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 235 | 165 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.05 |
| HSL | 55.26º | 0.73% | 0.8% | - |
| HSV(B) | 55.26º | 0.32% | 0.95% | - |
| XYZ | 72.78 | 80.83 | 47.36 | - |
| YUV | 228.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 235 | 165 | 0 | 0.02 | 0.32 | 0.05 | 55.26 | 0.73 | 0.8 |
| Hex | F1 | EB | A5 | 0 | 2 | 20 | 5 | 37 | 49 | 50 |
| Octal | 361 | 353 | 245 | 0 | 2 | 40 | 5 | 67 | 111 | 120 |
| Binary | 11110001 | 11101011 | 10100101 | 0 | 10 | 100000 | 101 | 110111 | 1001001 | 1010000 |
Color Harmonies of #F1EBA5
Complementary color
Monochromatic Colors of #F1EBA5
Black with #F1EBA5
Text Example
Text Example
White with #F1EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EBA5; }
p { color: rgb(241,235,165); }
H1.HeaderClassName
{
color: #F1EBA5;
}
.AnyTagClassName
{
color: #F1EBA5;
}
</style>
background-color css
<style>
a { background-color: #F1EBA5; }
a { background-color: rgb(241,235,165); }
div.DivClassName
{
background-color: #F1EBA5;
}
.BgClassName
{
background-color: #F1EBA5;
}
</style>
border-color css
<style>
span { border-color: #F1EBA5; }
span { border-color: rgb(241,235,165); }
td.TdClassName
{
border-color: #F1EBA5;
}
.TagClassName
{
border-color: #F1EBA5;
}
</style>