Shades of Portica #ECD856
Tints of Portica #ECD856
RGB
CMYK
RGB Variations
Color information
#ECD856 (or 0xECD856) is known color: Portica. HEX triplet: EC, D8 and 56. RGB value is (236,216,86). Sum of RGB (Red+Green+Blue) = 236+216+86=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 86 (33.98% from 255 or 15.99% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD856 is #1327A9. Grayscale: #CFCFCF. Windows color (decimal): -1255338 or 5691628. OLE color: 5691628.
HSL color Cylindrical-coordinate representation of color #ECD856: hue angle of 52º 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 #ECD856 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 86 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.07 |
| HSL | 52º | 0.8% | 0.63% | - |
| HSV(B) | 52º | 0.64% | 0.93% | - |
| XYZ | 60.83 | 67.62 | 18.65 | - |
| YUV | 207.16 | 59.63 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 86 | 0 | 0.08 | 0.64 | 0.07 | 52 | 0.8 | 0.63 |
| Hex | EC | D8 | 56 | 0 | 8 | 40 | 7 | 34 | 50 | 3F |
| Octal | 354 | 330 | 126 | 0 | 10 | 100 | 7 | 64 | 120 | 77 |
| Binary | 11101100 | 11011000 | 1010110 | 0 | 1000 | 1000000 | 111 | 110100 | 1010000 | 111111 |
Color Harmonies of #ECD856
Complementary color
Monochromatic Colors of #ECD856
Black with #ECD856
Text Example
Text Example
White with #ECD856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD856; }
p { color: rgb(236,216,86); }
H1.HeaderClassName
{
color: #ECD856;
}
.AnyTagClassName
{
color: #ECD856;
}
</style>
background-color css
<style>
a { background-color: #ECD856; }
a { background-color: rgb(236,216,86); }
div.DivClassName
{
background-color: #ECD856;
}
.BgClassName
{
background-color: #ECD856;
}
</style>
border-color css
<style>
span { border-color: #ECD856; }
span { border-color: rgb(236,216,86); }
td.TdClassName
{
border-color: #ECD856;
}
.TagClassName
{
border-color: #ECD856;
}
</style>