Shades of Pale Goldenrod #F0E5AB
Tints of Pale Goldenrod #F0E5AB
RGB
CMYK
RGB Variations
Color information
#F0E5AB (or 0xF0E5AB) is known color: Pale Goldenrod. HEX triplet: F0, E5 and AB. RGB value is (240,229,171). Sum of RGB (Red+Green+Blue) = 240+229+171=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 171 (67.19% from 255 or 26.72% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E5AB is #0F1A54. Grayscale: #E1E1E1. Windows color (decimal): -989781 or 11265520. OLE color: 11265520.
HSL color Cylindrical-coordinate representation of color #F0E5AB: hue angle of 50.43º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0E5AB is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 229 | 171 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.06 |
| HSL | 50.43º | 0.7% | 0.81% | - |
| HSV(B) | 50.43º | 0.29% | 0.94% | - |
| XYZ | 71.31 | 77.5 | 49.73 | - |
| YUV | 225.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 229 | 171 | 0 | 0.05 | 0.29 | 0.06 | 50.43 | 0.7 | 0.81 |
| Hex | F0 | E5 | AB | 0 | 5 | 1D | 6 | 32 | 46 | 51 |
| Octal | 360 | 345 | 253 | 0 | 5 | 35 | 6 | 62 | 106 | 121 |
| Binary | 11110000 | 11100101 | 10101011 | 0 | 101 | 11101 | 110 | 110010 | 1000110 | 1010001 |
Color Harmonies of #F0E5AB
Complementary color
Monochromatic Colors of #F0E5AB
Black with #F0E5AB
Text Example
Text Example
White with #F0E5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E5AB; }
p { color: rgb(240,229,171); }
H1.HeaderClassName
{
color: #F0E5AB;
}
.AnyTagClassName
{
color: #F0E5AB;
}
</style>
background-color css
<style>
a { background-color: #F0E5AB; }
a { background-color: rgb(240,229,171); }
div.DivClassName
{
background-color: #F0E5AB;
}
.BgClassName
{
background-color: #F0E5AB;
}
</style>
border-color css
<style>
span { border-color: #F0E5AB; }
span { border-color: rgb(240,229,171); }
td.TdClassName
{
border-color: #F0E5AB;
}
.TagClassName
{
border-color: #F0E5AB;
}
</style>