Shades of Portafino #EFE89A
Tints of Portafino #EFE89A
RGB
CMYK
RGB Variations
Color information
#EFE89A (or 0xEFE89A) is known color: Portafino. HEX triplet: EF, E8 and 9A. RGB value is (239,232,154). Sum of RGB (Red+Green+Blue) = 239+232+154=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 154 (60.55% from 255 or 24.64% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE89A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE89A is #101765. Grayscale: #E1E1E1. Windows color (decimal): -1054566 or 10152175. OLE color: 10152175.
HSL color Cylindrical-coordinate representation of color #EFE89A: hue angle of 55.06º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFE89A is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 154 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.06 |
| HSL | 55.06º | 0.73% | 0.77% | - |
| HSV(B) | 55.06º | 0.36% | 0.94% | - |
| XYZ | 70.29 | 78.4 | 42 | - |
| YUV | 225.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 154 | 0 | 0.03 | 0.36 | 0.06 | 55.06 | 0.73 | 0.77 |
| Hex | EF | E8 | 9A | 0 | 3 | 24 | 6 | 37 | 49 | 4D |
| Octal | 357 | 350 | 232 | 0 | 3 | 44 | 6 | 67 | 111 | 115 |
| Binary | 11101111 | 11101000 | 10011010 | 0 | 11 | 100100 | 110 | 110111 | 1001001 | 1001101 |
Color Harmonies of #EFE89A
Complementary color
Monochromatic Colors of #EFE89A
Black with #EFE89A
Text Example
Text Example
White with #EFE89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE89A; }
p { color: rgb(239,232,154); }
H1.HeaderClassName
{
color: #EFE89A;
}
.AnyTagClassName
{
color: #EFE89A;
}
</style>
background-color css
<style>
a { background-color: #EFE89A; }
a { background-color: rgb(239,232,154); }
div.DivClassName
{
background-color: #EFE89A;
}
.BgClassName
{
background-color: #EFE89A;
}
</style>
border-color css
<style>
span { border-color: #EFE89A; }
span { border-color: rgb(239,232,154); }
td.TdClassName
{
border-color: #EFE89A;
}
.TagClassName
{
border-color: #EFE89A;
}
</style>