Shades of Portafino #EFF3A1
Tints of Portafino #EFF3A1
RGB
CMYK
RGB Variations
Color information
#EFF3A1 (or 0xEFF3A1) is known color: Portafino. HEX triplet: EF, F3 and A1. RGB value is (239,243,161). Sum of RGB (Red+Green+Blue) = 239+243+161=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 161 (63.28% from 255 or 25.04% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF3A1 is #100C5E. Grayscale: #E8E8E8. Windows color (decimal): -1051743 or 10613743. OLE color: 10613743.
HSL color Cylindrical-coordinate representation of color #EFF3A1: hue angle of 62.93º degrees, saturation: 0.77, 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 #EFF3A1 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 161 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.05 |
| HSL | 62.93º | 0.77% | 0.79% | - |
| HSV(B) | 62.93º | 0.34% | 0.95% | - |
| XYZ | 74.08 | 85.03 | 46.23 | - |
| YUV | 232.46 | 87.67 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 161 | 0.02 | 0 | 0.34 | 0.05 | 62.93 | 0.77 | 0.79 |
| Hex | EF | F3 | A1 | 2 | 0 | 22 | 5 | 3F | 4D | 4F |
| Octal | 357 | 363 | 241 | 2 | 0 | 42 | 5 | 77 | 115 | 117 |
| Binary | 11101111 | 11110011 | 10100001 | 10 | 0 | 100010 | 101 | 111111 | 1001101 | 1001111 |
Color Harmonies of #EFF3A1
Complementary color
Monochromatic Colors of #EFF3A1
Black with #EFF3A1
Text Example
Text Example
White with #EFF3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF3A1; }
p { color: rgb(239,243,161); }
H1.HeaderClassName
{
color: #EFF3A1;
}
.AnyTagClassName
{
color: #EFF3A1;
}
</style>
background-color css
<style>
a { background-color: #EFF3A1; }
a { background-color: rgb(239,243,161); }
div.DivClassName
{
background-color: #EFF3A1;
}
.BgClassName
{
background-color: #EFF3A1;
}
</style>
border-color css
<style>
span { border-color: #EFF3A1; }
span { border-color: rgb(239,243,161); }
td.TdClassName
{
border-color: #EFF3A1;
}
.TagClassName
{
border-color: #EFF3A1;
}
</style>