Shades of Portafino #EFE998
Tints of Portafino #EFE998
RGB
CMYK
RGB Variations
Color information
#EFE998 (or 0xEFE998) is known color: Portafino. HEX triplet: EF, E9 and 98. RGB value is (239,233,152). Sum of RGB (Red+Green+Blue) = 239+233+152=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 152 (59.77% from 255 or 24.36% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE998 is #101667. Grayscale: #E1E1E1. Windows color (decimal): -1054312 or 10021359. OLE color: 10021359.
HSL color Cylindrical-coordinate representation of color #EFE998: hue angle of 55.86º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFE998 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 152 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.06 |
| HSL | 55.86º | 0.73% | 0.77% | - |
| HSV(B) | 55.86º | 0.36% | 0.94% | - |
| XYZ | 70.4 | 78.9 | 41.22 | - |
| YUV | 225.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 152 | 0 | 0.03 | 0.36 | 0.06 | 55.86 | 0.73 | 0.77 |
| Hex | EF | E9 | 98 | 0 | 3 | 24 | 6 | 38 | 49 | 4D |
| Octal | 357 | 351 | 230 | 0 | 3 | 44 | 6 | 70 | 111 | 115 |
| Binary | 11101111 | 11101001 | 10011000 | 0 | 11 | 100100 | 110 | 111000 | 1001001 | 1001101 |
Color Harmonies of #EFE998
Complementary color
Monochromatic Colors of #EFE998
Black with #EFE998
Text Example
Text Example
White with #EFE998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE998; }
p { color: rgb(239,233,152); }
H1.HeaderClassName
{
color: #EFE998;
}
.AnyTagClassName
{
color: #EFE998;
}
</style>
background-color css
<style>
a { background-color: #EFE998; }
a { background-color: rgb(239,233,152); }
div.DivClassName
{
background-color: #EFE998;
}
.BgClassName
{
background-color: #EFE998;
}
</style>
border-color css
<style>
span { border-color: #EFE998; }
span { border-color: rgb(239,233,152); }
td.TdClassName
{
border-color: #EFE998;
}
.TagClassName
{
border-color: #EFE998;
}
</style>