Shades of Pale Goldenrod #F0E3AF
Tints of Pale Goldenrod #F0E3AF
RGB
CMYK
RGB Variations
Color information
#F0E3AF (or 0xF0E3AF) is known color: Pale Goldenrod. HEX triplet: F0, E3 and AF. RGB value is (240,227,175). Sum of RGB (Red+Green+Blue) = 240+227+175=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E3AF is #0F1C50. Grayscale: #E1E1E1. Windows color (decimal): -990289 or 11527152. OLE color: 11527152.
HSL color Cylindrical-coordinate representation of color #F0E3AF: hue angle of 48º degrees, saturation: 0.68, 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 #F0E3AF is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 175 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.06 |
| HSL | 48º | 0.68% | 0.81% | - |
| HSV(B) | 48º | 0.27% | 0.94% | - |
| XYZ | 71.14 | 76.56 | 51.59 | - |
| YUV | 224.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 175 | 0 | 0.05 | 0.27 | 0.06 | 48 | 0.68 | 0.81 |
| Hex | F0 | E3 | AF | 0 | 5 | 1B | 6 | 30 | 44 | 51 |
| Octal | 360 | 343 | 257 | 0 | 5 | 33 | 6 | 60 | 104 | 121 |
| Binary | 11110000 | 11100011 | 10101111 | 0 | 101 | 11011 | 110 | 110000 | 1000100 | 1010001 |
Color Harmonies of #F0E3AF
Complementary color
Monochromatic Colors of #F0E3AF
Black with #F0E3AF
Text Example
Text Example
White with #F0E3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E3AF; }
p { color: rgb(240,227,175); }
H1.HeaderClassName
{
color: #F0E3AF;
}
.AnyTagClassName
{
color: #F0E3AF;
}
</style>
background-color css
<style>
a { background-color: #F0E3AF; }
a { background-color: rgb(240,227,175); }
div.DivClassName
{
background-color: #F0E3AF;
}
.BgClassName
{
background-color: #F0E3AF;
}
</style>
border-color css
<style>
span { border-color: #F0E3AF; }
span { border-color: rgb(240,227,175); }
td.TdClassName
{
border-color: #F0E3AF;
}
.TagClassName
{
border-color: #F0E3AF;
}
</style>