Shades of Portafino #EEF2A0
Tints of Portafino #EEF2A0
RGB
CMYK
RGB Variations
Color information
#EEF2A0 (or 0xEEF2A0) is known color: Portafino. HEX triplet: EE, F2 and A0. RGB value is (238,242,160). Sum of RGB (Red+Green+Blue) = 238+242+160=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 160 (62.89% from 255 or 25% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF2A0 is #110D5F. Grayscale: #E7E7E7. Windows color (decimal): -1117536 or 10547950. OLE color: 10547950.
HSL color Cylindrical-coordinate representation of color #EEF2A0: hue angle of 62.93º degrees, saturation: 0.76, 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 #EEF2A0 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 160 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.05 |
| HSL | 62.93º | 0.76% | 0.79% | - |
| HSV(B) | 62.93º | 0.34% | 0.95% | - |
| XYZ | 73.36 | 84.22 | 45.65 | - |
| YUV | 231.46 | 87.67 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 160 | 0.02 | 0 | 0.34 | 0.05 | 62.93 | 0.76 | 0.79 |
| Hex | EE | F2 | A0 | 2 | 0 | 22 | 5 | 3F | 4C | 4F |
| Octal | 356 | 362 | 240 | 2 | 0 | 42 | 5 | 77 | 114 | 117 |
| Binary | 11101110 | 11110010 | 10100000 | 10 | 0 | 100010 | 101 | 111111 | 1001100 | 1001111 |
Color Harmonies of #EEF2A0
Complementary color
Monochromatic Colors of #EEF2A0
Black with #EEF2A0
Text Example
Text Example
White with #EEF2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2A0; }
p { color: rgb(238,242,160); }
H1.HeaderClassName
{
color: #EEF2A0;
}
.AnyTagClassName
{
color: #EEF2A0;
}
</style>
background-color css
<style>
a { background-color: #EEF2A0; }
a { background-color: rgb(238,242,160); }
div.DivClassName
{
background-color: #EEF2A0;
}
.BgClassName
{
background-color: #EEF2A0;
}
</style>
border-color css
<style>
span { border-color: #EEF2A0; }
span { border-color: rgb(238,242,160); }
td.TdClassName
{
border-color: #EEF2A0;
}
.TagClassName
{
border-color: #EEF2A0;
}
</style>