Shades of Pale Goldenrod #F0ECA3
Tints of Pale Goldenrod #F0ECA3
RGB
CMYK
RGB Variations
Color information
#F0ECA3 (or 0xF0ECA3) is known color: Pale Goldenrod. HEX triplet: F0, EC and A3. RGB value is (240,236,163). Sum of RGB (Red+Green+Blue) = 240+236+163=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 163 (64.06% from 255 or 25.51% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0ECA3 is #0F135C. Grayscale: #E5E5E5. Windows color (decimal): -987997 or 10743024. OLE color: 10743024.
HSL color Cylindrical-coordinate representation of color #F0ECA3: hue angle of 56.88º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0ECA3 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 163 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.06 |
| HSL | 56.88º | 0.72% | 0.79% | - |
| HSV(B) | 56.88º | 0.32% | 0.94% | - |
| XYZ | 72.54 | 81.16 | 46.49 | - |
| YUV | 228.87 | 90.83 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 163 | 0 | 0.02 | 0.32 | 0.06 | 56.88 | 0.72 | 0.79 |
| Hex | F0 | EC | A3 | 0 | 2 | 20 | 6 | 39 | 48 | 4F |
| Octal | 360 | 354 | 243 | 0 | 2 | 40 | 6 | 71 | 110 | 117 |
| Binary | 11110000 | 11101100 | 10100011 | 0 | 10 | 100000 | 110 | 111001 | 1001000 | 1001111 |
Color Harmonies of #F0ECA3
Complementary color
Monochromatic Colors of #F0ECA3
Black with #F0ECA3
Text Example
Text Example
White with #F0ECA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECA3; }
p { color: rgb(240,236,163); }
H1.HeaderClassName
{
color: #F0ECA3;
}
.AnyTagClassName
{
color: #F0ECA3;
}
</style>
background-color css
<style>
a { background-color: #F0ECA3; }
a { background-color: rgb(240,236,163); }
div.DivClassName
{
background-color: #F0ECA3;
}
.BgClassName
{
background-color: #F0ECA3;
}
</style>
border-color css
<style>
span { border-color: #F0ECA3; }
span { border-color: rgb(240,236,163); }
td.TdClassName
{
border-color: #F0ECA3;
}
.TagClassName
{
border-color: #F0ECA3;
}
</style>