Shades of Portafino #ECE998
Tints of Portafino #ECE998
RGB
CMYK
RGB Variations
Color information
#ECE998 (or 0xECE998) is known color: Portafino. HEX triplet: EC, E9 and 98. RGB value is (236,233,152). Sum of RGB (Red+Green+Blue) = 236+233+152=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 152 (59.77% from 255 or 24.48% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE998 is #131667. Grayscale: #E0E0E0. Windows color (decimal): -1250920 or 10021356. OLE color: 10021356.
HSL color Cylindrical-coordinate representation of color #ECE998: hue angle of 57.86º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECE998 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 152 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.07 |
| HSL | 57.86º | 0.69% | 0.76% | - |
| HSV(B) | 57.86º | 0.36% | 0.93% | - |
| XYZ | 69.4 | 78.38 | 41.18 | - |
| YUV | 224.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 152 | 0 | 0.01 | 0.36 | 0.07 | 57.86 | 0.69 | 0.76 |
| Hex | EC | E9 | 98 | 0 | 1 | 24 | 7 | 3A | 45 | 4C |
| Octal | 354 | 351 | 230 | 0 | 1 | 44 | 7 | 72 | 105 | 114 |
| Binary | 11101100 | 11101001 | 10011000 | 0 | 1 | 100100 | 111 | 111010 | 1000101 | 1001100 |
Color Harmonies of #ECE998
Complementary color
Monochromatic Colors of #ECE998
Black with #ECE998
Text Example
Text Example
White with #ECE998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE998; }
p { color: rgb(236,233,152); }
H1.HeaderClassName
{
color: #ECE998;
}
.AnyTagClassName
{
color: #ECE998;
}
</style>
background-color css
<style>
a { background-color: #ECE998; }
a { background-color: rgb(236,233,152); }
div.DivClassName
{
background-color: #ECE998;
}
.BgClassName
{
background-color: #ECE998;
}
</style>
border-color css
<style>
span { border-color: #ECE998; }
span { border-color: rgb(236,233,152); }
td.TdClassName
{
border-color: #ECE998;
}
.TagClassName
{
border-color: #ECE998;
}
</style>