Shades of Pale Goldenrod #F1E5AD
Tints of Pale Goldenrod #F1E5AD
RGB
CMYK
RGB Variations
Color information
#F1E5AD (or 0xF1E5AD) is known color: Pale Goldenrod. HEX triplet: F1, E5 and AD. RGB value is (241,229,173). Sum of RGB (Red+Green+Blue) = 241+229+173=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 173 (67.97% from 255 or 26.91% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E5AD is #0E1A52. Grayscale: #E2E2E2. Windows color (decimal): -924243 or 11396593. OLE color: 11396593.
HSL color Cylindrical-coordinate representation of color #F1E5AD: hue angle of 49.41º 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 #F1E5AD is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 229 | 173 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.05 |
| HSL | 49.41º | 0.71% | 0.81% | - |
| HSV(B) | 49.41º | 0.28% | 0.95% | - |
| XYZ | 71.84 | 77.76 | 50.76 | - |
| YUV | 226.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 173 | 0 | 0.05 | 0.28 | 0.05 | 49.41 | 0.71 | 0.81 |
| Hex | F1 | E5 | AD | 0 | 5 | 1C | 5 | 31 | 47 | 51 |
| Octal | 361 | 345 | 255 | 0 | 5 | 34 | 5 | 61 | 107 | 121 |
| Binary | 11110001 | 11100101 | 10101101 | 0 | 101 | 11100 | 101 | 110001 | 1000111 | 1010001 |
Color Harmonies of #F1E5AD
Complementary color
Monochromatic Colors of #F1E5AD
Black with #F1E5AD
Text Example
Text Example
White with #F1E5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E5AD; }
p { color: rgb(241,229,173); }
H1.HeaderClassName
{
color: #F1E5AD;
}
.AnyTagClassName
{
color: #F1E5AD;
}
</style>
background-color css
<style>
a { background-color: #F1E5AD; }
a { background-color: rgb(241,229,173); }
div.DivClassName
{
background-color: #F1E5AD;
}
.BgClassName
{
background-color: #F1E5AD;
}
</style>
border-color css
<style>
span { border-color: #F1E5AD; }
span { border-color: rgb(241,229,173); }
td.TdClassName
{
border-color: #F1E5AD;
}
.TagClassName
{
border-color: #F1E5AD;
}
</style>