Shades of Portica #ECD657
Tints of Portica #ECD657
RGB
CMYK
RGB Variations
Color information
#ECD657 (or 0xECD657) is known color: Portica. HEX triplet: EC, D6 and 57. RGB value is (236,214,87). Sum of RGB (Red+Green+Blue) = 236+214+87=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 87 (34.38% from 255 or 16.20% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD657 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD657 is #1329A8. Grayscale: #CECECE. Windows color (decimal): -1255849 or 5756652. OLE color: 5756652.
HSL color Cylindrical-coordinate representation of color #ECD657: hue angle of 51.14º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECD657 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 87 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.07 |
| HSL | 51.14º | 0.8% | 0.63% | - |
| HSV(B) | 51.14º | 0.63% | 0.93% | - |
| XYZ | 60.36 | 66.61 | 18.69 | - |
| YUV | 206.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 87 | 0 | 0.09 | 0.63 | 0.07 | 51.14 | 0.8 | 0.63 |
| Hex | EC | D6 | 57 | 0 | 9 | 3F | 7 | 33 | 50 | 3F |
| Octal | 354 | 326 | 127 | 0 | 11 | 77 | 7 | 63 | 120 | 77 |
| Binary | 11101100 | 11010110 | 1010111 | 0 | 1001 | 111111 | 111 | 110011 | 1010000 | 111111 |
Color Harmonies of #ECD657
Complementary color
Monochromatic Colors of #ECD657
Black with #ECD657
Text Example
Text Example
White with #ECD657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD657; }
p { color: rgb(236,214,87); }
H1.HeaderClassName
{
color: #ECD657;
}
.AnyTagClassName
{
color: #ECD657;
}
</style>
background-color css
<style>
a { background-color: #ECD657; }
a { background-color: rgb(236,214,87); }
div.DivClassName
{
background-color: #ECD657;
}
.BgClassName
{
background-color: #ECD657;
}
</style>
border-color css
<style>
span { border-color: #ECD657; }
span { border-color: rgb(236,214,87); }
td.TdClassName
{
border-color: #ECD657;
}
.TagClassName
{
border-color: #ECD657;
}
</style>