Shades of Portafino #EFE897
Tints of Portafino #EFE897
RGB
CMYK
RGB Variations
Color information
#EFE897 (or 0xEFE897) is known color: Portafino. HEX triplet: EF, E8 and 97. RGB value is (239,232,151). Sum of RGB (Red+Green+Blue) = 239+232+151=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 151 (59.38% from 255 or 24.28% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE897 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE897 is #101768. Grayscale: #E1E1E1. Windows color (decimal): -1054569 or 9955567. OLE color: 9955567.
HSL color Cylindrical-coordinate representation of color #EFE897: hue angle of 55.23º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFE897 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 151 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.06 |
| HSL | 55.23º | 0.73% | 0.76% | - |
| HSV(B) | 55.23º | 0.37% | 0.94% | - |
| XYZ | 70.04 | 78.3 | 40.7 | - |
| YUV | 224.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 151 | 0 | 0.03 | 0.37 | 0.06 | 55.23 | 0.73 | 0.76 |
| Hex | EF | E8 | 97 | 0 | 3 | 25 | 6 | 37 | 49 | 4C |
| Octal | 357 | 350 | 227 | 0 | 3 | 45 | 6 | 67 | 111 | 114 |
| Binary | 11101111 | 11101000 | 10010111 | 0 | 11 | 100101 | 110 | 110111 | 1001001 | 1001100 |
Color Harmonies of #EFE897
Complementary color
Monochromatic Colors of #EFE897
Black with #EFE897
Text Example
Text Example
White with #EFE897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE897; }
p { color: rgb(239,232,151); }
H1.HeaderClassName
{
color: #EFE897;
}
.AnyTagClassName
{
color: #EFE897;
}
</style>
background-color css
<style>
a { background-color: #EFE897; }
a { background-color: rgb(239,232,151); }
div.DivClassName
{
background-color: #EFE897;
}
.BgClassName
{
background-color: #EFE897;
}
</style>
border-color css
<style>
span { border-color: #EFE897; }
span { border-color: rgb(239,232,151); }
td.TdClassName
{
border-color: #EFE897;
}
.TagClassName
{
border-color: #EFE897;
}
</style>