Shades of Portafino #ECE59C
Tints of Portafino #ECE59C
RGB
CMYK
RGB Variations
Color information
#ECE59C (or 0xECE59C) is known color: Portafino. HEX triplet: EC, E5 and 9C. RGB value is (236,229,156). Sum of RGB (Red+Green+Blue) = 236+229+156=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 156 (61.33% from 255 or 25.12% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE59C is #131A63. Grayscale: #DFDFDF. Windows color (decimal): -1251940 or 10282476. OLE color: 10282476.
HSL color Cylindrical-coordinate representation of color #ECE59C: hue angle of 54.75º 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 #ECE59C is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 156 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.07 |
| HSL | 54.75º | 0.68% | 0.77% | - |
| HSV(B) | 54.75º | 0.34% | 0.93% | - |
| XYZ | 68.61 | 76.27 | 42.56 | - |
| YUV | 222.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 156 | 0 | 0.03 | 0.34 | 0.07 | 54.75 | 0.68 | 0.77 |
| Hex | EC | E5 | 9C | 0 | 3 | 22 | 7 | 37 | 44 | 4D |
| Octal | 354 | 345 | 234 | 0 | 3 | 42 | 7 | 67 | 104 | 115 |
| Binary | 11101100 | 11100101 | 10011100 | 0 | 11 | 100010 | 111 | 110111 | 1000100 | 1001101 |
Color Harmonies of #ECE59C
Complementary color
Monochromatic Colors of #ECE59C
Black with #ECE59C
Text Example
Text Example
White with #ECE59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE59C; }
p { color: rgb(236,229,156); }
H1.HeaderClassName
{
color: #ECE59C;
}
.AnyTagClassName
{
color: #ECE59C;
}
</style>
background-color css
<style>
a { background-color: #ECE59C; }
a { background-color: rgb(236,229,156); }
div.DivClassName
{
background-color: #ECE59C;
}
.BgClassName
{
background-color: #ECE59C;
}
</style>
border-color css
<style>
span { border-color: #ECE59C; }
span { border-color: rgb(236,229,156); }
td.TdClassName
{
border-color: #ECE59C;
}
.TagClassName
{
border-color: #ECE59C;
}
</style>