Shades of Pale Goldenrod #F1EDA5
Tints of Pale Goldenrod #F1EDA5
RGB
CMYK
RGB Variations
Color information
#F1EDA5 (or 0xF1EDA5) is known color: Pale Goldenrod. HEX triplet: F1, ED and A5. RGB value is (241,237,165). Sum of RGB (Red+Green+Blue) = 241+237+165=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 165 (64.84% from 255 or 25.66% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EDA5 is #0E125A. Grayscale: #E6E6E6. Windows color (decimal): -922203 or 10874353. OLE color: 10874353.
HSL color Cylindrical-coordinate representation of color #F1EDA5: hue angle of 56.84º 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 #F1EDA5 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 165 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.05 |
| HSL | 56.84º | 0.73% | 0.8% | - |
| HSV(B) | 56.84º | 0.32% | 0.95% | - |
| XYZ | 73.35 | 81.99 | 47.56 | - |
| YUV | 229.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 165 | 0 | 0.02 | 0.32 | 0.05 | 56.84 | 0.73 | 0.8 |
| Hex | F1 | ED | A5 | 0 | 2 | 20 | 5 | 39 | 49 | 50 |
| Octal | 361 | 355 | 245 | 0 | 2 | 40 | 5 | 71 | 111 | 120 |
| Binary | 11110001 | 11101101 | 10100101 | 0 | 10 | 100000 | 101 | 111001 | 1001001 | 1010000 |
Color Harmonies of #F1EDA5
Complementary color
Monochromatic Colors of #F1EDA5
Black with #F1EDA5
Text Example
Text Example
White with #F1EDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDA5; }
p { color: rgb(241,237,165); }
H1.HeaderClassName
{
color: #F1EDA5;
}
.AnyTagClassName
{
color: #F1EDA5;
}
</style>
background-color css
<style>
a { background-color: #F1EDA5; }
a { background-color: rgb(241,237,165); }
div.DivClassName
{
background-color: #F1EDA5;
}
.BgClassName
{
background-color: #F1EDA5;
}
</style>
border-color css
<style>
span { border-color: #F1EDA5; }
span { border-color: rgb(241,237,165); }
td.TdClassName
{
border-color: #F1EDA5;
}
.TagClassName
{
border-color: #F1EDA5;
}
</style>