Shades of Portafino #ECEEA0
Tints of Portafino #ECEEA0
RGB
CMYK
RGB Variations
Color information
#ECEEA0 (or 0xECEEA0) is known color: Portafino. HEX triplet: EC, EE and A0. RGB value is (236,238,160). Sum of RGB (Red+Green+Blue) = 236+238+160=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 160 (62.89% from 255 or 25.24% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEEA0 is #13115F. Grayscale: #E4E4E4. Windows color (decimal): -1249632 or 10546924. OLE color: 10546924.
HSL color Cylindrical-coordinate representation of color #ECEEA0: hue angle of 61.54º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECEEA0 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 238 | 160 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.07 |
| HSL | 61.54º | 0.7% | 0.78% | - |
| HSV(B) | 61.54º | 0.33% | 0.93% | - |
| XYZ | 71.51 | 81.52 | 45.22 | - |
| YUV | 228.51 | 89.34 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 238 | 160 | 0.01 | 0 | 0.33 | 0.07 | 61.54 | 0.7 | 0.78 |
| Hex | EC | EE | A0 | 1 | 0 | 21 | 7 | 3E | 46 | 4E |
| Octal | 354 | 356 | 240 | 1 | 0 | 41 | 7 | 76 | 106 | 116 |
| Binary | 11101100 | 11101110 | 10100000 | 1 | 0 | 100001 | 111 | 111110 | 1000110 | 1001110 |
Color Harmonies of #ECEEA0
Complementary color
Monochromatic Colors of #ECEEA0
Black with #ECEEA0
Text Example
Text Example
White with #ECEEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEEA0; }
p { color: rgb(236,238,160); }
H1.HeaderClassName
{
color: #ECEEA0;
}
.AnyTagClassName
{
color: #ECEEA0;
}
</style>
background-color css
<style>
a { background-color: #ECEEA0; }
a { background-color: rgb(236,238,160); }
div.DivClassName
{
background-color: #ECEEA0;
}
.BgClassName
{
background-color: #ECEEA0;
}
</style>
border-color css
<style>
span { border-color: #ECEEA0; }
span { border-color: rgb(236,238,160); }
td.TdClassName
{
border-color: #ECEEA0;
}
.TagClassName
{
border-color: #ECEEA0;
}
</style>