Shades of Portica #ECD256
Tints of Portica #ECD256
RGB
CMYK
RGB Variations
Color information
#ECD256 (or 0xECD256) is known color: Portica. HEX triplet: EC, D2 and 56. RGB value is (236,210,86). Sum of RGB (Red+Green+Blue) = 236+210+86=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 86 (33.98% from 255 or 16.17% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD256 is #132DA9. Grayscale: #CCCCCC. Windows color (decimal): -1256874 or 5690092. OLE color: 5690092.
HSL color Cylindrical-coordinate representation of color #ECD256: hue angle of 49.6º 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 #ECD256 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 86 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.07 |
| HSL | 49.6º | 0.8% | 0.63% | - |
| HSV(B) | 49.6º | 0.64% | 0.93% | - |
| XYZ | 59.32 | 64.6 | 18.15 | - |
| YUV | 203.64 | 61.61 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 86 | 0 | 0.11 | 0.64 | 0.07 | 49.6 | 0.8 | 0.63 |
| Hex | EC | D2 | 56 | 0 | B | 40 | 7 | 32 | 50 | 3F |
| Octal | 354 | 322 | 126 | 0 | 13 | 100 | 7 | 62 | 120 | 77 |
| Binary | 11101100 | 11010010 | 1010110 | 0 | 1011 | 1000000 | 111 | 110010 | 1010000 | 111111 |
Color Harmonies of #ECD256
Complementary color
Monochromatic Colors of #ECD256
Black with #ECD256
Text Example
Text Example
White with #ECD256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD256; }
p { color: rgb(236,210,86); }
H1.HeaderClassName
{
color: #ECD256;
}
.AnyTagClassName
{
color: #ECD256;
}
</style>
background-color css
<style>
a { background-color: #ECD256; }
a { background-color: rgb(236,210,86); }
div.DivClassName
{
background-color: #ECD256;
}
.BgClassName
{
background-color: #ECD256;
}
</style>
border-color css
<style>
span { border-color: #ECD256; }
span { border-color: rgb(236,210,86); }
td.TdClassName
{
border-color: #ECD256;
}
.TagClassName
{
border-color: #ECD256;
}
</style>