Shades of Portafino #EFEEA0
Tints of Portafino #EFEEA0
RGB
CMYK
RGB Variations
Color information
#EFEEA0 (or 0xEFEEA0) is known color: Portafino. HEX triplet: EF, EE and A0. RGB value is (239,238,160). Sum of RGB (Red+Green+Blue) = 239+238+160=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 160 (62.89% from 255 or 25.12% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEEA0 is #10115F. Grayscale: #E5E5E5. Windows color (decimal): -1053024 or 10546927. OLE color: 10546927.
HSL color Cylindrical-coordinate representation of color #EFEEA0: hue angle of 59.24º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFEEA0 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 160 | - |
| CMYK | 0 | 0.00 | 0.33 | 0.06 |
| HSL | 59.24º | 0.71% | 0.78% | - |
| HSV(B) | 59.24º | 0.33% | 0.94% | - |
| XYZ | 72.52 | 82.04 | 45.27 | - |
| YUV | 229.41 | 88.83 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 160 | 0 | 0.00 | 0.33 | 0.06 | 59.24 | 0.71 | 0.78 |
| Hex | EF | EE | A0 | 0 | 0 | 21 | 6 | 3B | 47 | 4E |
| Octal | 357 | 356 | 240 | 0 | 0 | 41 | 6 | 73 | 107 | 116 |
| Binary | 11101111 | 11101110 | 10100000 | 0 | 0 | 100001 | 110 | 111011 | 1000111 | 1001110 |
Color Harmonies of #EFEEA0
Complementary color
Monochromatic Colors of #EFEEA0
Black with #EFEEA0
Text Example
Text Example
White with #EFEEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEA0; }
p { color: rgb(239,238,160); }
H1.HeaderClassName
{
color: #EFEEA0;
}
.AnyTagClassName
{
color: #EFEEA0;
}
</style>
background-color css
<style>
a { background-color: #EFEEA0; }
a { background-color: rgb(239,238,160); }
div.DivClassName
{
background-color: #EFEEA0;
}
.BgClassName
{
background-color: #EFEEA0;
}
</style>
border-color css
<style>
span { border-color: #EFEEA0; }
span { border-color: rgb(239,238,160); }
td.TdClassName
{
border-color: #EFEEA0;
}
.TagClassName
{
border-color: #EFEEA0;
}
</style>