Shades of Portafino #EFEDA2
Tints of Portafino #EFEDA2
RGB
CMYK
RGB Variations
Color information
#EFEDA2 (or 0xEFEDA2) is known color: Portafino. HEX triplet: EF, ED and A2. RGB value is (239,237,162). Sum of RGB (Red+Green+Blue) = 239+237+162=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 162 (63.67% from 255 or 25.39% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEDA2 is #10125D. Grayscale: #E5E5E5. Windows color (decimal): -1053278 or 10677743. OLE color: 10677743.
HSL color Cylindrical-coordinate representation of color #EFEDA2: hue angle of 58.44º 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 #EFEDA2 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 162 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.06 |
| HSL | 58.44º | 0.71% | 0.79% | - |
| HSV(B) | 58.44º | 0.32% | 0.94% | - |
| XYZ | 72.4 | 81.53 | 46.1 | - |
| YUV | 229.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 162 | 0 | 0.01 | 0.32 | 0.06 | 58.44 | 0.71 | 0.79 |
| Hex | EF | ED | A2 | 0 | 1 | 20 | 6 | 3A | 47 | 4F |
| Octal | 357 | 355 | 242 | 0 | 1 | 40 | 6 | 72 | 107 | 117 |
| Binary | 11101111 | 11101101 | 10100010 | 0 | 1 | 100000 | 110 | 111010 | 1000111 | 1001111 |
Color Harmonies of #EFEDA2
Complementary color
Monochromatic Colors of #EFEDA2
Black with #EFEDA2
Text Example
Text Example
White with #EFEDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDA2; }
p { color: rgb(239,237,162); }
H1.HeaderClassName
{
color: #EFEDA2;
}
.AnyTagClassName
{
color: #EFEDA2;
}
</style>
background-color css
<style>
a { background-color: #EFEDA2; }
a { background-color: rgb(239,237,162); }
div.DivClassName
{
background-color: #EFEDA2;
}
.BgClassName
{
background-color: #EFEDA2;
}
</style>
border-color css
<style>
span { border-color: #EFEDA2; }
span { border-color: rgb(239,237,162); }
td.TdClassName
{
border-color: #EFEDA2;
}
.TagClassName
{
border-color: #EFEDA2;
}
</style>