Shades of Portafino #ECEBA1
Tints of Portafino #ECEBA1
RGB
CMYK
RGB Variations
Color information
#ECEBA1 (or 0xECEBA1) is known color: Portafino. HEX triplet: EC, EB and A1. RGB value is (236,235,161). Sum of RGB (Red+Green+Blue) = 236+235+161=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 161 (63.28% from 255 or 25.47% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEBA1 is #13145E. Grayscale: #E3E3E3. Windows color (decimal): -1250399 or 10611692. OLE color: 10611692.
HSL color Cylindrical-coordinate representation of color #ECEBA1: hue angle of 59.2º degrees, saturation: 0.66, 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 #ECEBA1 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 161 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.07 |
| HSL | 59.2º | 0.66% | 0.78% | - |
| HSV(B) | 59.2º | 0.32% | 0.93% | - |
| XYZ | 70.73 | 79.82 | 45.4 | - |
| YUV | 226.86 | 90.83 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 161 | 0 | 0.00 | 0.32 | 0.07 | 59.2 | 0.66 | 0.78 |
| Hex | EC | EB | A1 | 0 | 0 | 20 | 7 | 3B | 42 | 4E |
| Octal | 354 | 353 | 241 | 0 | 0 | 40 | 7 | 73 | 102 | 116 |
| Binary | 11101100 | 11101011 | 10100001 | 0 | 0 | 100000 | 111 | 111011 | 1000010 | 1001110 |
Color Harmonies of #ECEBA1
Complementary color
Monochromatic Colors of #ECEBA1
Black with #ECEBA1
Text Example
Text Example
White with #ECEBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBA1; }
p { color: rgb(236,235,161); }
H1.HeaderClassName
{
color: #ECEBA1;
}
.AnyTagClassName
{
color: #ECEBA1;
}
</style>
background-color css
<style>
a { background-color: #ECEBA1; }
a { background-color: rgb(236,235,161); }
div.DivClassName
{
background-color: #ECEBA1;
}
.BgClassName
{
background-color: #ECEBA1;
}
</style>
border-color css
<style>
span { border-color: #ECEBA1; }
span { border-color: rgb(236,235,161); }
td.TdClassName
{
border-color: #ECEBA1;
}
.TagClassName
{
border-color: #ECEBA1;
}
</style>