Shades of Portafino #ECE59A
Tints of Portafino #ECE59A
RGB
CMYK
RGB Variations
Color information
#ECE59A (or 0xECE59A) is known color: Portafino. HEX triplet: EC, E5 and 9A. RGB value is (236,229,154). Sum of RGB (Red+Green+Blue) = 236+229+154=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 154 (60.55% from 255 or 24.88% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE59A is #131A65. Grayscale: #DEDEDE. Windows color (decimal): -1251942 or 10151404. OLE color: 10151404.
HSL color Cylindrical-coordinate representation of color #ECE59A: hue angle of 54.88º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECE59A is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 154 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.07 |
| HSL | 54.88º | 0.68% | 0.76% | - |
| HSV(B) | 54.88º | 0.35% | 0.93% | - |
| XYZ | 68.44 | 76.2 | 41.67 | - |
| YUV | 222.54 | 89.32 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 154 | 0 | 0.03 | 0.35 | 0.07 | 54.88 | 0.68 | 0.76 |
| Hex | EC | E5 | 9A | 0 | 3 | 23 | 7 | 37 | 44 | 4C |
| Octal | 354 | 345 | 232 | 0 | 3 | 43 | 7 | 67 | 104 | 114 |
| Binary | 11101100 | 11100101 | 10011010 | 0 | 11 | 100011 | 111 | 110111 | 1000100 | 1001100 |
Color Harmonies of #ECE59A
Complementary color
Monochromatic Colors of #ECE59A
Black with #ECE59A
Text Example
Text Example
White with #ECE59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE59A; }
p { color: rgb(236,229,154); }
H1.HeaderClassName
{
color: #ECE59A;
}
.AnyTagClassName
{
color: #ECE59A;
}
</style>
background-color css
<style>
a { background-color: #ECE59A; }
a { background-color: rgb(236,229,154); }
div.DivClassName
{
background-color: #ECE59A;
}
.BgClassName
{
background-color: #ECE59A;
}
</style>
border-color css
<style>
span { border-color: #ECE59A; }
span { border-color: rgb(236,229,154); }
td.TdClassName
{
border-color: #ECE59A;
}
.TagClassName
{
border-color: #ECE59A;
}
</style>