Shades of Portafino #ECE89C
Tints of Portafino #ECE89C
RGB
CMYK
RGB Variations
Color information
#ECE89C (or 0xECE89C) is known color: Portafino. HEX triplet: EC, E8 and 9C. RGB value is (236,232,156). Sum of RGB (Red+Green+Blue) = 236+232+156=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 156 (61.33% from 255 or 25% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE89C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE89C is #131763. Grayscale: #E0E0E0. Windows color (decimal): -1251172 or 10283244. OLE color: 10283244.
HSL color Cylindrical-coordinate representation of color #ECE89C: hue angle of 57º 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 #ECE89C is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 156 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.07 |
| HSL | 57º | 0.68% | 0.77% | - |
| HSV(B) | 57º | 0.34% | 0.93% | - |
| XYZ | 69.45 | 77.95 | 42.84 | - |
| YUV | 224.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 156 | 0 | 0.02 | 0.34 | 0.07 | 57 | 0.68 | 0.77 |
| Hex | EC | E8 | 9C | 0 | 2 | 22 | 7 | 39 | 44 | 4D |
| Octal | 354 | 350 | 234 | 0 | 2 | 42 | 7 | 71 | 104 | 115 |
| Binary | 11101100 | 11101000 | 10011100 | 0 | 10 | 100010 | 111 | 111001 | 1000100 | 1001101 |
Color Harmonies of #ECE89C
Complementary color
Monochromatic Colors of #ECE89C
Black with #ECE89C
Text Example
Text Example
White with #ECE89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE89C; }
p { color: rgb(236,232,156); }
H1.HeaderClassName
{
color: #ECE89C;
}
.AnyTagClassName
{
color: #ECE89C;
}
</style>
background-color css
<style>
a { background-color: #ECE89C; }
a { background-color: rgb(236,232,156); }
div.DivClassName
{
background-color: #ECE89C;
}
.BgClassName
{
background-color: #ECE89C;
}
</style>
border-color css
<style>
span { border-color: #ECE89C; }
span { border-color: rgb(236,232,156); }
td.TdClassName
{
border-color: #ECE89C;
}
.TagClassName
{
border-color: #ECE89C;
}
</style>