Shades of Portafino #EEF29F
Tints of Portafino #EEF29F
RGB
CMYK
RGB Variations
Color information
#EEF29F (or 0xEEF29F) is known color: Portafino. HEX triplet: EE, F2 and 9F. RGB value is (238,242,159). Sum of RGB (Red+Green+Blue) = 238+242+159=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 159 (62.5% from 255 or 24.88% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF29F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF29F is #110D60. Grayscale: #E7E7E7. Windows color (decimal): -1117537 or 10482414. OLE color: 10482414.
HSL color Cylindrical-coordinate representation of color #EEF29F: hue angle of 62.89º 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 #EEF29F is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 159 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.05 |
| HSL | 62.89º | 0.76% | 0.79% | - |
| HSV(B) | 62.89º | 0.34% | 0.95% | - |
| XYZ | 73.27 | 84.18 | 45.19 | - |
| YUV | 231.34 | 87.17 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 159 | 0.02 | 0 | 0.34 | 0.05 | 62.89 | 0.76 | 0.79 |
| Hex | EE | F2 | 9F | 2 | 0 | 22 | 5 | 3F | 4C | 4F |
| Octal | 356 | 362 | 237 | 2 | 0 | 42 | 5 | 77 | 114 | 117 |
| Binary | 11101110 | 11110010 | 10011111 | 10 | 0 | 100010 | 101 | 111111 | 1001100 | 1001111 |
Color Harmonies of #EEF29F
Complementary color
Monochromatic Colors of #EEF29F
Black with #EEF29F
Text Example
Text Example
White with #EEF29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF29F; }
p { color: rgb(238,242,159); }
H1.HeaderClassName
{
color: #EEF29F;
}
.AnyTagClassName
{
color: #EEF29F;
}
</style>
background-color css
<style>
a { background-color: #EEF29F; }
a { background-color: rgb(238,242,159); }
div.DivClassName
{
background-color: #EEF29F;
}
.BgClassName
{
background-color: #EEF29F;
}
</style>
border-color css
<style>
span { border-color: #EEF29F; }
span { border-color: rgb(238,242,159); }
td.TdClassName
{
border-color: #EEF29F;
}
.TagClassName
{
border-color: #EEF29F;
}
</style>