Shades of Portafino #ECEA98
Tints of Portafino #ECEA98
RGB
CMYK
RGB Variations
Color information
#ECEA98 (or 0xECEA98) is known color: Portafino. HEX triplet: EC, EA and 98. RGB value is (236,234,152). Sum of RGB (Red+Green+Blue) = 236+234+152=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 152 (59.77% from 255 or 24.44% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA98 is #131567. Grayscale: #E1E1E1. Windows color (decimal): -1250664 or 10021612. OLE color: 10021612.
HSL color Cylindrical-coordinate representation of color #ECEA98: hue angle of 58.57º 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 #ECEA98 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 152 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.07 |
| HSL | 58.57º | 0.69% | 0.76% | - |
| HSV(B) | 58.57º | 0.36% | 0.93% | - |
| XYZ | 69.68 | 78.95 | 41.27 | - |
| YUV | 225.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 152 | 0 | 0.01 | 0.36 | 0.07 | 58.57 | 0.69 | 0.76 |
| Hex | EC | EA | 98 | 0 | 1 | 24 | 7 | 3B | 45 | 4C |
| Octal | 354 | 352 | 230 | 0 | 1 | 44 | 7 | 73 | 105 | 114 |
| Binary | 11101100 | 11101010 | 10011000 | 0 | 1 | 100100 | 111 | 111011 | 1000101 | 1001100 |
Color Harmonies of #ECEA98
Complementary color
Monochromatic Colors of #ECEA98
Black with #ECEA98
Text Example
Text Example
White with #ECEA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA98; }
p { color: rgb(236,234,152); }
H1.HeaderClassName
{
color: #ECEA98;
}
.AnyTagClassName
{
color: #ECEA98;
}
</style>
background-color css
<style>
a { background-color: #ECEA98; }
a { background-color: rgb(236,234,152); }
div.DivClassName
{
background-color: #ECEA98;
}
.BgClassName
{
background-color: #ECEA98;
}
</style>
border-color css
<style>
span { border-color: #ECEA98; }
span { border-color: rgb(236,234,152); }
td.TdClassName
{
border-color: #ECEA98;
}
.TagClassName
{
border-color: #ECEA98;
}
</style>