Shades of Pale Goldenrod #F0ECAF
Tints of Pale Goldenrod #F0ECAF
RGB
CMYK
RGB Variations
Color information
#F0ECAF (or 0xF0ECAF) is known color: Pale Goldenrod. HEX triplet: F0, EC and AF. RGB value is (240,236,175). Sum of RGB (Red+Green+Blue) = 240+236+175=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 175 (68.75% from 255 or 26.88% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0ECAF is #0F1350. Grayscale: #E6E6E6. Windows color (decimal): -987985 or 11529456. OLE color: 11529456.
HSL color Cylindrical-coordinate representation of color #F0ECAF: hue angle of 56.31º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0ECAF is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 175 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.06 |
| HSL | 56.31º | 0.68% | 0.81% | - |
| HSV(B) | 56.31º | 0.27% | 0.94% | - |
| XYZ | 73.67 | 81.61 | 52.43 | - |
| YUV | 230.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 175 | 0 | 0.02 | 0.27 | 0.06 | 56.31 | 0.68 | 0.81 |
| Hex | F0 | EC | AF | 0 | 2 | 1B | 6 | 38 | 44 | 51 |
| Octal | 360 | 354 | 257 | 0 | 2 | 33 | 6 | 70 | 104 | 121 |
| Binary | 11110000 | 11101100 | 10101111 | 0 | 10 | 11011 | 110 | 111000 | 1000100 | 1010001 |
Color Harmonies of #F0ECAF
Complementary color
Monochromatic Colors of #F0ECAF
Black with #F0ECAF
Text Example
Text Example
White with #F0ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECAF; }
p { color: rgb(240,236,175); }
H1.HeaderClassName
{
color: #F0ECAF;
}
.AnyTagClassName
{
color: #F0ECAF;
}
</style>
background-color css
<style>
a { background-color: #F0ECAF; }
a { background-color: rgb(240,236,175); }
div.DivClassName
{
background-color: #F0ECAF;
}
.BgClassName
{
background-color: #F0ECAF;
}
</style>
border-color css
<style>
span { border-color: #F0ECAF; }
span { border-color: rgb(240,236,175); }
td.TdClassName
{
border-color: #F0ECAF;
}
.TagClassName
{
border-color: #F0ECAF;
}
</style>