Shades of Pale Goldenrod #F0EBB5
Tints of Pale Goldenrod #F0EBB5
RGB
CMYK
RGB Variations
Color information
#F0EBB5 (or 0xF0EBB5) is known color: Pale Goldenrod. HEX triplet: F0, EB and B5. RGB value is (240,235,181). Sum of RGB (Red+Green+Blue) = 240+235+181=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 181 (71.09% from 255 or 27.59% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EBB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EBB5 is #0F144A. Grayscale: #E6E6E6. Windows color (decimal): -988235 or 11922416. OLE color: 11922416.
HSL color Cylindrical-coordinate representation of color #F0EBB5: hue angle of 54.92º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0EBB5 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 235 | 181 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.06 |
| HSL | 54.92º | 0.66% | 0.83% | - |
| HSV(B) | 54.92º | 0.25% | 0.94% | - |
| XYZ | 73.98 | 81.28 | 55.5 | - |
| YUV | 230.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 235 | 181 | 0 | 0.02 | 0.25 | 0.06 | 54.92 | 0.66 | 0.83 |
| Hex | F0 | EB | B5 | 0 | 2 | 19 | 6 | 37 | 42 | 53 |
| Octal | 360 | 353 | 265 | 0 | 2 | 31 | 6 | 67 | 102 | 123 |
| Binary | 11110000 | 11101011 | 10110101 | 0 | 10 | 11001 | 110 | 110111 | 1000010 | 1010011 |
Color Harmonies of #F0EBB5
Complementary color
Monochromatic Colors of #F0EBB5
Black with #F0EBB5
Text Example
Text Example
White with #F0EBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EBB5; }
p { color: rgb(240,235,181); }
H1.HeaderClassName
{
color: #F0EBB5;
}
.AnyTagClassName
{
color: #F0EBB5;
}
</style>
background-color css
<style>
a { background-color: #F0EBB5; }
a { background-color: rgb(240,235,181); }
div.DivClassName
{
background-color: #F0EBB5;
}
.BgClassName
{
background-color: #F0EBB5;
}
</style>
border-color css
<style>
span { border-color: #F0EBB5; }
span { border-color: rgb(240,235,181); }
td.TdClassName
{
border-color: #F0EBB5;
}
.TagClassName
{
border-color: #F0EBB5;
}
</style>