Shades of Portafino #EFF19B
Tints of Portafino #EFF19B
RGB
CMYK
RGB Variations
Color information
#EFF19B (or 0xEFF19B) is known color: Portafino. HEX triplet: EF, F1 and 9B. RGB value is (239,241,155). Sum of RGB (Red+Green+Blue) = 239+241+155=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 155 (60.94% from 255 or 24.41% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF19B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF19B is #100E64. Grayscale: #E6E6E6. Windows color (decimal): -1052261 or 10220015. OLE color: 10220015.
HSL color Cylindrical-coordinate representation of color #EFF19B: hue angle of 61.4º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFF19B is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 155 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.05 |
| HSL | 61.4º | 0.75% | 0.78% | - |
| HSV(B) | 61.4º | 0.36% | 0.95% | - |
| XYZ | 72.97 | 83.63 | 43.31 | - |
| YUV | 230.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 155 | 0.01 | 0 | 0.36 | 0.05 | 61.4 | 0.75 | 0.78 |
| Hex | EF | F1 | 9B | 1 | 0 | 24 | 5 | 3D | 4B | 4E |
| Octal | 357 | 361 | 233 | 1 | 0 | 44 | 5 | 75 | 113 | 116 |
| Binary | 11101111 | 11110001 | 10011011 | 1 | 0 | 100100 | 101 | 111101 | 1001011 | 1001110 |
Color Harmonies of #EFF19B
Complementary color
Monochromatic Colors of #EFF19B
Black with #EFF19B
Text Example
Text Example
White with #EFF19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF19B; }
p { color: rgb(239,241,155); }
H1.HeaderClassName
{
color: #EFF19B;
}
.AnyTagClassName
{
color: #EFF19B;
}
</style>
background-color css
<style>
a { background-color: #EFF19B; }
a { background-color: rgb(239,241,155); }
div.DivClassName
{
background-color: #EFF19B;
}
.BgClassName
{
background-color: #EFF19B;
}
</style>
border-color css
<style>
span { border-color: #EFF19B; }
span { border-color: rgb(239,241,155); }
td.TdClassName
{
border-color: #EFF19B;
}
.TagClassName
{
border-color: #EFF19B;
}
</style>