Shades of Portafino #ECEB9F
Tints of Portafino #ECEB9F
RGB
CMYK
RGB Variations
Color information
#ECEB9F (or 0xECEB9F) is known color: Portafino. HEX triplet: EC, EB and 9F. RGB value is (236,235,159). Sum of RGB (Red+Green+Blue) = 236+235+159=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 159 (62.5% from 255 or 25.24% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEB9F is #131460. Grayscale: #E2E2E2. Windows color (decimal): -1250401 or 10480620. OLE color: 10480620.
HSL color Cylindrical-coordinate representation of color #ECEB9F: hue angle of 59.22º 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 #ECEB9F is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 159 | - |
| CMYK | 0 | 0.00 | 0.33 | 0.07 |
| HSL | 59.22º | 0.67% | 0.77% | - |
| HSV(B) | 59.22º | 0.33% | 0.93% | - |
| XYZ | 70.56 | 79.75 | 44.48 | - |
| YUV | 226.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 159 | 0 | 0.00 | 0.33 | 0.07 | 59.22 | 0.67 | 0.77 |
| Hex | EC | EB | 9F | 0 | 0 | 21 | 7 | 3B | 43 | 4D |
| Octal | 354 | 353 | 237 | 0 | 0 | 41 | 7 | 73 | 103 | 115 |
| Binary | 11101100 | 11101011 | 10011111 | 0 | 0 | 100001 | 111 | 111011 | 1000011 | 1001101 |
Color Harmonies of #ECEB9F
Complementary color
Monochromatic Colors of #ECEB9F
Black with #ECEB9F
Text Example
Text Example
White with #ECEB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB9F; }
p { color: rgb(236,235,159); }
H1.HeaderClassName
{
color: #ECEB9F;
}
.AnyTagClassName
{
color: #ECEB9F;
}
</style>
background-color css
<style>
a { background-color: #ECEB9F; }
a { background-color: rgb(236,235,159); }
div.DivClassName
{
background-color: #ECEB9F;
}
.BgClassName
{
background-color: #ECEB9F;
}
</style>
border-color css
<style>
span { border-color: #ECEB9F; }
span { border-color: rgb(236,235,159); }
td.TdClassName
{
border-color: #ECEB9F;
}
.TagClassName
{
border-color: #ECEB9F;
}
</style>