Shades of Portafino #F0EEA0
Tints of Portafino #F0EEA0
RGB
CMYK
RGB Variations
Color information
#F0EEA0 (or 0xF0EEA0) is known color: Portafino. HEX triplet: F0, EE and A0. RGB value is (240,238,160). Sum of RGB (Red+Green+Blue) = 240+238+160=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 160 (62.89% from 255 or 25.08% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EEA0 is #0F115F. Grayscale: #E6E6E6. Windows color (decimal): -987488 or 10546928. OLE color: 10546928.
HSL color Cylindrical-coordinate representation of color #F0EEA0: hue angle of 58.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0EEA0 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 160 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.06 |
| HSL | 58.5º | 0.73% | 0.78% | - |
| HSV(B) | 58.5º | 0.33% | 0.94% | - |
| XYZ | 72.85 | 82.21 | 45.29 | - |
| YUV | 229.71 | 88.66 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 160 | 0 | 0.01 | 0.33 | 0.06 | 58.5 | 0.73 | 0.78 |
| Hex | F0 | EE | A0 | 0 | 1 | 21 | 6 | 3A | 49 | 4E |
| Octal | 360 | 356 | 240 | 0 | 1 | 41 | 6 | 72 | 111 | 116 |
| Binary | 11110000 | 11101110 | 10100000 | 0 | 1 | 100001 | 110 | 111010 | 1001001 | 1001110 |
Color Harmonies of #F0EEA0
Complementary color
Monochromatic Colors of #F0EEA0
Black with #F0EEA0
Text Example
Text Example
White with #F0EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EEA0; }
p { color: rgb(240,238,160); }
H1.HeaderClassName
{
color: #F0EEA0;
}
.AnyTagClassName
{
color: #F0EEA0;
}
</style>
background-color css
<style>
a { background-color: #F0EEA0; }
a { background-color: rgb(240,238,160); }
div.DivClassName
{
background-color: #F0EEA0;
}
.BgClassName
{
background-color: #F0EEA0;
}
</style>
border-color css
<style>
span { border-color: #F0EEA0; }
span { border-color: rgb(240,238,160); }
td.TdClassName
{
border-color: #F0EEA0;
}
.TagClassName
{
border-color: #F0EEA0;
}
</style>