Shades of Portafino #EFEC9C
Tints of Portafino #EFEC9C
RGB
CMYK
RGB Variations
Color information
#EFEC9C (or 0xEFEC9C) is known color: Portafino. HEX triplet: EF, EC and 9C. RGB value is (239,236,156). Sum of RGB (Red+Green+Blue) = 239+236+156=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 156 (61.33% from 255 or 24.72% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC9C is #101363. Grayscale: #E4E4E4. Windows color (decimal): -1053540 or 10284271. OLE color: 10284271.
HSL color Cylindrical-coordinate representation of color #EFEC9C: hue angle of 57.83º 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 #EFEC9C is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 156 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.06 |
| HSL | 57.83º | 0.72% | 0.77% | - |
| HSV(B) | 57.83º | 0.35% | 0.94% | - |
| XYZ | 71.59 | 80.74 | 43.26 | - |
| YUV | 227.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 156 | 0 | 0.01 | 0.35 | 0.06 | 57.83 | 0.72 | 0.77 |
| Hex | EF | EC | 9C | 0 | 1 | 23 | 6 | 3A | 48 | 4D |
| Octal | 357 | 354 | 234 | 0 | 1 | 43 | 6 | 72 | 110 | 115 |
| Binary | 11101111 | 11101100 | 10011100 | 0 | 1 | 100011 | 110 | 111010 | 1001000 | 1001101 |
Color Harmonies of #EFEC9C
Complementary color
Monochromatic Colors of #EFEC9C
Black with #EFEC9C
Text Example
Text Example
White with #EFEC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC9C; }
p { color: rgb(239,236,156); }
H1.HeaderClassName
{
color: #EFEC9C;
}
.AnyTagClassName
{
color: #EFEC9C;
}
</style>
background-color css
<style>
a { background-color: #EFEC9C; }
a { background-color: rgb(239,236,156); }
div.DivClassName
{
background-color: #EFEC9C;
}
.BgClassName
{
background-color: #EFEC9C;
}
</style>
border-color css
<style>
span { border-color: #EFEC9C; }
span { border-color: rgb(239,236,156); }
td.TdClassName
{
border-color: #EFEC9C;
}
.TagClassName
{
border-color: #EFEC9C;
}
</style>