Shades of Pale Goldenrod #F9EDA9
Tints of Pale Goldenrod #F9EDA9
RGB
CMYK
RGB Variations
Color information
#F9EDA9 (or 0xF9EDA9) is known color: Pale Goldenrod. HEX triplet: F9, ED and A9. RGB value is (249,237,169). Sum of RGB (Red+Green+Blue) = 249+237+169=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 169 (66.41% from 255 or 25.80% from 655); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EDA9 is #061256. Grayscale: #E9E9E9. Windows color (decimal): -397911 or 11136505. OLE color: 11136505.
HSL color Cylindrical-coordinate representation of color #F9EDA9: hue angle of 51º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9EDA9 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 237 | 169 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.02 |
| HSL | 51º | 0.87% | 0.82% | - |
| HSV(B) | 51º | 0.32% | 0.98% | - |
| XYZ | 76.51 | 83.57 | 49.63 | - |
| YUV | 232.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 237 | 169 | 0 | 0.05 | 0.32 | 0.02 | 51 | 0.87 | 0.82 |
| Hex | F9 | ED | A9 | 0 | 5 | 20 | 2 | 33 | 57 | 52 |
| Octal | 371 | 355 | 251 | 0 | 5 | 40 | 2 | 63 | 127 | 122 |
| Binary | 11111001 | 11101101 | 10101001 | 0 | 101 | 100000 | 10 | 110011 | 1010111 | 1010010 |
Color Harmonies of #F9EDA9
Complementary color
Monochromatic Colors of #F9EDA9
Black with #F9EDA9
Text Example
Text Example
White with #F9EDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EDA9; }
p { color: rgb(249,237,169); }
H1.HeaderClassName
{
color: #F9EDA9;
}
.AnyTagClassName
{
color: #F9EDA9;
}
</style>
background-color css
<style>
a { background-color: #F9EDA9; }
a { background-color: rgb(249,237,169); }
div.DivClassName
{
background-color: #F9EDA9;
}
.BgClassName
{
background-color: #F9EDA9;
}
</style>
border-color css
<style>
span { border-color: #F9EDA9; }
span { border-color: rgb(249,237,169); }
td.TdClassName
{
border-color: #F9EDA9;
}
.TagClassName
{
border-color: #F9EDA9;
}
</style>