Shades of Pale Goldenrod #F0E5AE
Tints of Pale Goldenrod #F0E5AE
RGB
CMYK
RGB Variations
Color information
#F0E5AE (or 0xF0E5AE) is known color: Pale Goldenrod. HEX triplet: F0, E5 and AE. RGB value is (240,229,174). Sum of RGB (Red+Green+Blue) = 240+229+174=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 174 (68.36% from 255 or 27.06% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E5AE is #0F1A51. Grayscale: #E2E2E2. Windows color (decimal): -989778 or 11462128. OLE color: 11462128.
HSL color Cylindrical-coordinate representation of color #F0E5AE: hue angle of 50º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0E5AE is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 229 | 174 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.06 |
| HSL | 50º | 0.69% | 0.81% | - |
| HSV(B) | 50º | 0.28% | 0.94% | - |
| XYZ | 71.59 | 77.62 | 51.25 | - |
| YUV | 226.02 | 98.64 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 229 | 174 | 0 | 0.05 | 0.28 | 0.06 | 50 | 0.69 | 0.81 |
| Hex | F0 | E5 | AE | 0 | 5 | 1C | 6 | 32 | 45 | 51 |
| Octal | 360 | 345 | 256 | 0 | 5 | 34 | 6 | 62 | 105 | 121 |
| Binary | 11110000 | 11100101 | 10101110 | 0 | 101 | 11100 | 110 | 110010 | 1000101 | 1010001 |
Color Harmonies of #F0E5AE
Complementary color
Monochromatic Colors of #F0E5AE
Black with #F0E5AE
Text Example
Text Example
White with #F0E5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E5AE; }
p { color: rgb(240,229,174); }
H1.HeaderClassName
{
color: #F0E5AE;
}
.AnyTagClassName
{
color: #F0E5AE;
}
</style>
background-color css
<style>
a { background-color: #F0E5AE; }
a { background-color: rgb(240,229,174); }
div.DivClassName
{
background-color: #F0E5AE;
}
.BgClassName
{
background-color: #F0E5AE;
}
</style>
border-color css
<style>
span { border-color: #F0E5AE; }
span { border-color: rgb(240,229,174); }
td.TdClassName
{
border-color: #F0E5AE;
}
.TagClassName
{
border-color: #F0E5AE;
}
</style>