Shades of Portafino #ECE999
Tints of Portafino #ECE999
RGB
CMYK
RGB Variations
Color information
#ECE999 (or 0xECE999) is known color: Portafino. HEX triplet: EC, E9 and 99. RGB value is (236,233,153). Sum of RGB (Red+Green+Blue) = 236+233+153=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 153 (60.16% from 255 or 24.60% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE999 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE999 is #131666. Grayscale: #E1E1E1. Windows color (decimal): -1250919 or 10086892. OLE color: 10086892.
HSL color Cylindrical-coordinate representation of color #ECE999: hue angle of 57.83º degrees, saturation: 0.69, 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 #ECE999 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 153 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.07 |
| HSL | 57.83º | 0.69% | 0.76% | - |
| HSV(B) | 57.83º | 0.35% | 0.93% | - |
| XYZ | 69.48 | 78.41 | 41.61 | - |
| YUV | 224.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 153 | 0 | 0.01 | 0.35 | 0.07 | 57.83 | 0.69 | 0.76 |
| Hex | EC | E9 | 99 | 0 | 1 | 23 | 7 | 3A | 45 | 4C |
| Octal | 354 | 351 | 231 | 0 | 1 | 43 | 7 | 72 | 105 | 114 |
| Binary | 11101100 | 11101001 | 10011001 | 0 | 1 | 100011 | 111 | 111010 | 1000101 | 1001100 |
Color Harmonies of #ECE999
Complementary color
Monochromatic Colors of #ECE999
Black with #ECE999
Text Example
Text Example
White with #ECE999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE999; }
p { color: rgb(236,233,153); }
H1.HeaderClassName
{
color: #ECE999;
}
.AnyTagClassName
{
color: #ECE999;
}
</style>
background-color css
<style>
a { background-color: #ECE999; }
a { background-color: rgb(236,233,153); }
div.DivClassName
{
background-color: #ECE999;
}
.BgClassName
{
background-color: #ECE999;
}
</style>
border-color css
<style>
span { border-color: #ECE999; }
span { border-color: rgb(236,233,153); }
td.TdClassName
{
border-color: #ECE999;
}
.TagClassName
{
border-color: #ECE999;
}
</style>