Shades of Pale Goldenrod #F4EDA7
Tints of Pale Goldenrod #F4EDA7
RGB
CMYK
RGB Variations
Color information
#F4EDA7 (or 0xF4EDA7) is known color: Pale Goldenrod. HEX triplet: F4, ED and A7. RGB value is (244,237,167). Sum of RGB (Red+Green+Blue) = 244+237+167=648 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.65% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 167 (65.62% from 255 or 25.77% from 648); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EDA7 is #0B1258. Grayscale: #E7E7E7. Windows color (decimal): -725593 or 11005428. OLE color: 11005428.
HSL color Cylindrical-coordinate representation of color #F4EDA7: hue angle of 54.55º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4EDA7 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 237 | 167 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.04 |
| HSL | 54.55º | 0.78% | 0.81% | - |
| HSV(B) | 54.55º | 0.32% | 0.96% | - |
| XYZ | 74.57 | 82.59 | 48.57 | - |
| YUV | 231.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 237 | 167 | 0 | 0.03 | 0.32 | 0.04 | 54.55 | 0.78 | 0.81 |
| Hex | F4 | ED | A7 | 0 | 3 | 20 | 4 | 37 | 4E | 51 |
| Octal | 364 | 355 | 247 | 0 | 3 | 40 | 4 | 67 | 116 | 121 |
| Binary | 11110100 | 11101101 | 10100111 | 0 | 11 | 100000 | 100 | 110111 | 1001110 | 1010001 |
Color Harmonies of #F4EDA7
Complementary color
Monochromatic Colors of #F4EDA7
Black with #F4EDA7
Text Example
Text Example
White with #F4EDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EDA7; }
p { color: rgb(244,237,167); }
H1.HeaderClassName
{
color: #F4EDA7;
}
.AnyTagClassName
{
color: #F4EDA7;
}
</style>
background-color css
<style>
a { background-color: #F4EDA7; }
a { background-color: rgb(244,237,167); }
div.DivClassName
{
background-color: #F4EDA7;
}
.BgClassName
{
background-color: #F4EDA7;
}
</style>
border-color css
<style>
span { border-color: #F4EDA7; }
span { border-color: rgb(244,237,167); }
td.TdClassName
{
border-color: #F4EDA7;
}
.TagClassName
{
border-color: #F4EDA7;
}
</style>