Shades of Pale Goldenrod #F0E4AA
Tints of Pale Goldenrod #F0E4AA
RGB
CMYK
RGB Variations
Color information
#F0E4AA (or 0xF0E4AA) is known color: Pale Goldenrod. HEX triplet: F0, E4 and AA. RGB value is (240,228,170). Sum of RGB (Red+Green+Blue) = 240+228+170=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 170 (66.80% from 255 or 26.65% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E4AA is #0F1B55. Grayscale: #E1E1E1. Windows color (decimal): -990038 or 11199728. OLE color: 11199728.
HSL color Cylindrical-coordinate representation of color #F0E4AA: hue angle of 49.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0E4AA is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 170 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.06 |
| HSL | 49.71º | 0.7% | 0.8% | - |
| HSV(B) | 49.71º | 0.29% | 0.94% | - |
| XYZ | 70.93 | 76.91 | 49.14 | - |
| YUV | 224.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 170 | 0 | 0.05 | 0.29 | 0.06 | 49.71 | 0.7 | 0.8 |
| Hex | F0 | E4 | AA | 0 | 5 | 1D | 6 | 32 | 46 | 50 |
| Octal | 360 | 344 | 252 | 0 | 5 | 35 | 6 | 62 | 106 | 120 |
| Binary | 11110000 | 11100100 | 10101010 | 0 | 101 | 11101 | 110 | 110010 | 1000110 | 1010000 |
Color Harmonies of #F0E4AA
Complementary color
Monochromatic Colors of #F0E4AA
Black with #F0E4AA
Text Example
Text Example
White with #F0E4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E4AA; }
p { color: rgb(240,228,170); }
H1.HeaderClassName
{
color: #F0E4AA;
}
.AnyTagClassName
{
color: #F0E4AA;
}
</style>
background-color css
<style>
a { background-color: #F0E4AA; }
a { background-color: rgb(240,228,170); }
div.DivClassName
{
background-color: #F0E4AA;
}
.BgClassName
{
background-color: #F0E4AA;
}
</style>
border-color css
<style>
span { border-color: #F0E4AA; }
span { border-color: rgb(240,228,170); }
td.TdClassName
{
border-color: #F0E4AA;
}
.TagClassName
{
border-color: #F0E4AA;
}
</style>