Shades of Portafino #EFF1A0
Tints of Portafino #EFF1A0
RGB
CMYK
RGB Variations
Color information
#EFF1A0 (or 0xEFF1A0) is known color: Portafino. HEX triplet: EF, F1 and A0. RGB value is (239,241,160). Sum of RGB (Red+Green+Blue) = 239+241+160=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 160 (62.89% from 255 or 25% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF1A0 is #100E5F. Grayscale: #E7E7E7. Windows color (decimal): -1052256 or 10547695. OLE color: 10547695.
HSL color Cylindrical-coordinate representation of color #EFF1A0: hue angle of 61.48º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFF1A0 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 160 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.05 |
| HSL | 61.48º | 0.74% | 0.79% | - |
| HSV(B) | 61.48º | 0.34% | 0.95% | - |
| XYZ | 73.4 | 83.8 | 45.56 | - |
| YUV | 231.17 | 87.84 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 160 | 0.01 | 0 | 0.34 | 0.05 | 61.48 | 0.74 | 0.79 |
| Hex | EF | F1 | A0 | 1 | 0 | 22 | 5 | 3D | 4A | 4F |
| Octal | 357 | 361 | 240 | 1 | 0 | 42 | 5 | 75 | 112 | 117 |
| Binary | 11101111 | 11110001 | 10100000 | 1 | 0 | 100010 | 101 | 111101 | 1001010 | 1001111 |
Color Harmonies of #EFF1A0
Complementary color
Monochromatic Colors of #EFF1A0
Black with #EFF1A0
Text Example
Text Example
White with #EFF1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF1A0; }
p { color: rgb(239,241,160); }
H1.HeaderClassName
{
color: #EFF1A0;
}
.AnyTagClassName
{
color: #EFF1A0;
}
</style>
background-color css
<style>
a { background-color: #EFF1A0; }
a { background-color: rgb(239,241,160); }
div.DivClassName
{
background-color: #EFF1A0;
}
.BgClassName
{
background-color: #EFF1A0;
}
</style>
border-color css
<style>
span { border-color: #EFF1A0; }
span { border-color: rgb(239,241,160); }
td.TdClassName
{
border-color: #EFF1A0;
}
.TagClassName
{
border-color: #EFF1A0;
}
</style>