Shades of Portafino #ECEBA0
Tints of Portafino #ECEBA0
RGB
CMYK
RGB Variations
Color information
#ECEBA0 (or 0xECEBA0) is known color: Portafino. HEX triplet: EC, EB and A0. RGB value is (236,235,160). Sum of RGB (Red+Green+Blue) = 236+235+160=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 160 (62.89% from 255 or 25.36% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEBA0 is #13145F. Grayscale: #E3E3E3. Windows color (decimal): -1250400 or 10546156. OLE color: 10546156.
HSL color Cylindrical-coordinate representation of color #ECEBA0: hue angle of 59.21º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECEBA0 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 160 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.07 |
| HSL | 59.21º | 0.67% | 0.78% | - |
| HSV(B) | 59.21º | 0.32% | 0.93% | - |
| XYZ | 70.65 | 79.79 | 44.93 | - |
| YUV | 226.75 | 90.33 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 160 | 0 | 0.00 | 0.32 | 0.07 | 59.21 | 0.67 | 0.78 |
| Hex | EC | EB | A0 | 0 | 0 | 20 | 7 | 3B | 43 | 4E |
| Octal | 354 | 353 | 240 | 0 | 0 | 40 | 7 | 73 | 103 | 116 |
| Binary | 11101100 | 11101011 | 10100000 | 0 | 0 | 100000 | 111 | 111011 | 1000011 | 1001110 |
Color Harmonies of #ECEBA0
Complementary color
Monochromatic Colors of #ECEBA0
Black with #ECEBA0
Text Example
Text Example
White with #ECEBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBA0; }
p { color: rgb(236,235,160); }
H1.HeaderClassName
{
color: #ECEBA0;
}
.AnyTagClassName
{
color: #ECEBA0;
}
</style>
background-color css
<style>
a { background-color: #ECEBA0; }
a { background-color: rgb(236,235,160); }
div.DivClassName
{
background-color: #ECEBA0;
}
.BgClassName
{
background-color: #ECEBA0;
}
</style>
border-color css
<style>
span { border-color: #ECEBA0; }
span { border-color: rgb(236,235,160); }
td.TdClassName
{
border-color: #ECEBA0;
}
.TagClassName
{
border-color: #ECEBA0;
}
</style>