Shades of Portafino #EFE89D
Tints of Portafino #EFE89D
RGB
CMYK
RGB Variations
Color information
#EFE89D (or 0xEFE89D) is known color: Portafino. HEX triplet: EF, E8 and 9D. RGB value is (239,232,157). Sum of RGB (Red+Green+Blue) = 239+232+157=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 157 (61.72% from 255 or 25% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE89D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE89D is #101762. Grayscale: #E1E1E1. Windows color (decimal): -1054563 or 10348783. OLE color: 10348783.
HSL color Cylindrical-coordinate representation of color #EFE89D: hue angle of 54.88º 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 #EFE89D is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 157 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.06 |
| HSL | 54.88º | 0.72% | 0.78% | - |
| HSV(B) | 54.88º | 0.34% | 0.94% | - |
| XYZ | 70.54 | 78.5 | 43.33 | - |
| YUV | 225.54 | 89.32 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 157 | 0 | 0.03 | 0.34 | 0.06 | 54.88 | 0.72 | 0.78 |
| Hex | EF | E8 | 9D | 0 | 3 | 22 | 6 | 37 | 48 | 4E |
| Octal | 357 | 350 | 235 | 0 | 3 | 42 | 6 | 67 | 110 | 116 |
| Binary | 11101111 | 11101000 | 10011101 | 0 | 11 | 100010 | 110 | 110111 | 1001000 | 1001110 |
Color Harmonies of #EFE89D
Complementary color
Monochromatic Colors of #EFE89D
Black with #EFE89D
Text Example
Text Example
White with #EFE89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE89D; }
p { color: rgb(239,232,157); }
H1.HeaderClassName
{
color: #EFE89D;
}
.AnyTagClassName
{
color: #EFE89D;
}
</style>
background-color css
<style>
a { background-color: #EFE89D; }
a { background-color: rgb(239,232,157); }
div.DivClassName
{
background-color: #EFE89D;
}
.BgClassName
{
background-color: #EFE89D;
}
</style>
border-color css
<style>
span { border-color: #EFE89D; }
span { border-color: rgb(239,232,157); }
td.TdClassName
{
border-color: #EFE89D;
}
.TagClassName
{
border-color: #EFE89D;
}
</style>