Shades of Pale Goldenrod #F0EDA5
Tints of Pale Goldenrod #F0EDA5
RGB
CMYK
RGB Variations
Color information
#F0EDA5 (or 0xF0EDA5) is known color: Pale Goldenrod. HEX triplet: F0, ED and A5. RGB value is (240,237,165). Sum of RGB (Red+Green+Blue) = 240+237+165=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 165 (64.84% from 255 or 25.70% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EDA5 is #0F125A. Grayscale: #E5E5E5. Windows color (decimal): -987739 or 10874352. OLE color: 10874352.
HSL color Cylindrical-coordinate representation of color #F0EDA5: hue angle of 57.6º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0EDA5 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 165 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.06 |
| HSL | 57.6º | 0.71% | 0.79% | - |
| HSV(B) | 57.6º | 0.31% | 0.94% | - |
| XYZ | 73.01 | 81.81 | 47.54 | - |
| YUV | 229.69 | 91.49 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 165 | 0 | 0.01 | 0.31 | 0.06 | 57.6 | 0.71 | 0.79 |
| Hex | F0 | ED | A5 | 0 | 1 | 1F | 6 | 3A | 47 | 4F |
| Octal | 360 | 355 | 245 | 0 | 1 | 37 | 6 | 72 | 107 | 117 |
| Binary | 11110000 | 11101101 | 10100101 | 0 | 1 | 11111 | 110 | 111010 | 1000111 | 1001111 |
Color Harmonies of #F0EDA5
Complementary color
Monochromatic Colors of #F0EDA5
Black with #F0EDA5
Text Example
Text Example
White with #F0EDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDA5; }
p { color: rgb(240,237,165); }
H1.HeaderClassName
{
color: #F0EDA5;
}
.AnyTagClassName
{
color: #F0EDA5;
}
</style>
background-color css
<style>
a { background-color: #F0EDA5; }
a { background-color: rgb(240,237,165); }
div.DivClassName
{
background-color: #F0EDA5;
}
.BgClassName
{
background-color: #F0EDA5;
}
</style>
border-color css
<style>
span { border-color: #F0EDA5; }
span { border-color: rgb(240,237,165); }
td.TdClassName
{
border-color: #F0EDA5;
}
.TagClassName
{
border-color: #F0EDA5;
}
</style>