Shades of Pale Goldenrod #F4EDA8
Tints of Pale Goldenrod #F4EDA8
RGB
CMYK
RGB Variations
Color information
#F4EDA8 (or 0xF4EDA8) is known color: Pale Goldenrod. HEX triplet: F4, ED and A8. RGB value is (244,237,168). Sum of RGB (Red+Green+Blue) = 244+237+168=649 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.60% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 168 (66.02% from 255 or 25.89% from 649); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EDA8 is #0B1257. Grayscale: #E7E7E7. Windows color (decimal): -725592 or 11070964. OLE color: 11070964.
HSL color Cylindrical-coordinate representation of color #F4EDA8: hue angle of 54.47º degrees, saturation: 0.78, 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 #F4EDA8 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 237 | 168 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.04 |
| HSL | 54.47º | 0.78% | 0.81% | - |
| HSV(B) | 54.47º | 0.31% | 0.96% | - |
| XYZ | 74.66 | 82.63 | 49.06 | - |
| YUV | 231.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 237 | 168 | 0 | 0.03 | 0.31 | 0.04 | 54.47 | 0.78 | 0.81 |
| Hex | F4 | ED | A8 | 0 | 3 | 1F | 4 | 36 | 4E | 51 |
| Octal | 364 | 355 | 250 | 0 | 3 | 37 | 4 | 66 | 116 | 121 |
| Binary | 11110100 | 11101101 | 10101000 | 0 | 11 | 11111 | 100 | 110110 | 1001110 | 1010001 |
Color Harmonies of #F4EDA8
Complementary color
Monochromatic Colors of #F4EDA8
Black with #F4EDA8
Text Example
Text Example
White with #F4EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EDA8; }
p { color: rgb(244,237,168); }
H1.HeaderClassName
{
color: #F4EDA8;
}
.AnyTagClassName
{
color: #F4EDA8;
}
</style>
background-color css
<style>
a { background-color: #F4EDA8; }
a { background-color: rgb(244,237,168); }
div.DivClassName
{
background-color: #F4EDA8;
}
.BgClassName
{
background-color: #F4EDA8;
}
</style>
border-color css
<style>
span { border-color: #F4EDA8; }
span { border-color: rgb(244,237,168); }
td.TdClassName
{
border-color: #F4EDA8;
}
.TagClassName
{
border-color: #F4EDA8;
}
</style>