Shades of Pale Goldenrod #F0E7AA
Tints of Pale Goldenrod #F0E7AA
RGB
CMYK
RGB Variations
Color information
#F0E7AA (or 0xF0E7AA) is known color: Pale Goldenrod. HEX triplet: F0, E7 and AA. RGB value is (240,231,170). Sum of RGB (Red+Green+Blue) = 240+231+170=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 170 (66.80% from 255 or 26.52% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E7AA is #0F1855. Grayscale: #E2E2E2. Windows color (decimal): -989270 or 11200496. OLE color: 11200496.
HSL color Cylindrical-coordinate representation of color #F0E7AA: hue angle of 52.29º 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 #F0E7AA is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 231 | 170 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.06 |
| HSL | 52.29º | 0.7% | 0.8% | - |
| HSV(B) | 52.29º | 0.29% | 0.94% | - |
| XYZ | 71.77 | 78.58 | 49.42 | - |
| YUV | 226.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 231 | 170 | 0 | 0.04 | 0.29 | 0.06 | 52.29 | 0.7 | 0.8 |
| Hex | F0 | E7 | AA | 0 | 4 | 1D | 6 | 34 | 46 | 50 |
| Octal | 360 | 347 | 252 | 0 | 4 | 35 | 6 | 64 | 106 | 120 |
| Binary | 11110000 | 11100111 | 10101010 | 0 | 100 | 11101 | 110 | 110100 | 1000110 | 1010000 |
Color Harmonies of #F0E7AA
Complementary color
Monochromatic Colors of #F0E7AA
Black with #F0E7AA
Text Example
Text Example
White with #F0E7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E7AA; }
p { color: rgb(240,231,170); }
H1.HeaderClassName
{
color: #F0E7AA;
}
.AnyTagClassName
{
color: #F0E7AA;
}
</style>
background-color css
<style>
a { background-color: #F0E7AA; }
a { background-color: rgb(240,231,170); }
div.DivClassName
{
background-color: #F0E7AA;
}
.BgClassName
{
background-color: #F0E7AA;
}
</style>
border-color css
<style>
span { border-color: #F0E7AA; }
span { border-color: rgb(240,231,170); }
td.TdClassName
{
border-color: #F0E7AA;
}
.TagClassName
{
border-color: #F0E7AA;
}
</style>