Shades of Cumulus #F0ECBA
Tints of Cumulus #F0ECBA
RGB
CMYK
RGB Variations
Color information
#F0ECBA (or 0xF0ECBA) is known color: Cumulus. HEX triplet: F0, EC and BA. RGB value is (240,236,186). Sum of RGB (Red+Green+Blue) = 240+236+186=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0ECBA is #0F1345. Grayscale: #E7E7E7. Windows color (decimal): -987974 or 12250352. OLE color: 12250352.
HSL color Cylindrical-coordinate representation of color #F0ECBA: hue angle of 55.56º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0ECBA is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 186 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.06 |
| HSL | 55.56º | 0.64% | 0.84% | - |
| HSV(B) | 55.56º | 0.23% | 0.94% | - |
| XYZ | 74.79 | 82.06 | 58.35 | - |
| YUV | 231.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 186 | 0 | 0.02 | 0.22 | 0.06 | 55.56 | 0.64 | 0.84 |
| Hex | F0 | EC | BA | 0 | 2 | 16 | 6 | 38 | 40 | 54 |
| Octal | 360 | 354 | 272 | 0 | 2 | 26 | 6 | 70 | 100 | 124 |
| Binary | 11110000 | 11101100 | 10111010 | 0 | 10 | 10110 | 110 | 111000 | 1000000 | 1010100 |
Color Harmonies of #F0ECBA
Complementary color
Monochromatic Colors of #F0ECBA
Black with #F0ECBA
Text Example
Text Example
White with #F0ECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECBA; }
p { color: rgb(240,236,186); }
H1.HeaderClassName
{
color: #F0ECBA;
}
.AnyTagClassName
{
color: #F0ECBA;
}
</style>
background-color css
<style>
a { background-color: #F0ECBA; }
a { background-color: rgb(240,236,186); }
div.DivClassName
{
background-color: #F0ECBA;
}
.BgClassName
{
background-color: #F0ECBA;
}
</style>
border-color css
<style>
span { border-color: #F0ECBA; }
span { border-color: rgb(240,236,186); }
td.TdClassName
{
border-color: #F0ECBA;
}
.TagClassName
{
border-color: #F0ECBA;
}
</style>