Shades of Portafino #ECEB9E
Tints of Portafino #ECEB9E
RGB
CMYK
RGB Variations
Color information
#ECEB9E (or 0xECEB9E) is known color: Portafino. HEX triplet: EC, EB and 9E. RGB value is (236,235,158). Sum of RGB (Red+Green+Blue) = 236+235+158=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 158 (62.11% from 255 or 25.12% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEB9E is #131461. Grayscale: #E2E2E2. Windows color (decimal): -1250402 or 10415084. OLE color: 10415084.
HSL color Cylindrical-coordinate representation of color #ECEB9E: hue angle of 59.23º 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 #ECEB9E is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 158 | - |
| CMYK | 0 | 0.00 | 0.33 | 0.07 |
| HSL | 59.23º | 0.67% | 0.77% | - |
| HSV(B) | 59.23º | 0.33% | 0.93% | - |
| XYZ | 70.47 | 79.72 | 44.02 | - |
| YUV | 226.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 158 | 0 | 0.00 | 0.33 | 0.07 | 59.23 | 0.67 | 0.77 |
| Hex | EC | EB | 9E | 0 | 0 | 21 | 7 | 3B | 43 | 4D |
| Octal | 354 | 353 | 236 | 0 | 0 | 41 | 7 | 73 | 103 | 115 |
| Binary | 11101100 | 11101011 | 10011110 | 0 | 0 | 100001 | 111 | 111011 | 1000011 | 1001101 |
Color Harmonies of #ECEB9E
Complementary color
Monochromatic Colors of #ECEB9E
Black with #ECEB9E
Text Example
Text Example
White with #ECEB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB9E; }
p { color: rgb(236,235,158); }
H1.HeaderClassName
{
color: #ECEB9E;
}
.AnyTagClassName
{
color: #ECEB9E;
}
</style>
background-color css
<style>
a { background-color: #ECEB9E; }
a { background-color: rgb(236,235,158); }
div.DivClassName
{
background-color: #ECEB9E;
}
.BgClassName
{
background-color: #ECEB9E;
}
</style>
border-color css
<style>
span { border-color: #ECEB9E; }
span { border-color: rgb(236,235,158); }
td.TdClassName
{
border-color: #ECEB9E;
}
.TagClassName
{
border-color: #ECEB9E;
}
</style>