Shades of Portafino #EEF09E
Tints of Portafino #EEF09E
RGB
CMYK
RGB Variations
Color information
#EEF09E (or 0xEEF09E) is known color: Portafino. HEX triplet: EE, F0 and 9E. RGB value is (238,240,158). Sum of RGB (Red+Green+Blue) = 238+240+158=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 158 (62.11% from 255 or 24.84% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF09E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF09E is #110F61. Grayscale: #E6E6E6. Windows color (decimal): -1118050 or 10416366. OLE color: 10416366.
HSL color Cylindrical-coordinate representation of color #EEF09E: hue angle of 61.46º 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 #EEF09E is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 158 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.06 |
| HSL | 61.46º | 0.73% | 0.78% | - |
| HSV(B) | 61.46º | 0.34% | 0.94% | - |
| XYZ | 72.59 | 82.97 | 44.54 | - |
| YUV | 230.05 | 87.34 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 158 | 0.01 | 0 | 0.34 | 0.06 | 61.46 | 0.73 | 0.78 |
| Hex | EE | F0 | 9E | 1 | 0 | 22 | 6 | 3D | 49 | 4E |
| Octal | 356 | 360 | 236 | 1 | 0 | 42 | 6 | 75 | 111 | 116 |
| Binary | 11101110 | 11110000 | 10011110 | 1 | 0 | 100010 | 110 | 111101 | 1001001 | 1001110 |
Color Harmonies of #EEF09E
Complementary color
Monochromatic Colors of #EEF09E
Black with #EEF09E
Text Example
Text Example
White with #EEF09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF09E; }
p { color: rgb(238,240,158); }
H1.HeaderClassName
{
color: #EEF09E;
}
.AnyTagClassName
{
color: #EEF09E;
}
</style>
background-color css
<style>
a { background-color: #EEF09E; }
a { background-color: rgb(238,240,158); }
div.DivClassName
{
background-color: #EEF09E;
}
.BgClassName
{
background-color: #EEF09E;
}
</style>
border-color css
<style>
span { border-color: #EEF09E; }
span { border-color: rgb(238,240,158); }
td.TdClassName
{
border-color: #EEF09E;
}
.TagClassName
{
border-color: #EEF09E;
}
</style>