Shades of Portafino #EFE997
Tints of Portafino #EFE997
RGB
CMYK
RGB Variations
Color information
#EFE997 (or 0xEFE997) is known color: Portafino. HEX triplet: EF, E9 and 97. RGB value is (239,233,151). Sum of RGB (Red+Green+Blue) = 239+233+151=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 151 (59.38% from 255 or 24.24% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE997 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE997 is #101668. Grayscale: #E1E1E1. Windows color (decimal): -1054313 or 9955823. OLE color: 9955823.
HSL color Cylindrical-coordinate representation of color #EFE997: hue angle of 55.91º degrees, saturation: 0.73, 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 #EFE997 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 151 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.06 |
| HSL | 55.91º | 0.73% | 0.76% | - |
| HSV(B) | 55.91º | 0.37% | 0.94% | - |
| XYZ | 70.32 | 78.86 | 40.79 | - |
| YUV | 225.45 | 85.99 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 151 | 0 | 0.03 | 0.37 | 0.06 | 55.91 | 0.73 | 0.76 |
| Hex | EF | E9 | 97 | 0 | 3 | 25 | 6 | 38 | 49 | 4C |
| Octal | 357 | 351 | 227 | 0 | 3 | 45 | 6 | 70 | 111 | 114 |
| Binary | 11101111 | 11101001 | 10010111 | 0 | 11 | 100101 | 110 | 111000 | 1001001 | 1001100 |
Color Harmonies of #EFE997
Complementary color
Monochromatic Colors of #EFE997
Black with #EFE997
Text Example
Text Example
White with #EFE997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE997; }
p { color: rgb(239,233,151); }
H1.HeaderClassName
{
color: #EFE997;
}
.AnyTagClassName
{
color: #EFE997;
}
</style>
background-color css
<style>
a { background-color: #EFE997; }
a { background-color: rgb(239,233,151); }
div.DivClassName
{
background-color: #EFE997;
}
.BgClassName
{
background-color: #EFE997;
}
</style>
border-color css
<style>
span { border-color: #EFE997; }
span { border-color: rgb(239,233,151); }
td.TdClassName
{
border-color: #EFE997;
}
.TagClassName
{
border-color: #EFE997;
}
</style>