Shades of Portafino #EFEE9D
Tints of Portafino #EFEE9D
RGB
CMYK
RGB Variations
Color information
#EFEE9D (or 0xEFEE9D) is known color: Portafino. HEX triplet: EF, EE and 9D. RGB value is (239,238,157). Sum of RGB (Red+Green+Blue) = 239+238+157=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 157 (61.72% from 255 or 24.76% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEE9D is #101162. Grayscale: #E5E5E5. Windows color (decimal): -1053027 or 10350319. OLE color: 10350319.
HSL color Cylindrical-coordinate representation of color #EFEE9D: hue angle of 59.27º 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 #EFEE9D is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 157 | - |
| CMYK | 0 | 0.00 | 0.34 | 0.06 |
| HSL | 59.27º | 0.72% | 0.78% | - |
| HSV(B) | 59.27º | 0.34% | 0.94% | - |
| XYZ | 72.26 | 81.93 | 43.9 | - |
| YUV | 229.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 157 | 0 | 0.00 | 0.34 | 0.06 | 59.27 | 0.72 | 0.78 |
| Hex | EF | EE | 9D | 0 | 0 | 22 | 6 | 3B | 48 | 4E |
| Octal | 357 | 356 | 235 | 0 | 0 | 42 | 6 | 73 | 110 | 116 |
| Binary | 11101111 | 11101110 | 10011101 | 0 | 0 | 100010 | 110 | 111011 | 1001000 | 1001110 |
Color Harmonies of #EFEE9D
Complementary color
Monochromatic Colors of #EFEE9D
Black with #EFEE9D
Text Example
Text Example
White with #EFEE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE9D; }
p { color: rgb(239,238,157); }
H1.HeaderClassName
{
color: #EFEE9D;
}
.AnyTagClassName
{
color: #EFEE9D;
}
</style>
background-color css
<style>
a { background-color: #EFEE9D; }
a { background-color: rgb(239,238,157); }
div.DivClassName
{
background-color: #EFEE9D;
}
.BgClassName
{
background-color: #EFEE9D;
}
</style>
border-color css
<style>
span { border-color: #EFEE9D; }
span { border-color: rgb(239,238,157); }
td.TdClassName
{
border-color: #EFEE9D;
}
.TagClassName
{
border-color: #EFEE9D;
}
</style>