Shades of Portafino #EFF19D
Tints of Portafino #EFF19D
RGB
CMYK
RGB Variations
Color information
#EFF19D (or 0xEFF19D) is known color: Portafino. HEX triplet: EF, F1 and 9D. RGB value is (239,241,157). Sum of RGB (Red+Green+Blue) = 239+241+157=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 157 (61.72% from 255 or 24.65% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF19D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF19D is #100E62. Grayscale: #E7E7E7. Windows color (decimal): -1052259 or 10351087. OLE color: 10351087.
HSL color Cylindrical-coordinate representation of color #EFF19D: hue angle of 61.43º 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 #EFF19D is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 157 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.05 |
| HSL | 61.43º | 0.75% | 0.78% | - |
| HSV(B) | 61.43º | 0.35% | 0.95% | - |
| XYZ | 73.14 | 83.7 | 44.2 | - |
| YUV | 230.83 | 86.34 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 157 | 0.01 | 0 | 0.35 | 0.05 | 61.43 | 0.75 | 0.78 |
| Hex | EF | F1 | 9D | 1 | 0 | 23 | 5 | 3D | 4B | 4E |
| Octal | 357 | 361 | 235 | 1 | 0 | 43 | 5 | 75 | 113 | 116 |
| Binary | 11101111 | 11110001 | 10011101 | 1 | 0 | 100011 | 101 | 111101 | 1001011 | 1001110 |
Color Harmonies of #EFF19D
Complementary color
Monochromatic Colors of #EFF19D
Black with #EFF19D
Text Example
Text Example
White with #EFF19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF19D; }
p { color: rgb(239,241,157); }
H1.HeaderClassName
{
color: #EFF19D;
}
.AnyTagClassName
{
color: #EFF19D;
}
</style>
background-color css
<style>
a { background-color: #EFF19D; }
a { background-color: rgb(239,241,157); }
div.DivClassName
{
background-color: #EFF19D;
}
.BgClassName
{
background-color: #EFF19D;
}
</style>
border-color css
<style>
span { border-color: #EFF19D; }
span { border-color: rgb(239,241,157); }
td.TdClassName
{
border-color: #EFF19D;
}
.TagClassName
{
border-color: #EFF19D;
}
</style>