Shades of Portafino #EFE898
Tints of Portafino #EFE898
RGB
CMYK
RGB Variations
Color information
#EFE898 (or 0xEFE898) is known color: Portafino. HEX triplet: EF, E8 and 98. RGB value is (239,232,152). Sum of RGB (Red+Green+Blue) = 239+232+152=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 152 (59.77% from 255 or 24.40% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE898 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE898 is #101767. Grayscale: #E1E1E1. Windows color (decimal): -1054568 or 10021103. OLE color: 10021103.
HSL color Cylindrical-coordinate representation of color #EFE898: hue angle of 55.17º 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 #EFE898 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 152 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.06 |
| HSL | 55.17º | 0.73% | 0.77% | - |
| HSV(B) | 55.17º | 0.36% | 0.94% | - |
| XYZ | 70.12 | 78.33 | 41.13 | - |
| YUV | 224.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 152 | 0 | 0.03 | 0.36 | 0.06 | 55.17 | 0.73 | 0.77 |
| Hex | EF | E8 | 98 | 0 | 3 | 24 | 6 | 37 | 49 | 4D |
| Octal | 357 | 350 | 230 | 0 | 3 | 44 | 6 | 67 | 111 | 115 |
| Binary | 11101111 | 11101000 | 10011000 | 0 | 11 | 100100 | 110 | 110111 | 1001001 | 1001101 |
Color Harmonies of #EFE898
Complementary color
Monochromatic Colors of #EFE898
Black with #EFE898
Text Example
Text Example
White with #EFE898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE898; }
p { color: rgb(239,232,152); }
H1.HeaderClassName
{
color: #EFE898;
}
.AnyTagClassName
{
color: #EFE898;
}
</style>
background-color css
<style>
a { background-color: #EFE898; }
a { background-color: rgb(239,232,152); }
div.DivClassName
{
background-color: #EFE898;
}
.BgClassName
{
background-color: #EFE898;
}
</style>
border-color css
<style>
span { border-color: #EFE898; }
span { border-color: rgb(239,232,152); }
td.TdClassName
{
border-color: #EFE898;
}
.TagClassName
{
border-color: #EFE898;
}
</style>