Shades of Portafino #F5EC9C
Tints of Portafino #F5EC9C
RGB
CMYK
RGB Variations
Color information
#F5EC9C (or 0xF5EC9C) is known color: Portafino. HEX triplet: F5, EC and 9C. RGB value is (245,236,156). Sum of RGB (Red+Green+Blue) = 245+236+156=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 156 (61.33% from 255 or 24.49% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EC9C is #0A1363. Grayscale: #E5E5E5. Windows color (decimal): -660324 or 10284277. OLE color: 10284277.
HSL color Cylindrical-coordinate representation of color #F5EC9C: hue angle of 53.93º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5EC9C is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 156 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.04 |
| HSL | 53.93º | 0.82% | 0.79% | - |
| HSV(B) | 53.93º | 0.36% | 0.96% | - |
| XYZ | 73.65 | 81.8 | 43.36 | - |
| YUV | 229.57 | 86.48 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 156 | 0 | 0.04 | 0.36 | 0.04 | 53.93 | 0.82 | 0.79 |
| Hex | F5 | EC | 9C | 0 | 4 | 24 | 4 | 36 | 52 | 4F |
| Octal | 365 | 354 | 234 | 0 | 4 | 44 | 4 | 66 | 122 | 117 |
| Binary | 11110101 | 11101100 | 10011100 | 0 | 100 | 100100 | 100 | 110110 | 1010010 | 1001111 |
Color Harmonies of #F5EC9C
Complementary color
Monochromatic Colors of #F5EC9C
Black with #F5EC9C
Text Example
Text Example
White with #F5EC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EC9C; }
p { color: rgb(245,236,156); }
H1.HeaderClassName
{
color: #F5EC9C;
}
.AnyTagClassName
{
color: #F5EC9C;
}
</style>
background-color css
<style>
a { background-color: #F5EC9C; }
a { background-color: rgb(245,236,156); }
div.DivClassName
{
background-color: #F5EC9C;
}
.BgClassName
{
background-color: #F5EC9C;
}
</style>
border-color css
<style>
span { border-color: #F5EC9C; }
span { border-color: rgb(245,236,156); }
td.TdClassName
{
border-color: #F5EC9C;
}
.TagClassName
{
border-color: #F5EC9C;
}
</style>