Shades of Pale Goldenrod #F0EDA7
Tints of Pale Goldenrod #F0EDA7
RGB
CMYK
RGB Variations
Color information
#F0EDA7 (or 0xF0EDA7) is known color: Pale Goldenrod. HEX triplet: F0, ED and A7. RGB value is (240,237,167). Sum of RGB (Red+Green+Blue) = 240+237+167=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 167 (65.62% from 255 or 25.93% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EDA7 is #0F1258. Grayscale: #E6E6E6. Windows color (decimal): -987737 or 11005424. OLE color: 11005424.
HSL color Cylindrical-coordinate representation of color #F0EDA7: hue angle of 57.53º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0EDA7 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 167 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.06 |
| HSL | 57.53º | 0.71% | 0.8% | - |
| HSV(B) | 57.53º | 0.3% | 0.94% | - |
| XYZ | 73.19 | 81.88 | 48.51 | - |
| YUV | 229.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 167 | 0 | 0.01 | 0.30 | 0.06 | 57.53 | 0.71 | 0.8 |
| Hex | F0 | ED | A7 | 0 | 1 | 1E | 6 | 3A | 47 | 50 |
| Octal | 360 | 355 | 247 | 0 | 1 | 36 | 6 | 72 | 107 | 120 |
| Binary | 11110000 | 11101101 | 10100111 | 0 | 1 | 11110 | 110 | 111010 | 1000111 | 1010000 |
Color Harmonies of #F0EDA7
Complementary color
Monochromatic Colors of #F0EDA7
Black with #F0EDA7
Text Example
Text Example
White with #F0EDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDA7; }
p { color: rgb(240,237,167); }
H1.HeaderClassName
{
color: #F0EDA7;
}
.AnyTagClassName
{
color: #F0EDA7;
}
</style>
background-color css
<style>
a { background-color: #F0EDA7; }
a { background-color: rgb(240,237,167); }
div.DivClassName
{
background-color: #F0EDA7;
}
.BgClassName
{
background-color: #F0EDA7;
}
</style>
border-color css
<style>
span { border-color: #F0EDA7; }
span { border-color: rgb(240,237,167); }
td.TdClassName
{
border-color: #F0EDA7;
}
.TagClassName
{
border-color: #F0EDA7;
}
</style>