Shades of Portafino #EFEEA2
Tints of Portafino #EFEEA2
RGB
CMYK
RGB Variations
Color information
#EFEEA2 (or 0xEFEEA2) is known color: Portafino. HEX triplet: EF, EE and A2. RGB value is (239,238,162). Sum of RGB (Red+Green+Blue) = 239+238+162=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 162 (63.67% from 255 or 25.35% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEEA2 is #10115D. Grayscale: #E5E5E5. Windows color (decimal): -1053022 or 10677999. OLE color: 10677999.
HSL color Cylindrical-coordinate representation of color #EFEEA2: hue angle of 59.22º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFEEA2 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 162 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.06 |
| HSL | 59.22º | 0.71% | 0.79% | - |
| HSV(B) | 59.22º | 0.32% | 0.94% | - |
| XYZ | 72.69 | 82.11 | 46.2 | - |
| YUV | 229.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 162 | 0 | 0.00 | 0.32 | 0.06 | 59.22 | 0.71 | 0.79 |
| Hex | EF | EE | A2 | 0 | 0 | 20 | 6 | 3B | 47 | 4F |
| Octal | 357 | 356 | 242 | 0 | 0 | 40 | 6 | 73 | 107 | 117 |
| Binary | 11101111 | 11101110 | 10100010 | 0 | 0 | 100000 | 110 | 111011 | 1000111 | 1001111 |
Color Harmonies of #EFEEA2
Complementary color
Monochromatic Colors of #EFEEA2
Black with #EFEEA2
Text Example
Text Example
White with #EFEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEA2; }
p { color: rgb(239,238,162); }
H1.HeaderClassName
{
color: #EFEEA2;
}
.AnyTagClassName
{
color: #EFEEA2;
}
</style>
background-color css
<style>
a { background-color: #EFEEA2; }
a { background-color: rgb(239,238,162); }
div.DivClassName
{
background-color: #EFEEA2;
}
.BgClassName
{
background-color: #EFEEA2;
}
</style>
border-color css
<style>
span { border-color: #EFEEA2; }
span { border-color: rgb(239,238,162); }
td.TdClassName
{
border-color: #EFEEA2;
}
.TagClassName
{
border-color: #EFEEA2;
}
</style>