Shades of Portafino #EFE79D
Tints of Portafino #EFE79D
RGB
CMYK
RGB Variations
Color information
#EFE79D (or 0xEFE79D) is known color: Portafino. HEX triplet: EF, E7 and 9D. RGB value is (239,231,157). Sum of RGB (Red+Green+Blue) = 239+231+157=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 157 (61.72% from 255 or 25.04% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE79D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE79D is #101862. Grayscale: #E1E1E1. Windows color (decimal): -1054819 or 10348527. OLE color: 10348527.
HSL color Cylindrical-coordinate representation of color #EFE79D: hue angle of 54.15º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFE79D is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 157 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.06 |
| HSL | 54.15º | 0.72% | 0.78% | - |
| HSV(B) | 54.15º | 0.34% | 0.94% | - |
| XYZ | 70.26 | 77.94 | 43.24 | - |
| YUV | 224.96 | 89.65 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 157 | 0 | 0.03 | 0.34 | 0.06 | 54.15 | 0.72 | 0.78 |
| Hex | EF | E7 | 9D | 0 | 3 | 22 | 6 | 36 | 48 | 4E |
| Octal | 357 | 347 | 235 | 0 | 3 | 42 | 6 | 66 | 110 | 116 |
| Binary | 11101111 | 11100111 | 10011101 | 0 | 11 | 100010 | 110 | 110110 | 1001000 | 1001110 |
Color Harmonies of #EFE79D
Complementary color
Monochromatic Colors of #EFE79D
Black with #EFE79D
Text Example
Text Example
White with #EFE79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE79D; }
p { color: rgb(239,231,157); }
H1.HeaderClassName
{
color: #EFE79D;
}
.AnyTagClassName
{
color: #EFE79D;
}
</style>
background-color css
<style>
a { background-color: #EFE79D; }
a { background-color: rgb(239,231,157); }
div.DivClassName
{
background-color: #EFE79D;
}
.BgClassName
{
background-color: #EFE79D;
}
</style>
border-color css
<style>
span { border-color: #EFE79D; }
span { border-color: rgb(239,231,157); }
td.TdClassName
{
border-color: #EFE79D;
}
.TagClassName
{
border-color: #EFE79D;
}
</style>