Shades of Portafino #F0EC9C
Tints of Portafino #F0EC9C
RGB
CMYK
RGB Variations
Color information
#F0EC9C (or 0xF0EC9C) is known color: Portafino. HEX triplet: F0, EC and 9C. RGB value is (240,236,156). Sum of RGB (Red+Green+Blue) = 240+236+156=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 156 (61.33% from 255 or 24.68% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EC9C is #0F1363. Grayscale: #E4E4E4. Windows color (decimal): -988004 or 10284272. OLE color: 10284272.
HSL color Cylindrical-coordinate representation of color #F0EC9C: hue angle of 57.14º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0EC9C is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 156 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.06 |
| HSL | 57.14º | 0.74% | 0.78% | - |
| HSV(B) | 57.14º | 0.35% | 0.94% | - |
| XYZ | 71.93 | 80.92 | 43.28 | - |
| YUV | 228.08 | 87.33 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 156 | 0 | 0.02 | 0.35 | 0.06 | 57.14 | 0.74 | 0.78 |
| Hex | F0 | EC | 9C | 0 | 2 | 23 | 6 | 39 | 4A | 4E |
| Octal | 360 | 354 | 234 | 0 | 2 | 43 | 6 | 71 | 112 | 116 |
| Binary | 11110000 | 11101100 | 10011100 | 0 | 10 | 100011 | 110 | 111001 | 1001010 | 1001110 |
Color Harmonies of #F0EC9C
Complementary color
Monochromatic Colors of #F0EC9C
Black with #F0EC9C
Text Example
Text Example
White with #F0EC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC9C; }
p { color: rgb(240,236,156); }
H1.HeaderClassName
{
color: #F0EC9C;
}
.AnyTagClassName
{
color: #F0EC9C;
}
</style>
background-color css
<style>
a { background-color: #F0EC9C; }
a { background-color: rgb(240,236,156); }
div.DivClassName
{
background-color: #F0EC9C;
}
.BgClassName
{
background-color: #F0EC9C;
}
</style>
border-color css
<style>
span { border-color: #F0EC9C; }
span { border-color: rgb(240,236,156); }
td.TdClassName
{
border-color: #F0EC9C;
}
.TagClassName
{
border-color: #F0EC9C;
}
</style>