Shades of Portafino #EFE996
Tints of Portafino #EFE996
RGB
CMYK
RGB Variations
Color information
#EFE996 (or 0xEFE996) is known color: Portafino. HEX triplet: EF, E9 and 96. RGB value is (239,233,150). Sum of RGB (Red+Green+Blue) = 239+233+150=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 150 (58.98% from 255 or 24.12% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE996 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE996 is #101669. Grayscale: #E1E1E1. Windows color (decimal): -1054314 or 9890287. OLE color: 9890287.
HSL color Cylindrical-coordinate representation of color #EFE996: hue angle of 55.96º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFE996 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 150 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.06 |
| HSL | 55.96º | 0.74% | 0.76% | - |
| HSV(B) | 55.96º | 0.37% | 0.94% | - |
| XYZ | 70.24 | 78.83 | 40.37 | - |
| YUV | 225.33 | 85.49 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 150 | 0 | 0.03 | 0.37 | 0.06 | 55.96 | 0.74 | 0.76 |
| Hex | EF | E9 | 96 | 0 | 3 | 25 | 6 | 38 | 4A | 4C |
| Octal | 357 | 351 | 226 | 0 | 3 | 45 | 6 | 70 | 112 | 114 |
| Binary | 11101111 | 11101001 | 10010110 | 0 | 11 | 100101 | 110 | 111000 | 1001010 | 1001100 |
Color Harmonies of #EFE996
Complementary color
Monochromatic Colors of #EFE996
Black with #EFE996
Text Example
Text Example
White with #EFE996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE996; }
p { color: rgb(239,233,150); }
H1.HeaderClassName
{
color: #EFE996;
}
.AnyTagClassName
{
color: #EFE996;
}
</style>
background-color css
<style>
a { background-color: #EFE996; }
a { background-color: rgb(239,233,150); }
div.DivClassName
{
background-color: #EFE996;
}
.BgClassName
{
background-color: #EFE996;
}
</style>
border-color css
<style>
span { border-color: #EFE996; }
span { border-color: rgb(239,233,150); }
td.TdClassName
{
border-color: #EFE996;
}
.TagClassName
{
border-color: #EFE996;
}
</style>