Shades of Portafino #EFE99F
Tints of Portafino #EFE99F
RGB
CMYK
RGB Variations
Color information
#EFE99F (or 0xEFE99F) is known color: Portafino. HEX triplet: EF, E9 and 9F. RGB value is (239,233,159). Sum of RGB (Red+Green+Blue) = 239+233+159=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 159 (62.5% from 255 or 25.20% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE99F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE99F is #101660. Grayscale: #E2E2E2. Windows color (decimal): -1054305 or 10480111. OLE color: 10480111.
HSL color Cylindrical-coordinate representation of color #EFE99F: hue angle of 55.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFE99F is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 159 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.06 |
| HSL | 55.5º | 0.71% | 0.78% | - |
| HSV(B) | 55.5º | 0.33% | 0.94% | - |
| XYZ | 70.99 | 79.13 | 44.33 | - |
| YUV | 226.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 159 | 0 | 0.03 | 0.33 | 0.06 | 55.5 | 0.71 | 0.78 |
| Hex | EF | E9 | 9F | 0 | 3 | 21 | 6 | 38 | 47 | 4E |
| Octal | 357 | 351 | 237 | 0 | 3 | 41 | 6 | 70 | 107 | 116 |
| Binary | 11101111 | 11101001 | 10011111 | 0 | 11 | 100001 | 110 | 111000 | 1000111 | 1001110 |
Color Harmonies of #EFE99F
Complementary color
Monochromatic Colors of #EFE99F
Black with #EFE99F
Text Example
Text Example
White with #EFE99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE99F; }
p { color: rgb(239,233,159); }
H1.HeaderClassName
{
color: #EFE99F;
}
.AnyTagClassName
{
color: #EFE99F;
}
</style>
background-color css
<style>
a { background-color: #EFE99F; }
a { background-color: rgb(239,233,159); }
div.DivClassName
{
background-color: #EFE99F;
}
.BgClassName
{
background-color: #EFE99F;
}
</style>
border-color css
<style>
span { border-color: #EFE99F; }
span { border-color: rgb(239,233,159); }
td.TdClassName
{
border-color: #EFE99F;
}
.TagClassName
{
border-color: #EFE99F;
}
</style>