Shades of Pale Goldenrod #F4EAAA
Tints of Pale Goldenrod #F4EAAA
RGB
CMYK
RGB Variations
Color information
#F4EAAA (or 0xF4EAAA) is known color: Pale Goldenrod. HEX triplet: F4, EA and AA. RGB value is (244,234,170). Sum of RGB (Red+Green+Blue) = 244+234+170=648 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.65% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 170 (66.80% from 255 or 26.23% from 648); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EAAA is #0B1555. Grayscale: #E5E5E5. Windows color (decimal): -726358 or 11201268. OLE color: 11201268.
HSL color Cylindrical-coordinate representation of color #F4EAAA: hue angle of 51.89º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4EAAA is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 234 | 170 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.04 |
| HSL | 51.89º | 0.77% | 0.81% | - |
| HSV(B) | 51.89º | 0.3% | 0.96% | - |
| XYZ | 73.99 | 80.98 | 49.76 | - |
| YUV | 229.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 234 | 170 | 0 | 0.04 | 0.30 | 0.04 | 51.89 | 0.77 | 0.81 |
| Hex | F4 | EA | AA | 0 | 4 | 1E | 4 | 34 | 4D | 51 |
| Octal | 364 | 352 | 252 | 0 | 4 | 36 | 4 | 64 | 115 | 121 |
| Binary | 11110100 | 11101010 | 10101010 | 0 | 100 | 11110 | 100 | 110100 | 1001101 | 1010001 |
Color Harmonies of #F4EAAA
Complementary color
Monochromatic Colors of #F4EAAA
Black with #F4EAAA
Text Example
Text Example
White with #F4EAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EAAA; }
p { color: rgb(244,234,170); }
H1.HeaderClassName
{
color: #F4EAAA;
}
.AnyTagClassName
{
color: #F4EAAA;
}
</style>
background-color css
<style>
a { background-color: #F4EAAA; }
a { background-color: rgb(244,234,170); }
div.DivClassName
{
background-color: #F4EAAA;
}
.BgClassName
{
background-color: #F4EAAA;
}
</style>
border-color css
<style>
span { border-color: #F4EAAA; }
span { border-color: rgb(244,234,170); }
td.TdClassName
{
border-color: #F4EAAA;
}
.TagClassName
{
border-color: #F4EAAA;
}
</style>