Shades of Portafino #EFEC9B
Tints of Portafino #EFEC9B
RGB
CMYK
RGB Variations
Color information
#EFEC9B (or 0xEFEC9B) is known color: Portafino. HEX triplet: EF, EC and 9B. RGB value is (239,236,155). Sum of RGB (Red+Green+Blue) = 239+236+155=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 155 (60.94% from 255 or 24.60% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC9B is #101364. Grayscale: #E3E3E3. Windows color (decimal): -1053541 or 10218735. OLE color: 10218735.
HSL color Cylindrical-coordinate representation of color #EFEC9B: hue angle of 57.86º 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 #EFEC9B is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 155 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.06 |
| HSL | 57.86º | 0.72% | 0.77% | - |
| HSV(B) | 57.86º | 0.35% | 0.94% | - |
| XYZ | 71.51 | 80.71 | 42.82 | - |
| YUV | 227.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 155 | 0 | 0.01 | 0.35 | 0.06 | 57.86 | 0.72 | 0.77 |
| Hex | EF | EC | 9B | 0 | 1 | 23 | 6 | 3A | 48 | 4D |
| Octal | 357 | 354 | 233 | 0 | 1 | 43 | 6 | 72 | 110 | 115 |
| Binary | 11101111 | 11101100 | 10011011 | 0 | 1 | 100011 | 110 | 111010 | 1001000 | 1001101 |
Color Harmonies of #EFEC9B
Complementary color
Monochromatic Colors of #EFEC9B
Black with #EFEC9B
Text Example
Text Example
White with #EFEC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC9B; }
p { color: rgb(239,236,155); }
H1.HeaderClassName
{
color: #EFEC9B;
}
.AnyTagClassName
{
color: #EFEC9B;
}
</style>
background-color css
<style>
a { background-color: #EFEC9B; }
a { background-color: rgb(239,236,155); }
div.DivClassName
{
background-color: #EFEC9B;
}
.BgClassName
{
background-color: #EFEC9B;
}
</style>
border-color css
<style>
span { border-color: #EFEC9B; }
span { border-color: rgb(239,236,155); }
td.TdClassName
{
border-color: #EFEC9B;
}
.TagClassName
{
border-color: #EFEC9B;
}
</style>