Shades of Portafino #EEF09F
Tints of Portafino #EEF09F
RGB
CMYK
RGB Variations
Color information
#EEF09F (or 0xEEF09F) is known color: Portafino. HEX triplet: EE, F0 and 9F. RGB value is (238,240,159). Sum of RGB (Red+Green+Blue) = 238+240+159=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 159 (62.5% from 255 or 24.96% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF09F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF09F is #110F60. Grayscale: #E6E6E6. Windows color (decimal): -1118049 or 10481902. OLE color: 10481902.
HSL color Cylindrical-coordinate representation of color #EEF09F: hue angle of 61.48º 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 #EEF09F is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 159 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.06 |
| HSL | 61.48º | 0.73% | 0.78% | - |
| HSV(B) | 61.48º | 0.34% | 0.94% | - |
| XYZ | 72.68 | 83 | 44.99 | - |
| YUV | 230.17 | 87.84 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 159 | 0.01 | 0 | 0.34 | 0.06 | 61.48 | 0.73 | 0.78 |
| Hex | EE | F0 | 9F | 1 | 0 | 22 | 6 | 3D | 49 | 4E |
| Octal | 356 | 360 | 237 | 1 | 0 | 42 | 6 | 75 | 111 | 116 |
| Binary | 11101110 | 11110000 | 10011111 | 1 | 0 | 100010 | 110 | 111101 | 1001001 | 1001110 |
Color Harmonies of #EEF09F
Complementary color
Monochromatic Colors of #EEF09F
Black with #EEF09F
Text Example
Text Example
White with #EEF09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF09F; }
p { color: rgb(238,240,159); }
H1.HeaderClassName
{
color: #EEF09F;
}
.AnyTagClassName
{
color: #EEF09F;
}
</style>
background-color css
<style>
a { background-color: #EEF09F; }
a { background-color: rgb(238,240,159); }
div.DivClassName
{
background-color: #EEF09F;
}
.BgClassName
{
background-color: #EEF09F;
}
</style>
border-color css
<style>
span { border-color: #EEF09F; }
span { border-color: rgb(238,240,159); }
td.TdClassName
{
border-color: #EEF09F;
}
.TagClassName
{
border-color: #EEF09F;
}
</style>