Shades of Portafino #EEF19E
Tints of Portafino #EEF19E
RGB
CMYK
RGB Variations
Color information
#EEF19E (or 0xEEF19E) is known color: Portafino. HEX triplet: EE, F1 and 9E. RGB value is (238,241,158). Sum of RGB (Red+Green+Blue) = 238+241+158=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 158 (62.11% from 255 or 24.80% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF19E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF19E is #110E61. Grayscale: #E6E6E6. Windows color (decimal): -1117794 or 10416622. OLE color: 10416622.
HSL color Cylindrical-coordinate representation of color #EEF19E: hue angle of 62.17º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEF19E is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 158 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.05 |
| HSL | 62.17º | 0.75% | 0.78% | - |
| HSV(B) | 62.17º | 0.34% | 0.95% | - |
| XYZ | 72.89 | 83.56 | 44.63 | - |
| YUV | 230.64 | 87.01 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 158 | 0.01 | 0 | 0.34 | 0.05 | 62.17 | 0.75 | 0.78 |
| Hex | EE | F1 | 9E | 1 | 0 | 22 | 5 | 3E | 4B | 4E |
| Octal | 356 | 361 | 236 | 1 | 0 | 42 | 5 | 76 | 113 | 116 |
| Binary | 11101110 | 11110001 | 10011110 | 1 | 0 | 100010 | 101 | 111110 | 1001011 | 1001110 |
Color Harmonies of #EEF19E
Complementary color
Monochromatic Colors of #EEF19E
Black with #EEF19E
Text Example
Text Example
White with #EEF19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF19E; }
p { color: rgb(238,241,158); }
H1.HeaderClassName
{
color: #EEF19E;
}
.AnyTagClassName
{
color: #EEF19E;
}
</style>
background-color css
<style>
a { background-color: #EEF19E; }
a { background-color: rgb(238,241,158); }
div.DivClassName
{
background-color: #EEF19E;
}
.BgClassName
{
background-color: #EEF19E;
}
</style>
border-color css
<style>
span { border-color: #EEF19E; }
span { border-color: rgb(238,241,158); }
td.TdClassName
{
border-color: #EEF19E;
}
.TagClassName
{
border-color: #EEF19E;
}
</style>