Shades of Pale Goldenrod #F0E3AE
Tints of Pale Goldenrod #F0E3AE
RGB
CMYK
RGB Variations
Color information
#F0E3AE (or 0xF0E3AE) is known color: Pale Goldenrod. HEX triplet: F0, E3 and AE. RGB value is (240,227,174). Sum of RGB (Red+Green+Blue) = 240+227+174=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 174 (68.36% from 255 or 27.15% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E3AE is #0F1C51. Grayscale: #E1E1E1. Windows color (decimal): -990290 or 11461616. OLE color: 11461616.
HSL color Cylindrical-coordinate representation of color #F0E3AE: hue angle of 48.18º 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 #F0E3AE is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 174 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.06 |
| HSL | 48.18º | 0.69% | 0.81% | - |
| HSV(B) | 48.18º | 0.28% | 0.94% | - |
| XYZ | 71.04 | 76.52 | 51.07 | - |
| YUV | 224.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 174 | 0 | 0.05 | 0.28 | 0.06 | 48.18 | 0.69 | 0.81 |
| Hex | F0 | E3 | AE | 0 | 5 | 1C | 6 | 30 | 45 | 51 |
| Octal | 360 | 343 | 256 | 0 | 5 | 34 | 6 | 60 | 105 | 121 |
| Binary | 11110000 | 11100011 | 10101110 | 0 | 101 | 11100 | 110 | 110000 | 1000101 | 1010001 |
Color Harmonies of #F0E3AE
Complementary color
Monochromatic Colors of #F0E3AE
Black with #F0E3AE
Text Example
Text Example
White with #F0E3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E3AE; }
p { color: rgb(240,227,174); }
H1.HeaderClassName
{
color: #F0E3AE;
}
.AnyTagClassName
{
color: #F0E3AE;
}
</style>
background-color css
<style>
a { background-color: #F0E3AE; }
a { background-color: rgb(240,227,174); }
div.DivClassName
{
background-color: #F0E3AE;
}
.BgClassName
{
background-color: #F0E3AE;
}
</style>
border-color css
<style>
span { border-color: #F0E3AE; }
span { border-color: rgb(240,227,174); }
td.TdClassName
{
border-color: #F0E3AE;
}
.TagClassName
{
border-color: #F0E3AE;
}
</style>