Shades of Portafino #F4EC9E
Tints of Portafino #F4EC9E
RGB
CMYK
RGB Variations
Color information
#F4EC9E (or 0xF4EC9E) is known color: Portafino. HEX triplet: F4, EC and 9E. RGB value is (244,236,158). Sum of RGB (Red+Green+Blue) = 244+236+158=638 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.24% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 158 (62.11% from 255 or 24.76% from 638); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EC9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EC9E is #0B1361. Grayscale: #E5E5E5. Windows color (decimal): -725858 or 10415348. OLE color: 10415348.
HSL color Cylindrical-coordinate representation of color #F4EC9E: hue angle of 54.42º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F4EC9E is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 236 | 158 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.04 |
| HSL | 54.42º | 0.8% | 0.79% | - |
| HSV(B) | 54.42º | 0.35% | 0.96% | - |
| XYZ | 73.48 | 81.69 | 44.24 | - |
| YUV | 229.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 236 | 158 | 0 | 0.03 | 0.35 | 0.04 | 54.42 | 0.8 | 0.79 |
| Hex | F4 | EC | 9E | 0 | 3 | 23 | 4 | 36 | 50 | 4F |
| Octal | 364 | 354 | 236 | 0 | 3 | 43 | 4 | 66 | 120 | 117 |
| Binary | 11110100 | 11101100 | 10011110 | 0 | 11 | 100011 | 100 | 110110 | 1010000 | 1001111 |
Color Harmonies of #F4EC9E
Complementary color
Monochromatic Colors of #F4EC9E
Black with #F4EC9E
Text Example
Text Example
White with #F4EC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EC9E; }
p { color: rgb(244,236,158); }
H1.HeaderClassName
{
color: #F4EC9E;
}
.AnyTagClassName
{
color: #F4EC9E;
}
</style>
background-color css
<style>
a { background-color: #F4EC9E; }
a { background-color: rgb(244,236,158); }
div.DivClassName
{
background-color: #F4EC9E;
}
.BgClassName
{
background-color: #F4EC9E;
}
</style>
border-color css
<style>
span { border-color: #F4EC9E; }
span { border-color: rgb(244,236,158); }
td.TdClassName
{
border-color: #F4EC9E;
}
.TagClassName
{
border-color: #F4EC9E;
}
</style>