Shades of Portafino #ECEFA1
Tints of Portafino #ECEFA1
RGB
CMYK
RGB Variations
Color information
#ECEFA1 (or 0xECEFA1) is known color: Portafino. HEX triplet: EC, EF and A1. RGB value is (236,239,161). Sum of RGB (Red+Green+Blue) = 236+239+161=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 161 (63.28% from 255 or 25.31% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEFA1 is #13105E. Grayscale: #E5E5E5. Windows color (decimal): -1249375 or 10612716. OLE color: 10612716.
HSL color Cylindrical-coordinate representation of color #ECEFA1: hue angle of 62.31º 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 #ECEFA1 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 239 | 161 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.06 |
| HSL | 62.31º | 0.71% | 0.78% | - |
| HSV(B) | 62.31º | 0.33% | 0.94% | - |
| XYZ | 71.89 | 82.14 | 45.78 | - |
| YUV | 229.21 | 89.51 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 239 | 161 | 0.01 | 0 | 0.33 | 0.06 | 62.31 | 0.71 | 0.78 |
| Hex | EC | EF | A1 | 1 | 0 | 21 | 6 | 3E | 47 | 4E |
| Octal | 354 | 357 | 241 | 1 | 0 | 41 | 6 | 76 | 107 | 116 |
| Binary | 11101100 | 11101111 | 10100001 | 1 | 0 | 100001 | 110 | 111110 | 1000111 | 1001110 |
Color Harmonies of #ECEFA1
Complementary color
Monochromatic Colors of #ECEFA1
Black with #ECEFA1
Text Example
Text Example
White with #ECEFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFA1; }
p { color: rgb(236,239,161); }
H1.HeaderClassName
{
color: #ECEFA1;
}
.AnyTagClassName
{
color: #ECEFA1;
}
</style>
background-color css
<style>
a { background-color: #ECEFA1; }
a { background-color: rgb(236,239,161); }
div.DivClassName
{
background-color: #ECEFA1;
}
.BgClassName
{
background-color: #ECEFA1;
}
</style>
border-color css
<style>
span { border-color: #ECEFA1; }
span { border-color: rgb(236,239,161); }
td.TdClassName
{
border-color: #ECEFA1;
}
.TagClassName
{
border-color: #ECEFA1;
}
</style>