Shades of Pale Goldenrod #F0ECB0
Tints of Pale Goldenrod #F0ECB0
RGB
CMYK
RGB Variations
Color information
#F0ECB0 (or 0xF0ECB0) is known color: Pale Goldenrod. HEX triplet: F0, EC and B0. RGB value is (240,236,176). Sum of RGB (Red+Green+Blue) = 240+236+176=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 176 (69.14% from 255 or 26.99% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0ECB0 is #0F134F. Grayscale: #E6E6E6. Windows color (decimal): -987984 or 11594992. OLE color: 11594992.
HSL color Cylindrical-coordinate representation of color #F0ECB0: hue angle of 56.25º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0ECB0 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 176 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.06 |
| HSL | 56.25º | 0.68% | 0.82% | - |
| HSV(B) | 56.25º | 0.27% | 0.94% | - |
| XYZ | 73.77 | 81.65 | 52.95 | - |
| YUV | 230.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 176 | 0 | 0.02 | 0.27 | 0.06 | 56.25 | 0.68 | 0.82 |
| Hex | F0 | EC | B0 | 0 | 2 | 1B | 6 | 38 | 44 | 52 |
| Octal | 360 | 354 | 260 | 0 | 2 | 33 | 6 | 70 | 104 | 122 |
| Binary | 11110000 | 11101100 | 10110000 | 0 | 10 | 11011 | 110 | 111000 | 1000100 | 1010010 |
Color Harmonies of #F0ECB0
Complementary color
Monochromatic Colors of #F0ECB0
Black with #F0ECB0
Text Example
Text Example
White with #F0ECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECB0; }
p { color: rgb(240,236,176); }
H1.HeaderClassName
{
color: #F0ECB0;
}
.AnyTagClassName
{
color: #F0ECB0;
}
</style>
background-color css
<style>
a { background-color: #F0ECB0; }
a { background-color: rgb(240,236,176); }
div.DivClassName
{
background-color: #F0ECB0;
}
.BgClassName
{
background-color: #F0ECB0;
}
</style>
border-color css
<style>
span { border-color: #F0ECB0; }
span { border-color: rgb(240,236,176); }
td.TdClassName
{
border-color: #F0ECB0;
}
.TagClassName
{
border-color: #F0ECB0;
}
</style>