Shades of Portafino #ECE59B
Tints of Portafino #ECE59B
RGB
CMYK
RGB Variations
Color information
#ECE59B (or 0xECE59B) is known color: Portafino. HEX triplet: EC, E5 and 9B. RGB value is (236,229,155). Sum of RGB (Red+Green+Blue) = 236+229+155=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 155 (60.94% from 255 or 25% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE59B is #131A64. Grayscale: #DEDEDE. Windows color (decimal): -1251941 or 10216940. OLE color: 10216940.
HSL color Cylindrical-coordinate representation of color #ECE59B: hue angle of 54.81º 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 #ECE59B is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 155 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.07 |
| HSL | 54.81º | 0.68% | 0.77% | - |
| HSV(B) | 54.81º | 0.34% | 0.93% | - |
| XYZ | 68.53 | 76.24 | 42.11 | - |
| YUV | 222.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 155 | 0 | 0.03 | 0.34 | 0.07 | 54.81 | 0.68 | 0.77 |
| Hex | EC | E5 | 9B | 0 | 3 | 22 | 7 | 37 | 44 | 4D |
| Octal | 354 | 345 | 233 | 0 | 3 | 42 | 7 | 67 | 104 | 115 |
| Binary | 11101100 | 11100101 | 10011011 | 0 | 11 | 100010 | 111 | 110111 | 1000100 | 1001101 |
Color Harmonies of #ECE59B
Complementary color
Monochromatic Colors of #ECE59B
Black with #ECE59B
Text Example
Text Example
White with #ECE59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE59B; }
p { color: rgb(236,229,155); }
H1.HeaderClassName
{
color: #ECE59B;
}
.AnyTagClassName
{
color: #ECE59B;
}
</style>
background-color css
<style>
a { background-color: #ECE59B; }
a { background-color: rgb(236,229,155); }
div.DivClassName
{
background-color: #ECE59B;
}
.BgClassName
{
background-color: #ECE59B;
}
</style>
border-color css
<style>
span { border-color: #ECE59B; }
span { border-color: rgb(236,229,155); }
td.TdClassName
{
border-color: #ECE59B;
}
.TagClassName
{
border-color: #ECE59B;
}
</style>