Shades of Portafino #EFF09E
Tints of Portafino #EFF09E
RGB
CMYK
RGB Variations
Color information
#EFF09E (or 0xEFF09E) is known color: Portafino. HEX triplet: EF, F0 and 9E. RGB value is (239,240,158). Sum of RGB (Red+Green+Blue) = 239+240+158=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 158 (62.11% from 255 or 24.80% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF09E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF09E is #100F61. Grayscale: #E6E6E6. Windows color (decimal): -1052514 or 10416367. OLE color: 10416367.
HSL color Cylindrical-coordinate representation of color #EFF09E: hue angle of 60.73º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFF09E is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 158 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.06 |
| HSL | 60.73º | 0.73% | 0.78% | - |
| HSV(B) | 60.73º | 0.34% | 0.94% | - |
| XYZ | 72.93 | 83.14 | 44.55 | - |
| YUV | 230.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 158 | 0.00 | 0 | 0.34 | 0.06 | 60.73 | 0.73 | 0.78 |
| Hex | EF | F0 | 9E | 0 | 0 | 22 | 6 | 3D | 49 | 4E |
| Octal | 357 | 360 | 236 | 0 | 0 | 42 | 6 | 75 | 111 | 116 |
| Binary | 11101111 | 11110000 | 10011110 | 0 | 0 | 100010 | 110 | 111101 | 1001001 | 1001110 |
Color Harmonies of #EFF09E
Complementary color
Monochromatic Colors of #EFF09E
Black with #EFF09E
Text Example
Text Example
White with #EFF09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF09E; }
p { color: rgb(239,240,158); }
H1.HeaderClassName
{
color: #EFF09E;
}
.AnyTagClassName
{
color: #EFF09E;
}
</style>
background-color css
<style>
a { background-color: #EFF09E; }
a { background-color: rgb(239,240,158); }
div.DivClassName
{
background-color: #EFF09E;
}
.BgClassName
{
background-color: #EFF09E;
}
</style>
border-color css
<style>
span { border-color: #EFF09E; }
span { border-color: rgb(239,240,158); }
td.TdClassName
{
border-color: #EFF09E;
}
.TagClassName
{
border-color: #EFF09E;
}
</style>