Shades of Portafino #ECE79A
Tints of Portafino #ECE79A
RGB
CMYK
RGB Variations
Color information
#ECE79A (or 0xECE79A) is known color: Portafino. HEX triplet: EC, E7 and 9A. RGB value is (236,231,154). Sum of RGB (Red+Green+Blue) = 236+231+154=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 154 (60.55% from 255 or 24.80% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE79A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE79A is #131865. Grayscale: #E0E0E0. Windows color (decimal): -1251430 or 10151916. OLE color: 10151916.
HSL color Cylindrical-coordinate representation of color #ECE79A: hue angle of 56.34º degrees, saturation: 0.68, 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 #ECE79A is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 154 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.07 |
| HSL | 56.34º | 0.68% | 0.76% | - |
| HSV(B) | 56.34º | 0.35% | 0.93% | - |
| XYZ | 69 | 77.32 | 41.86 | - |
| YUV | 223.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 154 | 0 | 0.02 | 0.35 | 0.07 | 56.34 | 0.68 | 0.76 |
| Hex | EC | E7 | 9A | 0 | 2 | 23 | 7 | 38 | 44 | 4C |
| Octal | 354 | 347 | 232 | 0 | 2 | 43 | 7 | 70 | 104 | 114 |
| Binary | 11101100 | 11100111 | 10011010 | 0 | 10 | 100011 | 111 | 111000 | 1000100 | 1001100 |
Color Harmonies of #ECE79A
Complementary color
Monochromatic Colors of #ECE79A
Black with #ECE79A
Text Example
Text Example
White with #ECE79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE79A; }
p { color: rgb(236,231,154); }
H1.HeaderClassName
{
color: #ECE79A;
}
.AnyTagClassName
{
color: #ECE79A;
}
</style>
background-color css
<style>
a { background-color: #ECE79A; }
a { background-color: rgb(236,231,154); }
div.DivClassName
{
background-color: #ECE79A;
}
.BgClassName
{
background-color: #ECE79A;
}
</style>
border-color css
<style>
span { border-color: #ECE79A; }
span { border-color: rgb(236,231,154); }
td.TdClassName
{
border-color: #ECE79A;
}
.TagClassName
{
border-color: #ECE79A;
}
</style>