Shades of Portafino #EFE79C
Tints of Portafino #EFE79C
RGB
CMYK
RGB Variations
Color information
#EFE79C (or 0xEFE79C) is known color: Portafino. HEX triplet: EF, E7 and 9C. RGB value is (239,231,156). Sum of RGB (Red+Green+Blue) = 239+231+156=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 156 (61.33% from 255 or 24.92% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE79C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE79C is #101863. Grayscale: #E1E1E1. Windows color (decimal): -1054820 or 10282991. OLE color: 10282991.
HSL color Cylindrical-coordinate representation of color #EFE79C: hue angle of 54.22º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFE79C is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 156 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.06 |
| HSL | 54.22º | 0.72% | 0.77% | - |
| HSV(B) | 54.22º | 0.35% | 0.94% | - |
| XYZ | 70.17 | 77.9 | 42.79 | - |
| YUV | 224.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 156 | 0 | 0.03 | 0.35 | 0.06 | 54.22 | 0.72 | 0.77 |
| Hex | EF | E7 | 9C | 0 | 3 | 23 | 6 | 36 | 48 | 4D |
| Octal | 357 | 347 | 234 | 0 | 3 | 43 | 6 | 66 | 110 | 115 |
| Binary | 11101111 | 11100111 | 10011100 | 0 | 11 | 100011 | 110 | 110110 | 1001000 | 1001101 |
Color Harmonies of #EFE79C
Complementary color
Monochromatic Colors of #EFE79C
Black with #EFE79C
Text Example
Text Example
White with #EFE79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE79C; }
p { color: rgb(239,231,156); }
H1.HeaderClassName
{
color: #EFE79C;
}
.AnyTagClassName
{
color: #EFE79C;
}
</style>
background-color css
<style>
a { background-color: #EFE79C; }
a { background-color: rgb(239,231,156); }
div.DivClassName
{
background-color: #EFE79C;
}
.BgClassName
{
background-color: #EFE79C;
}
</style>
border-color css
<style>
span { border-color: #EFE79C; }
span { border-color: rgb(239,231,156); }
td.TdClassName
{
border-color: #EFE79C;
}
.TagClassName
{
border-color: #EFE79C;
}
</style>