Shades of Portafino #EFEE9E
Tints of Portafino #EFEE9E
RGB
CMYK
RGB Variations
Color information
#EFEE9E (or 0xEFEE9E) is known color: Portafino. HEX triplet: EF, EE and 9E. RGB value is (239,238,158). Sum of RGB (Red+Green+Blue) = 239+238+158=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 158 (62.11% from 255 or 24.88% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEE9E is #101161. Grayscale: #E5E5E5. Windows color (decimal): -1053026 or 10415855. OLE color: 10415855.
HSL color Cylindrical-coordinate representation of color #EFEE9E: hue angle of 59.26º 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 #EFEE9E is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 158 | - |
| CMYK | 0 | 0.00 | 0.34 | 0.06 |
| HSL | 59.26º | 0.72% | 0.78% | - |
| HSV(B) | 59.26º | 0.34% | 0.94% | - |
| XYZ | 72.34 | 81.97 | 44.36 | - |
| YUV | 229.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 158 | 0 | 0.00 | 0.34 | 0.06 | 59.26 | 0.72 | 0.78 |
| Hex | EF | EE | 9E | 0 | 0 | 22 | 6 | 3B | 48 | 4E |
| Octal | 357 | 356 | 236 | 0 | 0 | 42 | 6 | 73 | 110 | 116 |
| Binary | 11101111 | 11101110 | 10011110 | 0 | 0 | 100010 | 110 | 111011 | 1001000 | 1001110 |
Color Harmonies of #EFEE9E
Complementary color
Monochromatic Colors of #EFEE9E
Black with #EFEE9E
Text Example
Text Example
White with #EFEE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE9E; }
p { color: rgb(239,238,158); }
H1.HeaderClassName
{
color: #EFEE9E;
}
.AnyTagClassName
{
color: #EFEE9E;
}
</style>
background-color css
<style>
a { background-color: #EFEE9E; }
a { background-color: rgb(239,238,158); }
div.DivClassName
{
background-color: #EFEE9E;
}
.BgClassName
{
background-color: #EFEE9E;
}
</style>
border-color css
<style>
span { border-color: #EFEE9E; }
span { border-color: rgb(239,238,158); }
td.TdClassName
{
border-color: #EFEE9E;
}
.TagClassName
{
border-color: #EFEE9E;
}
</style>