Shades of Portafino #ECEB99
Tints of Portafino #ECEB99
RGB
CMYK
RGB Variations
Color information
#ECEB99 (or 0xECEB99) is known color: Portafino. HEX triplet: EC, EB and 99. RGB value is (236,235,153). Sum of RGB (Red+Green+Blue) = 236+235+153=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 153 (60.16% from 255 or 24.52% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEB99 is #131466. Grayscale: #E2E2E2. Windows color (decimal): -1250407 or 10087404. OLE color: 10087404.
HSL color Cylindrical-coordinate representation of color #ECEB99: hue angle of 59.28º 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 #ECEB99 is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 153 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.07 |
| HSL | 59.28º | 0.69% | 0.76% | - |
| HSV(B) | 59.28º | 0.35% | 0.93% | - |
| XYZ | 70.05 | 79.55 | 41.8 | - |
| YUV | 225.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 153 | 0 | 0.00 | 0.35 | 0.07 | 59.28 | 0.69 | 0.76 |
| Hex | EC | EB | 99 | 0 | 0 | 23 | 7 | 3B | 45 | 4C |
| Octal | 354 | 353 | 231 | 0 | 0 | 43 | 7 | 73 | 105 | 114 |
| Binary | 11101100 | 11101011 | 10011001 | 0 | 0 | 100011 | 111 | 111011 | 1000101 | 1001100 |
Color Harmonies of #ECEB99
Complementary color
Monochromatic Colors of #ECEB99
Black with #ECEB99
Text Example
Text Example
White with #ECEB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB99; }
p { color: rgb(236,235,153); }
H1.HeaderClassName
{
color: #ECEB99;
}
.AnyTagClassName
{
color: #ECEB99;
}
</style>
background-color css
<style>
a { background-color: #ECEB99; }
a { background-color: rgb(236,235,153); }
div.DivClassName
{
background-color: #ECEB99;
}
.BgClassName
{
background-color: #ECEB99;
}
</style>
border-color css
<style>
span { border-color: #ECEB99; }
span { border-color: rgb(236,235,153); }
td.TdClassName
{
border-color: #ECEB99;
}
.TagClassName
{
border-color: #ECEB99;
}
</style>