Shades of Portafino #ECE898
Tints of Portafino #ECE898
RGB
CMYK
RGB Variations
Color information
#ECE898 (or 0xECE898) is known color: Portafino. HEX triplet: EC, E8 and 98. RGB value is (236,232,152). Sum of RGB (Red+Green+Blue) = 236+232+152=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 152 (59.77% from 255 or 24.52% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE898 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE898 is #131767. Grayscale: #E0E0E0. Windows color (decimal): -1251176 or 10021100. OLE color: 10021100.
HSL color Cylindrical-coordinate representation of color #ECE898: hue angle of 57.14º 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 #ECE898 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 152 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.07 |
| HSL | 57.14º | 0.69% | 0.76% | - |
| HSV(B) | 57.14º | 0.36% | 0.93% | - |
| XYZ | 69.12 | 77.81 | 41.08 | - |
| YUV | 224.08 | 87.33 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 152 | 0 | 0.02 | 0.36 | 0.07 | 57.14 | 0.69 | 0.76 |
| Hex | EC | E8 | 98 | 0 | 2 | 24 | 7 | 39 | 45 | 4C |
| Octal | 354 | 350 | 230 | 0 | 2 | 44 | 7 | 71 | 105 | 114 |
| Binary | 11101100 | 11101000 | 10011000 | 0 | 10 | 100100 | 111 | 111001 | 1000101 | 1001100 |
Color Harmonies of #ECE898
Complementary color
Monochromatic Colors of #ECE898
Black with #ECE898
Text Example
Text Example
White with #ECE898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE898; }
p { color: rgb(236,232,152); }
H1.HeaderClassName
{
color: #ECE898;
}
.AnyTagClassName
{
color: #ECE898;
}
</style>
background-color css
<style>
a { background-color: #ECE898; }
a { background-color: rgb(236,232,152); }
div.DivClassName
{
background-color: #ECE898;
}
.BgClassName
{
background-color: #ECE898;
}
</style>
border-color css
<style>
span { border-color: #ECE898; }
span { border-color: rgb(236,232,152); }
td.TdClassName
{
border-color: #ECE898;
}
.TagClassName
{
border-color: #ECE898;
}
</style>