Shades of Pale Goldenrod #F0EFA6
Tints of Pale Goldenrod #F0EFA6
RGB
CMYK
RGB Variations
Color information
#F0EFA6 (or 0xF0EFA6) is known color: Pale Goldenrod. HEX triplet: F0, EF and A6. RGB value is (240,239,166). Sum of RGB (Red+Green+Blue) = 240+239+166=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 166 (65.23% from 255 or 25.74% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EFA6 is #0F1059. Grayscale: #E7E7E7. Windows color (decimal): -987226 or 10940400. OLE color: 10940400.
HSL color Cylindrical-coordinate representation of color #F0EFA6: hue angle of 59.19º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0EFA6 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 166 | - |
| CMYK | 0 | 0.00 | 0.31 | 0.06 |
| HSL | 59.19º | 0.71% | 0.8% | - |
| HSV(B) | 59.19º | 0.31% | 0.94% | - |
| XYZ | 73.68 | 83.01 | 48.22 | - |
| YUV | 230.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 166 | 0 | 0.00 | 0.31 | 0.06 | 59.19 | 0.71 | 0.8 |
| Hex | F0 | EF | A6 | 0 | 0 | 1F | 6 | 3B | 47 | 50 |
| Octal | 360 | 357 | 246 | 0 | 0 | 37 | 6 | 73 | 107 | 120 |
| Binary | 11110000 | 11101111 | 10100110 | 0 | 0 | 11111 | 110 | 111011 | 1000111 | 1010000 |
Color Harmonies of #F0EFA6
Complementary color
Monochromatic Colors of #F0EFA6
Black with #F0EFA6
Text Example
Text Example
White with #F0EFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFA6; }
p { color: rgb(240,239,166); }
H1.HeaderClassName
{
color: #F0EFA6;
}
.AnyTagClassName
{
color: #F0EFA6;
}
</style>
background-color css
<style>
a { background-color: #F0EFA6; }
a { background-color: rgb(240,239,166); }
div.DivClassName
{
background-color: #F0EFA6;
}
.BgClassName
{
background-color: #F0EFA6;
}
</style>
border-color css
<style>
span { border-color: #F0EFA6; }
span { border-color: rgb(240,239,166); }
td.TdClassName
{
border-color: #F0EFA6;
}
.TagClassName
{
border-color: #F0EFA6;
}
</style>