Shades of Portafino #EDECA2
Tints of Portafino #EDECA2
RGB
CMYK
RGB Variations
Color information
#EDECA2 (or 0xEDECA2) is known color: Portafino. HEX triplet: ED, EC and A2. RGB value is (237,236,162). Sum of RGB (Red+Green+Blue) = 237+236+162=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 162 (63.67% from 255 or 25.51% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDECA2 is #12135D. Grayscale: #E4E4E4. Windows color (decimal): -1184606 or 10677485. OLE color: 10677485.
HSL color Cylindrical-coordinate representation of color #EDECA2: hue angle of 59.2º 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 #EDECA2 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 162 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.07 |
| HSL | 59.2º | 0.68% | 0.78% | - |
| HSV(B) | 59.2º | 0.32% | 0.93% | - |
| XYZ | 71.44 | 80.6 | 45.98 | - |
| YUV | 227.86 | 90.83 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 162 | 0 | 0.00 | 0.32 | 0.07 | 59.2 | 0.68 | 0.78 |
| Hex | ED | EC | A2 | 0 | 0 | 20 | 7 | 3B | 44 | 4E |
| Octal | 355 | 354 | 242 | 0 | 0 | 40 | 7 | 73 | 104 | 116 |
| Binary | 11101101 | 11101100 | 10100010 | 0 | 0 | 100000 | 111 | 111011 | 1000100 | 1001110 |
Color Harmonies of #EDECA2
Complementary color
Monochromatic Colors of #EDECA2
Black with #EDECA2
Text Example
Text Example
White with #EDECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECA2; }
p { color: rgb(237,236,162); }
H1.HeaderClassName
{
color: #EDECA2;
}
.AnyTagClassName
{
color: #EDECA2;
}
</style>
background-color css
<style>
a { background-color: #EDECA2; }
a { background-color: rgb(237,236,162); }
div.DivClassName
{
background-color: #EDECA2;
}
.BgClassName
{
background-color: #EDECA2;
}
</style>
border-color css
<style>
span { border-color: #EDECA2; }
span { border-color: rgb(237,236,162); }
td.TdClassName
{
border-color: #EDECA2;
}
.TagClassName
{
border-color: #EDECA2;
}
</style>