Shades of Cumulus #F0EFBA
Tints of Cumulus #F0EFBA
RGB
CMYK
RGB Variations
Color information
#F0EFBA (or 0xF0EFBA) is known color: Cumulus. HEX triplet: F0, EF and BA. RGB value is (240,239,186). Sum of RGB (Red+Green+Blue) = 240+239+186=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFBA is #0F1045. Grayscale: #E9E9E9. Windows color (decimal): -987206 or 12251120. OLE color: 12251120.
HSL color Cylindrical-coordinate representation of color #F0EFBA: hue angle of 58.89º 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 #F0EFBA is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 186 | - |
| CMYK | 0 | 0.00 | 0.22 | 0.06 |
| HSL | 58.89º | 0.64% | 0.84% | - |
| HSV(B) | 58.89º | 0.23% | 0.94% | - |
| XYZ | 75.66 | 83.8 | 58.64 | - |
| YUV | 233.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 186 | 0 | 0.00 | 0.22 | 0.06 | 58.89 | 0.64 | 0.84 |
| Hex | F0 | EF | BA | 0 | 0 | 16 | 6 | 3B | 40 | 54 |
| Octal | 360 | 357 | 272 | 0 | 0 | 26 | 6 | 73 | 100 | 124 |
| Binary | 11110000 | 11101111 | 10111010 | 0 | 0 | 10110 | 110 | 111011 | 1000000 | 1010100 |
Color Harmonies of #F0EFBA
Complementary color
Monochromatic Colors of #F0EFBA
Black with #F0EFBA
Text Example
Text Example
White with #F0EFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFBA; }
p { color: rgb(240,239,186); }
H1.HeaderClassName
{
color: #F0EFBA;
}
.AnyTagClassName
{
color: #F0EFBA;
}
</style>
background-color css
<style>
a { background-color: #F0EFBA; }
a { background-color: rgb(240,239,186); }
div.DivClassName
{
background-color: #F0EFBA;
}
.BgClassName
{
background-color: #F0EFBA;
}
</style>
border-color css
<style>
span { border-color: #F0EFBA; }
span { border-color: rgb(240,239,186); }
td.TdClassName
{
border-color: #F0EFBA;
}
.TagClassName
{
border-color: #F0EFBA;
}
</style>