Shades of Pale Goldenrod #F4EDA9
Tints of Pale Goldenrod #F4EDA9
RGB
CMYK
RGB Variations
Color information
#F4EDA9 (or 0xF4EDA9) is known color: Pale Goldenrod. HEX triplet: F4, ED and A9. RGB value is (244,237,169). Sum of RGB (Red+Green+Blue) = 244+237+169=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 169 (66.41% from 255 or 26% from 650); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EDA9 is #0B1256. Grayscale: #E7E7E7. Windows color (decimal): -725591 or 11136500. OLE color: 11136500.
HSL color Cylindrical-coordinate representation of color #F4EDA9: hue angle of 54.4º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4EDA9 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 237 | 169 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.04 |
| HSL | 54.4º | 0.77% | 0.81% | - |
| HSV(B) | 54.4º | 0.31% | 0.96% | - |
| XYZ | 74.75 | 82.67 | 49.55 | - |
| YUV | 231.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 237 | 169 | 0 | 0.03 | 0.31 | 0.04 | 54.4 | 0.77 | 0.81 |
| Hex | F4 | ED | A9 | 0 | 3 | 1F | 4 | 36 | 4D | 51 |
| Octal | 364 | 355 | 251 | 0 | 3 | 37 | 4 | 66 | 115 | 121 |
| Binary | 11110100 | 11101101 | 10101001 | 0 | 11 | 11111 | 100 | 110110 | 1001101 | 1010001 |
Color Harmonies of #F4EDA9
Complementary color
Monochromatic Colors of #F4EDA9
Black with #F4EDA9
Text Example
Text Example
White with #F4EDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EDA9; }
p { color: rgb(244,237,169); }
H1.HeaderClassName
{
color: #F4EDA9;
}
.AnyTagClassName
{
color: #F4EDA9;
}
</style>
background-color css
<style>
a { background-color: #F4EDA9; }
a { background-color: rgb(244,237,169); }
div.DivClassName
{
background-color: #F4EDA9;
}
.BgClassName
{
background-color: #F4EDA9;
}
</style>
border-color css
<style>
span { border-color: #F4EDA9; }
span { border-color: rgb(244,237,169); }
td.TdClassName
{
border-color: #F4EDA9;
}
.TagClassName
{
border-color: #F4EDA9;
}
</style>