Shades of Portafino #ECEB9B
Tints of Portafino #ECEB9B
RGB
CMYK
RGB Variations
Color information
#ECEB9B (or 0xECEB9B) is known color: Portafino. HEX triplet: EC, EB and 9B. RGB value is (236,235,155). Sum of RGB (Red+Green+Blue) = 236+235+155=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 155 (60.94% from 255 or 24.76% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEB9B is #131464. Grayscale: #E2E2E2. Windows color (decimal): -1250405 or 10218476. OLE color: 10218476.
HSL color Cylindrical-coordinate representation of color #ECEB9B: hue angle of 59.26º 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 #ECEB9B is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 155 | - |
| CMYK | 0 | 0.00 | 0.34 | 0.07 |
| HSL | 59.26º | 0.68% | 0.77% | - |
| HSV(B) | 59.26º | 0.34% | 0.93% | - |
| XYZ | 70.22 | 79.62 | 42.68 | - |
| YUV | 226.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 155 | 0 | 0.00 | 0.34 | 0.07 | 59.26 | 0.68 | 0.77 |
| Hex | EC | EB | 9B | 0 | 0 | 22 | 7 | 3B | 44 | 4D |
| Octal | 354 | 353 | 233 | 0 | 0 | 42 | 7 | 73 | 104 | 115 |
| Binary | 11101100 | 11101011 | 10011011 | 0 | 0 | 100010 | 111 | 111011 | 1000100 | 1001101 |
Color Harmonies of #ECEB9B
Complementary color
Monochromatic Colors of #ECEB9B
Black with #ECEB9B
Text Example
Text Example
White with #ECEB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB9B; }
p { color: rgb(236,235,155); }
H1.HeaderClassName
{
color: #ECEB9B;
}
.AnyTagClassName
{
color: #ECEB9B;
}
</style>
background-color css
<style>
a { background-color: #ECEB9B; }
a { background-color: rgb(236,235,155); }
div.DivClassName
{
background-color: #ECEB9B;
}
.BgClassName
{
background-color: #ECEB9B;
}
</style>
border-color css
<style>
span { border-color: #ECEB9B; }
span { border-color: rgb(236,235,155); }
td.TdClassName
{
border-color: #ECEB9B;
}
.TagClassName
{
border-color: #ECEB9B;
}
</style>