Shades of Portafino #EFEA9D
Tints of Portafino #EFEA9D
RGB
CMYK
RGB Variations
Color information
#EFEA9D (or 0xEFEA9D) is known color: Portafino. HEX triplet: EF, EA and 9D. RGB value is (239,234,157). Sum of RGB (Red+Green+Blue) = 239+234+157=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 157 (61.72% from 255 or 24.92% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEA9D is #101562. Grayscale: #E3E3E3. Windows color (decimal): -1054051 or 10349295. OLE color: 10349295.
HSL color Cylindrical-coordinate representation of color #EFEA9D: hue angle of 56.34º 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 #EFEA9D is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 157 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.06 |
| HSL | 56.34º | 0.72% | 0.78% | - |
| HSV(B) | 56.34º | 0.34% | 0.94% | - |
| XYZ | 71.11 | 79.63 | 43.52 | - |
| YUV | 226.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 157 | 0 | 0.02 | 0.34 | 0.06 | 56.34 | 0.72 | 0.78 |
| Hex | EF | EA | 9D | 0 | 2 | 22 | 6 | 38 | 48 | 4E |
| Octal | 357 | 352 | 235 | 0 | 2 | 42 | 6 | 70 | 110 | 116 |
| Binary | 11101111 | 11101010 | 10011101 | 0 | 10 | 100010 | 110 | 111000 | 1001000 | 1001110 |
Color Harmonies of #EFEA9D
Complementary color
Monochromatic Colors of #EFEA9D
Black with #EFEA9D
Text Example
Text Example
White with #EFEA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA9D; }
p { color: rgb(239,234,157); }
H1.HeaderClassName
{
color: #EFEA9D;
}
.AnyTagClassName
{
color: #EFEA9D;
}
</style>
background-color css
<style>
a { background-color: #EFEA9D; }
a { background-color: rgb(239,234,157); }
div.DivClassName
{
background-color: #EFEA9D;
}
.BgClassName
{
background-color: #EFEA9D;
}
</style>
border-color css
<style>
span { border-color: #EFEA9D; }
span { border-color: rgb(239,234,157); }
td.TdClassName
{
border-color: #EFEA9D;
}
.TagClassName
{
border-color: #EFEA9D;
}
</style>