Shades of Portafino #EFEAA0
Tints of Portafino #EFEAA0
RGB
CMYK
RGB Variations
Color information
#EFEAA0 (or 0xEFEAA0) is known color: Portafino. HEX triplet: EF, EA and A0. RGB value is (239,234,160). Sum of RGB (Red+Green+Blue) = 239+234+160=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 160 (62.89% from 255 or 25.28% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAA0 is #10155F. Grayscale: #E3E3E3. Windows color (decimal): -1054048 or 10545903. OLE color: 10545903.
HSL color Cylindrical-coordinate representation of color #EFEAA0: hue angle of 56.2º 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 #EFEAA0 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 160 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.06 |
| HSL | 56.2º | 0.71% | 0.78% | - |
| HSV(B) | 56.2º | 0.33% | 0.94% | - |
| XYZ | 71.36 | 79.73 | 44.89 | - |
| YUV | 227.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 160 | 0 | 0.02 | 0.33 | 0.06 | 56.2 | 0.71 | 0.78 |
| Hex | EF | EA | A0 | 0 | 2 | 21 | 6 | 38 | 47 | 4E |
| Octal | 357 | 352 | 240 | 0 | 2 | 41 | 6 | 70 | 107 | 116 |
| Binary | 11101111 | 11101010 | 10100000 | 0 | 10 | 100001 | 110 | 111000 | 1000111 | 1001110 |
Color Harmonies of #EFEAA0
Complementary color
Monochromatic Colors of #EFEAA0
Black with #EFEAA0
Text Example
Text Example
White with #EFEAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAA0; }
p { color: rgb(239,234,160); }
H1.HeaderClassName
{
color: #EFEAA0;
}
.AnyTagClassName
{
color: #EFEAA0;
}
</style>
background-color css
<style>
a { background-color: #EFEAA0; }
a { background-color: rgb(239,234,160); }
div.DivClassName
{
background-color: #EFEAA0;
}
.BgClassName
{
background-color: #EFEAA0;
}
</style>
border-color css
<style>
span { border-color: #EFEAA0; }
span { border-color: rgb(239,234,160); }
td.TdClassName
{
border-color: #EFEAA0;
}
.TagClassName
{
border-color: #EFEAA0;
}
</style>