Shades of Portafino #ECE79D
Tints of Portafino #ECE79D
RGB
CMYK
RGB Variations
Color information
#ECE79D (or 0xECE79D) is known color: Portafino. HEX triplet: EC, E7 and 9D. RGB value is (236,231,157). Sum of RGB (Red+Green+Blue) = 236+231+157=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 157 (61.72% from 255 or 25.16% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE79D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE79D is #131862. Grayscale: #E0E0E0. Windows color (decimal): -1251427 or 10348524. OLE color: 10348524.
HSL color Cylindrical-coordinate representation of color #ECE79D: hue angle of 56.2º degrees, saturation: 0.68, 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 #ECE79D is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 157 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.07 |
| HSL | 56.2º | 0.68% | 0.77% | - |
| HSV(B) | 56.2º | 0.33% | 0.93% | - |
| XYZ | 69.25 | 77.42 | 43.19 | - |
| YUV | 224.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 157 | 0 | 0.02 | 0.33 | 0.07 | 56.2 | 0.68 | 0.77 |
| Hex | EC | E7 | 9D | 0 | 2 | 21 | 7 | 38 | 44 | 4D |
| Octal | 354 | 347 | 235 | 0 | 2 | 41 | 7 | 70 | 104 | 115 |
| Binary | 11101100 | 11100111 | 10011101 | 0 | 10 | 100001 | 111 | 111000 | 1000100 | 1001101 |
Color Harmonies of #ECE79D
Complementary color
Monochromatic Colors of #ECE79D
Black with #ECE79D
Text Example
Text Example
White with #ECE79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE79D; }
p { color: rgb(236,231,157); }
H1.HeaderClassName
{
color: #ECE79D;
}
.AnyTagClassName
{
color: #ECE79D;
}
</style>
background-color css
<style>
a { background-color: #ECE79D; }
a { background-color: rgb(236,231,157); }
div.DivClassName
{
background-color: #ECE79D;
}
.BgClassName
{
background-color: #ECE79D;
}
</style>
border-color css
<style>
span { border-color: #ECE79D; }
span { border-color: rgb(236,231,157); }
td.TdClassName
{
border-color: #ECE79D;
}
.TagClassName
{
border-color: #ECE79D;
}
</style>