Shades of Portica #ECD156
Tints of Portica #ECD156
RGB
CMYK
RGB Variations
Color information
#ECD156 (or 0xECD156) is known color: Portica. HEX triplet: EC, D1 and 56. RGB value is (236,209,86). Sum of RGB (Red+Green+Blue) = 236+209+86=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 86 (33.98% from 255 or 16.20% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD156 is #132EA9. Grayscale: #CBCBCB. Windows color (decimal): -1257130 or 5689836. OLE color: 5689836.
HSL color Cylindrical-coordinate representation of color #ECD156: hue angle of 49.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECD156 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 86 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.07 |
| HSL | 49.2º | 0.8% | 0.63% | - |
| HSV(B) | 49.2º | 0.64% | 0.93% | - |
| XYZ | 59.07 | 64.11 | 18.06 | - |
| YUV | 203.05 | 61.95 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 86 | 0 | 0.11 | 0.64 | 0.07 | 49.2 | 0.8 | 0.63 |
| Hex | EC | D1 | 56 | 0 | B | 40 | 7 | 31 | 50 | 3F |
| Octal | 354 | 321 | 126 | 0 | 13 | 100 | 7 | 61 | 120 | 77 |
| Binary | 11101100 | 11010001 | 1010110 | 0 | 1011 | 1000000 | 111 | 110001 | 1010000 | 111111 |
Color Harmonies of #ECD156
Complementary color
Monochromatic Colors of #ECD156
Black with #ECD156
Text Example
Text Example
White with #ECD156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD156; }
p { color: rgb(236,209,86); }
H1.HeaderClassName
{
color: #ECD156;
}
.AnyTagClassName
{
color: #ECD156;
}
</style>
background-color css
<style>
a { background-color: #ECD156; }
a { background-color: rgb(236,209,86); }
div.DivClassName
{
background-color: #ECD156;
}
.BgClassName
{
background-color: #ECD156;
}
</style>
border-color css
<style>
span { border-color: #ECD156; }
span { border-color: rgb(236,209,86); }
td.TdClassName
{
border-color: #ECD156;
}
.TagClassName
{
border-color: #ECD156;
}
</style>