Shades of Portafino #EFF09B
Tints of Portafino #EFF09B
RGB
CMYK
RGB Variations
Color information
#EFF09B (or 0xEFF09B) is known color: Portafino. HEX triplet: EF, F0 and 9B. RGB value is (239,240,155). Sum of RGB (Red+Green+Blue) = 239+240+155=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 155 (60.94% from 255 or 24.45% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF09B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF09B is #100F64. Grayscale: #E6E6E6. Windows color (decimal): -1052517 or 10219759. OLE color: 10219759.
HSL color Cylindrical-coordinate representation of color #EFF09B: hue angle of 60.71º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFF09B is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 155 | - |
| CMYK | 0.00 | 0 | 0.35 | 0.06 |
| HSL | 60.71º | 0.74% | 0.77% | - |
| HSV(B) | 60.71º | 0.35% | 0.94% | - |
| XYZ | 72.67 | 83.04 | 43.21 | - |
| YUV | 230.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 155 | 0.00 | 0 | 0.35 | 0.06 | 60.71 | 0.74 | 0.77 |
| Hex | EF | F0 | 9B | 0 | 0 | 23 | 6 | 3D | 4A | 4D |
| Octal | 357 | 360 | 233 | 0 | 0 | 43 | 6 | 75 | 112 | 115 |
| Binary | 11101111 | 11110000 | 10011011 | 0 | 0 | 100011 | 110 | 111101 | 1001010 | 1001101 |
Color Harmonies of #EFF09B
Complementary color
Monochromatic Colors of #EFF09B
Black with #EFF09B
Text Example
Text Example
White with #EFF09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF09B; }
p { color: rgb(239,240,155); }
H1.HeaderClassName
{
color: #EFF09B;
}
.AnyTagClassName
{
color: #EFF09B;
}
</style>
background-color css
<style>
a { background-color: #EFF09B; }
a { background-color: rgb(239,240,155); }
div.DivClassName
{
background-color: #EFF09B;
}
.BgClassName
{
background-color: #EFF09B;
}
</style>
border-color css
<style>
span { border-color: #EFF09B; }
span { border-color: rgb(239,240,155); }
td.TdClassName
{
border-color: #EFF09B;
}
.TagClassName
{
border-color: #EFF09B;
}
</style>