Shades of Portafino #ECEC9C
Tints of Portafino #ECEC9C
RGB
CMYK
RGB Variations
Color information
#ECEC9C (or 0xECEC9C) is known color: Portafino. HEX triplet: EC, EC and 9C. RGB value is (236,236,156). Sum of RGB (Red+Green+Blue) = 236+236+156=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 156 (61.33% from 255 or 24.84% from 628); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEC9C is #131363. Grayscale: #E3E3E3. Windows color (decimal): -1250148 or 10284268. OLE color: 10284268.
HSL color Cylindrical-coordinate representation of color #ECEC9C: hue angle of 60º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECEC9C is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 156 | - |
| CMYK | 0 | 0 | 0.34 | 0.07 |
| HSL | 60º | 0.68% | 0.77% | - |
| HSV(B) | 60º | 0.34% | 0.93% | - |
| XYZ | 70.59 | 80.22 | 43.22 | - |
| YUV | 226.88 | 88 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 156 | 0 | 0 | 0.34 | 0.07 | 60 | 0.68 | 0.77 |
| Hex | EC | EC | 9C | 0 | 0 | 22 | 7 | 3C | 44 | 4D |
| Octal | 354 | 354 | 234 | 0 | 0 | 42 | 7 | 74 | 104 | 115 |
| Binary | 11101100 | 11101100 | 10011100 | 0 | 0 | 100010 | 111 | 111100 | 1000100 | 1001101 |
Color Harmonies of #ECEC9C
Complementary color
Monochromatic Colors of #ECEC9C
Black with #ECEC9C
Text Example
Text Example
White with #ECEC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC9C; }
p { color: rgb(236,236,156); }
H1.HeaderClassName
{
color: #ECEC9C;
}
.AnyTagClassName
{
color: #ECEC9C;
}
</style>
background-color css
<style>
a { background-color: #ECEC9C; }
a { background-color: rgb(236,236,156); }
div.DivClassName
{
background-color: #ECEC9C;
}
.BgClassName
{
background-color: #ECEC9C;
}
</style>
border-color css
<style>
span { border-color: #ECEC9C; }
span { border-color: rgb(236,236,156); }
td.TdClassName
{
border-color: #ECEC9C;
}
.TagClassName
{
border-color: #ECEC9C;
}
</style>