Shades of Pale Goldenrod #F0EDAD
Tints of Pale Goldenrod #F0EDAD
RGB
CMYK
RGB Variations
Color information
#F0EDAD (or 0xF0EDAD) is known color: Pale Goldenrod. HEX triplet: F0, ED and AD. RGB value is (240,237,173). Sum of RGB (Red+Green+Blue) = 240+237+173=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 173 (67.97% from 255 or 26.62% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EDAD is #0F1252. Grayscale: #E6E6E6. Windows color (decimal): -987731 or 11398640. OLE color: 11398640.
HSL color Cylindrical-coordinate representation of color #F0EDAD: hue angle of 57.31º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0EDAD is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 173 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.06 |
| HSL | 57.31º | 0.69% | 0.81% | - |
| HSV(B) | 57.31º | 0.28% | 0.94% | - |
| XYZ | 73.76 | 82.11 | 51.5 | - |
| YUV | 230.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 173 | 0 | 0.01 | 0.28 | 0.06 | 57.31 | 0.69 | 0.81 |
| Hex | F0 | ED | AD | 0 | 1 | 1C | 6 | 39 | 45 | 51 |
| Octal | 360 | 355 | 255 | 0 | 1 | 34 | 6 | 71 | 105 | 121 |
| Binary | 11110000 | 11101101 | 10101101 | 0 | 1 | 11100 | 110 | 111001 | 1000101 | 1010001 |
Color Harmonies of #F0EDAD
Complementary color
Monochromatic Colors of #F0EDAD
Black with #F0EDAD
Text Example
Text Example
White with #F0EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDAD; }
p { color: rgb(240,237,173); }
H1.HeaderClassName
{
color: #F0EDAD;
}
.AnyTagClassName
{
color: #F0EDAD;
}
</style>
background-color css
<style>
a { background-color: #F0EDAD; }
a { background-color: rgb(240,237,173); }
div.DivClassName
{
background-color: #F0EDAD;
}
.BgClassName
{
background-color: #F0EDAD;
}
</style>
border-color css
<style>
span { border-color: #F0EDAD; }
span { border-color: rgb(240,237,173); }
td.TdClassName
{
border-color: #F0EDAD;
}
.TagClassName
{
border-color: #F0EDAD;
}
</style>