Shades of Portafino #EBECA0
Tints of Portafino #EBECA0
RGB
CMYK
RGB Variations
Color information
#EBECA0 (or 0xEBECA0) is known color: Portafino. HEX triplet: EB, EC and A0. RGB value is (235,236,160). Sum of RGB (Red+Green+Blue) = 235+236+160=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 160 (62.89% from 255 or 25.36% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBECA0 is #14135F. Grayscale: #E3E3E3. Windows color (decimal): -1315680 or 10546411. OLE color: 10546411.
HSL color Cylindrical-coordinate representation of color #EBECA0: hue angle of 60.79º 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 #EBECA0 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 160 | - |
| CMYK | 0.00 | 0 | 0.32 | 0.07 |
| HSL | 60.79º | 0.67% | 0.78% | - |
| HSV(B) | 60.79º | 0.32% | 0.93% | - |
| XYZ | 70.6 | 80.19 | 45.02 | - |
| YUV | 227.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 160 | 0.00 | 0 | 0.32 | 0.07 | 60.79 | 0.67 | 0.78 |
| Hex | EB | EC | A0 | 0 | 0 | 20 | 7 | 3D | 43 | 4E |
| Octal | 353 | 354 | 240 | 0 | 0 | 40 | 7 | 75 | 103 | 116 |
| Binary | 11101011 | 11101100 | 10100000 | 0 | 0 | 100000 | 111 | 111101 | 1000011 | 1001110 |
Color Harmonies of #EBECA0
Complementary color
Monochromatic Colors of #EBECA0
Black with #EBECA0
Text Example
Text Example
White with #EBECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECA0; }
p { color: rgb(235,236,160); }
H1.HeaderClassName
{
color: #EBECA0;
}
.AnyTagClassName
{
color: #EBECA0;
}
</style>
background-color css
<style>
a { background-color: #EBECA0; }
a { background-color: rgb(235,236,160); }
div.DivClassName
{
background-color: #EBECA0;
}
.BgClassName
{
background-color: #EBECA0;
}
</style>
border-color css
<style>
span { border-color: #EBECA0; }
span { border-color: rgb(235,236,160); }
td.TdClassName
{
border-color: #EBECA0;
}
.TagClassName
{
border-color: #EBECA0;
}
</style>