Shades of Portafino #ECE799
Tints of Portafino #ECE799
RGB
CMYK
RGB Variations
Color information
#ECE799 (or 0xECE799) is known color: Portafino. HEX triplet: EC, E7 and 99. RGB value is (236,231,153). Sum of RGB (Red+Green+Blue) = 236+231+153=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 153 (60.16% from 255 or 24.68% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE799 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE799 is #131866. Grayscale: #DFDFDF. Windows color (decimal): -1251431 or 10086380. OLE color: 10086380.
HSL color Cylindrical-coordinate representation of color #ECE799: hue angle of 56.39º 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 #ECE799 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 153 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.07 |
| HSL | 56.39º | 0.69% | 0.76% | - |
| HSV(B) | 56.39º | 0.35% | 0.93% | - |
| XYZ | 68.92 | 77.28 | 41.42 | - |
| YUV | 223.6 | 88.16 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 153 | 0 | 0.02 | 0.35 | 0.07 | 56.39 | 0.69 | 0.76 |
| Hex | EC | E7 | 99 | 0 | 2 | 23 | 7 | 38 | 45 | 4C |
| Octal | 354 | 347 | 231 | 0 | 2 | 43 | 7 | 70 | 105 | 114 |
| Binary | 11101100 | 11100111 | 10011001 | 0 | 10 | 100011 | 111 | 111000 | 1000101 | 1001100 |
Color Harmonies of #ECE799
Complementary color
Monochromatic Colors of #ECE799
Black with #ECE799
Text Example
Text Example
White with #ECE799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE799; }
p { color: rgb(236,231,153); }
H1.HeaderClassName
{
color: #ECE799;
}
.AnyTagClassName
{
color: #ECE799;
}
</style>
background-color css
<style>
a { background-color: #ECE799; }
a { background-color: rgb(236,231,153); }
div.DivClassName
{
background-color: #ECE799;
}
.BgClassName
{
background-color: #ECE799;
}
</style>
border-color css
<style>
span { border-color: #ECE799; }
span { border-color: rgb(236,231,153); }
td.TdClassName
{
border-color: #ECE799;
}
.TagClassName
{
border-color: #ECE799;
}
</style>