Shades of Portafino #ECEA9F
Tints of Portafino #ECEA9F
RGB
CMYK
RGB Variations
Color information
#ECEA9F (or 0xECEA9F) is known color: Portafino. HEX triplet: EC, EA and 9F. RGB value is (236,234,159). Sum of RGB (Red+Green+Blue) = 236+234+159=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 159 (62.5% from 255 or 25.28% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA9F is #131560. Grayscale: #E2E2E2. Windows color (decimal): -1250657 or 10480364. OLE color: 10480364.
HSL color Cylindrical-coordinate representation of color #ECEA9F: hue angle of 58.44º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECEA9F is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 159 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.07 |
| HSL | 58.44º | 0.67% | 0.77% | - |
| HSV(B) | 58.44º | 0.33% | 0.93% | - |
| XYZ | 70.27 | 79.18 | 44.38 | - |
| YUV | 226.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 159 | 0 | 0.01 | 0.33 | 0.07 | 58.44 | 0.67 | 0.77 |
| Hex | EC | EA | 9F | 0 | 1 | 21 | 7 | 3A | 43 | 4D |
| Octal | 354 | 352 | 237 | 0 | 1 | 41 | 7 | 72 | 103 | 115 |
| Binary | 11101100 | 11101010 | 10011111 | 0 | 1 | 100001 | 111 | 111010 | 1000011 | 1001101 |
Color Harmonies of #ECEA9F
Complementary color
Monochromatic Colors of #ECEA9F
Black with #ECEA9F
Text Example
Text Example
White with #ECEA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA9F; }
p { color: rgb(236,234,159); }
H1.HeaderClassName
{
color: #ECEA9F;
}
.AnyTagClassName
{
color: #ECEA9F;
}
</style>
background-color css
<style>
a { background-color: #ECEA9F; }
a { background-color: rgb(236,234,159); }
div.DivClassName
{
background-color: #ECEA9F;
}
.BgClassName
{
background-color: #ECEA9F;
}
</style>
border-color css
<style>
span { border-color: #ECEA9F; }
span { border-color: rgb(236,234,159); }
td.TdClassName
{
border-color: #ECEA9F;
}
.TagClassName
{
border-color: #ECEA9F;
}
</style>