Shades of Portica #ECCE57
Tints of Portica #ECCE57
RGB
CMYK
RGB Variations
Color information
#ECCE57 (or 0xECCE57) is known color: Portica. HEX triplet: EC, CE and 57. RGB value is (236,206,87). Sum of RGB (Red+Green+Blue) = 236+206+87=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 87 (34.38% from 255 or 16.45% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCE57 is #1331A8. Grayscale: #C9C9C9. Windows color (decimal): -1257897 or 5754604. OLE color: 5754604.
HSL color Cylindrical-coordinate representation of color #ECCE57: hue angle of 47.92º 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 #ECCE57 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 87 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.07 |
| HSL | 47.92º | 0.8% | 0.63% | - |
| HSV(B) | 47.92º | 0.63% | 0.93% | - |
| XYZ | 58.38 | 62.66 | 18.03 | - |
| YUV | 201.4 | 63.44 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 87 | 0 | 0.13 | 0.63 | 0.07 | 47.92 | 0.8 | 0.63 |
| Hex | EC | CE | 57 | 0 | D | 3F | 7 | 30 | 50 | 3F |
| Octal | 354 | 316 | 127 | 0 | 15 | 77 | 7 | 60 | 120 | 77 |
| Binary | 11101100 | 11001110 | 1010111 | 0 | 1101 | 111111 | 111 | 110000 | 1010000 | 111111 |
Color Harmonies of #ECCE57
Complementary color
Monochromatic Colors of #ECCE57
Black with #ECCE57
Text Example
Text Example
White with #ECCE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE57; }
p { color: rgb(236,206,87); }
H1.HeaderClassName
{
color: #ECCE57;
}
.AnyTagClassName
{
color: #ECCE57;
}
</style>
background-color css
<style>
a { background-color: #ECCE57; }
a { background-color: rgb(236,206,87); }
div.DivClassName
{
background-color: #ECCE57;
}
.BgClassName
{
background-color: #ECCE57;
}
</style>
border-color css
<style>
span { border-color: #ECCE57; }
span { border-color: rgb(236,206,87); }
td.TdClassName
{
border-color: #ECCE57;
}
.TagClassName
{
border-color: #ECCE57;
}
</style>