Shades of Portica #ECD057
Tints of Portica #ECD057
RGB
CMYK
RGB Variations
Color information
#ECD057 (or 0xECD057) is known color: Portica. HEX triplet: EC, D0 and 57. RGB value is (236,208,87). Sum of RGB (Red+Green+Blue) = 236+208+87=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 87 (34.38% from 255 or 16.38% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD057 is #132FA8. Grayscale: #CBCBCB. Windows color (decimal): -1257385 or 5755116. OLE color: 5755116.
HSL color Cylindrical-coordinate representation of color #ECD057: hue angle of 48.72º 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 #ECD057 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 87 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.07 |
| HSL | 48.72º | 0.8% | 0.63% | - |
| HSV(B) | 48.72º | 0.63% | 0.93% | - |
| XYZ | 58.87 | 63.63 | 18.2 | - |
| YUV | 202.58 | 62.78 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 87 | 0 | 0.12 | 0.63 | 0.07 | 48.72 | 0.8 | 0.63 |
| Hex | EC | D0 | 57 | 0 | C | 3F | 7 | 31 | 50 | 3F |
| Octal | 354 | 320 | 127 | 0 | 14 | 77 | 7 | 61 | 120 | 77 |
| Binary | 11101100 | 11010000 | 1010111 | 0 | 1100 | 111111 | 111 | 110001 | 1010000 | 111111 |
Color Harmonies of #ECD057
Complementary color
Monochromatic Colors of #ECD057
Black with #ECD057
Text Example
Text Example
White with #ECD057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD057; }
p { color: rgb(236,208,87); }
H1.HeaderClassName
{
color: #ECD057;
}
.AnyTagClassName
{
color: #ECD057;
}
</style>
background-color css
<style>
a { background-color: #ECD057; }
a { background-color: rgb(236,208,87); }
div.DivClassName
{
background-color: #ECD057;
}
.BgClassName
{
background-color: #ECD057;
}
</style>
border-color css
<style>
span { border-color: #ECD057; }
span { border-color: rgb(236,208,87); }
td.TdClassName
{
border-color: #ECD057;
}
.TagClassName
{
border-color: #ECD057;
}
</style>