Shades of Pale Goldenrod #F0EDA6
Tints of Pale Goldenrod #F0EDA6
RGB
CMYK
RGB Variations
Color information
#F0EDA6 (or 0xF0EDA6) is known color: Pale Goldenrod. HEX triplet: F0, ED and A6. RGB value is (240,237,166). Sum of RGB (Red+Green+Blue) = 240+237+166=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 166 (65.23% from 255 or 25.82% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EDA6 is #0F1259. Grayscale: #E6E6E6. Windows color (decimal): -987738 or 10939888. OLE color: 10939888.
HSL color Cylindrical-coordinate representation of color #F0EDA6: hue angle of 57.57º 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 #F0EDA6 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 166 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.06 |
| HSL | 57.57º | 0.71% | 0.8% | - |
| HSV(B) | 57.57º | 0.31% | 0.94% | - |
| XYZ | 73.1 | 81.85 | 48.02 | - |
| YUV | 229.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 166 | 0 | 0.01 | 0.31 | 0.06 | 57.57 | 0.71 | 0.8 |
| Hex | F0 | ED | A6 | 0 | 1 | 1F | 6 | 3A | 47 | 50 |
| Octal | 360 | 355 | 246 | 0 | 1 | 37 | 6 | 72 | 107 | 120 |
| Binary | 11110000 | 11101101 | 10100110 | 0 | 1 | 11111 | 110 | 111010 | 1000111 | 1010000 |
Color Harmonies of #F0EDA6
Complementary color
Monochromatic Colors of #F0EDA6
Black with #F0EDA6
Text Example
Text Example
White with #F0EDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDA6; }
p { color: rgb(240,237,166); }
H1.HeaderClassName
{
color: #F0EDA6;
}
.AnyTagClassName
{
color: #F0EDA6;
}
</style>
background-color css
<style>
a { background-color: #F0EDA6; }
a { background-color: rgb(240,237,166); }
div.DivClassName
{
background-color: #F0EDA6;
}
.BgClassName
{
background-color: #F0EDA6;
}
</style>
border-color css
<style>
span { border-color: #F0EDA6; }
span { border-color: rgb(240,237,166); }
td.TdClassName
{
border-color: #F0EDA6;
}
.TagClassName
{
border-color: #F0EDA6;
}
</style>