Shades of Portafino #ECEDA1
Tints of Portafino #ECEDA1
RGB
CMYK
RGB Variations
Color information
#ECEDA1 (or 0xECEDA1) is known color: Portafino. HEX triplet: EC, ED and A1. RGB value is (236,237,161). Sum of RGB (Red+Green+Blue) = 236+237+161=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 161 (63.28% from 255 or 25.39% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEDA1 is #13125E. Grayscale: #E4E4E4. Windows color (decimal): -1249887 or 10612204. OLE color: 10612204.
HSL color Cylindrical-coordinate representation of color #ECEDA1: hue angle of 60.79º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECEDA1 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 161 | - |
| CMYK | 0.00 | 0 | 0.32 | 0.07 |
| HSL | 60.79º | 0.68% | 0.78% | - |
| HSV(B) | 60.79º | 0.32% | 0.93% | - |
| XYZ | 71.31 | 80.97 | 45.59 | - |
| YUV | 228.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 161 | 0.00 | 0 | 0.32 | 0.07 | 60.79 | 0.68 | 0.78 |
| Hex | EC | ED | A1 | 0 | 0 | 20 | 7 | 3D | 44 | 4E |
| Octal | 354 | 355 | 241 | 0 | 0 | 40 | 7 | 75 | 104 | 116 |
| Binary | 11101100 | 11101101 | 10100001 | 0 | 0 | 100000 | 111 | 111101 | 1000100 | 1001110 |
Color Harmonies of #ECEDA1
Complementary color
Monochromatic Colors of #ECEDA1
Black with #ECEDA1
Text Example
Text Example
White with #ECEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDA1; }
p { color: rgb(236,237,161); }
H1.HeaderClassName
{
color: #ECEDA1;
}
.AnyTagClassName
{
color: #ECEDA1;
}
</style>
background-color css
<style>
a { background-color: #ECEDA1; }
a { background-color: rgb(236,237,161); }
div.DivClassName
{
background-color: #ECEDA1;
}
.BgClassName
{
background-color: #ECEDA1;
}
</style>
border-color css
<style>
span { border-color: #ECEDA1; }
span { border-color: rgb(236,237,161); }
td.TdClassName
{
border-color: #ECEDA1;
}
.TagClassName
{
border-color: #ECEDA1;
}
</style>