Shades of Portafino #EEF19D
Tints of Portafino #EEF19D
RGB
CMYK
RGB Variations
Color information
#EEF19D (or 0xEEF19D) is known color: Portafino. HEX triplet: EE, F1 and 9D. RGB value is (238,241,157). Sum of RGB (Red+Green+Blue) = 238+241+157=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 157 (61.72% from 255 or 24.69% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF19D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF19D is #110E62. Grayscale: #E6E6E6. Windows color (decimal): -1117795 or 10351086. OLE color: 10351086.
HSL color Cylindrical-coordinate representation of color #EEF19D: hue angle of 62.14º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEF19D is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 157 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.05 |
| HSL | 62.14º | 0.75% | 0.78% | - |
| HSV(B) | 62.14º | 0.35% | 0.95% | - |
| XYZ | 72.8 | 83.52 | 44.18 | - |
| YUV | 230.53 | 86.51 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 157 | 0.01 | 0 | 0.35 | 0.05 | 62.14 | 0.75 | 0.78 |
| Hex | EE | F1 | 9D | 1 | 0 | 23 | 5 | 3E | 4B | 4E |
| Octal | 356 | 361 | 235 | 1 | 0 | 43 | 5 | 76 | 113 | 116 |
| Binary | 11101110 | 11110001 | 10011101 | 1 | 0 | 100011 | 101 | 111110 | 1001011 | 1001110 |
Color Harmonies of #EEF19D
Complementary color
Monochromatic Colors of #EEF19D
Black with #EEF19D
Text Example
Text Example
White with #EEF19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF19D; }
p { color: rgb(238,241,157); }
H1.HeaderClassName
{
color: #EEF19D;
}
.AnyTagClassName
{
color: #EEF19D;
}
</style>
background-color css
<style>
a { background-color: #EEF19D; }
a { background-color: rgb(238,241,157); }
div.DivClassName
{
background-color: #EEF19D;
}
.BgClassName
{
background-color: #EEF19D;
}
</style>
border-color css
<style>
span { border-color: #EEF19D; }
span { border-color: rgb(238,241,157); }
td.TdClassName
{
border-color: #EEF19D;
}
.TagClassName
{
border-color: #EEF19D;
}
</style>