Shades of Portafino #EFF2A1
Tints of Portafino #EFF2A1
RGB
CMYK
RGB Variations
Color information
#EFF2A1 (or 0xEFF2A1) is known color: Portafino. HEX triplet: EF, F2 and A1. RGB value is (239,242,161). Sum of RGB (Red+Green+Blue) = 239+242+161=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 161 (63.28% from 255 or 25.08% from 642); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF2A1 is #100D5E. Grayscale: #E8E8E8. Windows color (decimal): -1051999 or 10613487. OLE color: 10613487.
HSL color Cylindrical-coordinate representation of color #EFF2A1: hue angle of 62.22º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFF2A1 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 161 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.05 |
| HSL | 62.22º | 0.76% | 0.79% | - |
| HSV(B) | 62.22º | 0.33% | 0.95% | - |
| XYZ | 73.78 | 84.43 | 46.13 | - |
| YUV | 231.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 161 | 0.01 | 0 | 0.33 | 0.05 | 62.22 | 0.76 | 0.79 |
| Hex | EF | F2 | A1 | 1 | 0 | 21 | 5 | 3E | 4C | 4F |
| Octal | 357 | 362 | 241 | 1 | 0 | 41 | 5 | 76 | 114 | 117 |
| Binary | 11101111 | 11110010 | 10100001 | 1 | 0 | 100001 | 101 | 111110 | 1001100 | 1001111 |
Color Harmonies of #EFF2A1
Complementary color
Monochromatic Colors of #EFF2A1
Black with #EFF2A1
Text Example
Text Example
White with #EFF2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2A1; }
p { color: rgb(239,242,161); }
H1.HeaderClassName
{
color: #EFF2A1;
}
.AnyTagClassName
{
color: #EFF2A1;
}
</style>
background-color css
<style>
a { background-color: #EFF2A1; }
a { background-color: rgb(239,242,161); }
div.DivClassName
{
background-color: #EFF2A1;
}
.BgClassName
{
background-color: #EFF2A1;
}
</style>
border-color css
<style>
span { border-color: #EFF2A1; }
span { border-color: rgb(239,242,161); }
td.TdClassName
{
border-color: #EFF2A1;
}
.TagClassName
{
border-color: #EFF2A1;
}
</style>