Shades of Portafino #EFE99E
Tints of Portafino #EFE99E
RGB
CMYK
RGB Variations
Color information
#EFE99E (or 0xEFE99E) is known color: Portafino. HEX triplet: EF, E9 and 9E. RGB value is (239,233,158). Sum of RGB (Red+Green+Blue) = 239+233+158=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 158 (62.11% from 255 or 25.08% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE99E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE99E is #101661. Grayscale: #E2E2E2. Windows color (decimal): -1054306 or 10414575. OLE color: 10414575.
HSL color Cylindrical-coordinate representation of color #EFE99E: hue angle of 55.56º 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 #EFE99E is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 158 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.06 |
| HSL | 55.56º | 0.72% | 0.78% | - |
| HSV(B) | 55.56º | 0.34% | 0.94% | - |
| XYZ | 70.91 | 79.1 | 43.88 | - |
| YUV | 226.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 158 | 0 | 0.03 | 0.34 | 0.06 | 55.56 | 0.72 | 0.78 |
| Hex | EF | E9 | 9E | 0 | 3 | 22 | 6 | 38 | 48 | 4E |
| Octal | 357 | 351 | 236 | 0 | 3 | 42 | 6 | 70 | 110 | 116 |
| Binary | 11101111 | 11101001 | 10011110 | 0 | 11 | 100010 | 110 | 111000 | 1001000 | 1001110 |
Color Harmonies of #EFE99E
Complementary color
Monochromatic Colors of #EFE99E
Black with #EFE99E
Text Example
Text Example
White with #EFE99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE99E; }
p { color: rgb(239,233,158); }
H1.HeaderClassName
{
color: #EFE99E;
}
.AnyTagClassName
{
color: #EFE99E;
}
</style>
background-color css
<style>
a { background-color: #EFE99E; }
a { background-color: rgb(239,233,158); }
div.DivClassName
{
background-color: #EFE99E;
}
.BgClassName
{
background-color: #EFE99E;
}
</style>
border-color css
<style>
span { border-color: #EFE99E; }
span { border-color: rgb(239,233,158); }
td.TdClassName
{
border-color: #EFE99E;
}
.TagClassName
{
border-color: #EFE99E;
}
</style>