Shades of Pale Goldenrod #F0E69F
Tints of Pale Goldenrod #F0E69F
RGB
CMYK
RGB Variations
Color information
#F0E69F (or 0xF0E69F) is known color: Pale Goldenrod. HEX triplet: F0, E6 and 9F. RGB value is (240,230,159). Sum of RGB (Red+Green+Blue) = 240+230+159=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 159 (62.5% from 255 or 25.28% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E69F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E69F is #0F1960. Grayscale: #E1E1E1. Windows color (decimal): -989537 or 10479344. OLE color: 10479344.
HSL color Cylindrical-coordinate representation of color #F0E69F: hue angle of 52.59º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0E69F is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 230 | 159 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.06 |
| HSL | 52.59º | 0.73% | 0.78% | - |
| HSV(B) | 52.59º | 0.34% | 0.94% | - |
| XYZ | 70.49 | 77.62 | 44.07 | - |
| YUV | 224.9 | 90.81 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 159 | 0 | 0.04 | 0.34 | 0.06 | 52.59 | 0.73 | 0.78 |
| Hex | F0 | E6 | 9F | 0 | 4 | 22 | 6 | 35 | 49 | 4E |
| Octal | 360 | 346 | 237 | 0 | 4 | 42 | 6 | 65 | 111 | 116 |
| Binary | 11110000 | 11100110 | 10011111 | 0 | 100 | 100010 | 110 | 110101 | 1001001 | 1001110 |
Color Harmonies of #F0E69F
Complementary color
Monochromatic Colors of #F0E69F
Black with #F0E69F
Text Example
Text Example
White with #F0E69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E69F; }
p { color: rgb(240,230,159); }
H1.HeaderClassName
{
color: #F0E69F;
}
.AnyTagClassName
{
color: #F0E69F;
}
</style>
background-color css
<style>
a { background-color: #F0E69F; }
a { background-color: rgb(240,230,159); }
div.DivClassName
{
background-color: #F0E69F;
}
.BgClassName
{
background-color: #F0E69F;
}
</style>
border-color css
<style>
span { border-color: #F0E69F; }
span { border-color: rgb(240,230,159); }
td.TdClassName
{
border-color: #F0E69F;
}
.TagClassName
{
border-color: #F0E69F;
}
</style>