Shades of Portica #ECD555
Tints of Portica #ECD555
RGB
CMYK
RGB Variations
Color information
#ECD555 (or 0xECD555) is known color: Portica. HEX triplet: EC, D5 and 55. RGB value is (236,213,85). Sum of RGB (Red+Green+Blue) = 236+213+85=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 85 (33.59% from 255 or 15.92% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD555 is #132AAA. Grayscale: #CDCDCD. Windows color (decimal): -1256107 or 5625324. OLE color: 5625324.
HSL color Cylindrical-coordinate representation of color #ECD555: hue angle of 50.86º 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 #ECD555 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 85 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.07 |
| HSL | 50.86º | 0.8% | 0.63% | - |
| HSV(B) | 50.86º | 0.64% | 0.93% | - |
| XYZ | 60.03 | 66.08 | 18.18 | - |
| YUV | 205.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 85 | 0 | 0.10 | 0.64 | 0.07 | 50.86 | 0.8 | 0.63 |
| Hex | EC | D5 | 55 | 0 | A | 40 | 7 | 33 | 50 | 3F |
| Octal | 354 | 325 | 125 | 0 | 12 | 100 | 7 | 63 | 120 | 77 |
| Binary | 11101100 | 11010101 | 1010101 | 0 | 1010 | 1000000 | 111 | 110011 | 1010000 | 111111 |
Color Harmonies of #ECD555
Complementary color
Monochromatic Colors of #ECD555
Black with #ECD555
Text Example
Text Example
White with #ECD555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD555; }
p { color: rgb(236,213,85); }
H1.HeaderClassName
{
color: #ECD555;
}
.AnyTagClassName
{
color: #ECD555;
}
</style>
background-color css
<style>
a { background-color: #ECD555; }
a { background-color: rgb(236,213,85); }
div.DivClassName
{
background-color: #ECD555;
}
.BgClassName
{
background-color: #ECD555;
}
</style>
border-color css
<style>
span { border-color: #ECD555; }
span { border-color: rgb(236,213,85); }
td.TdClassName
{
border-color: #ECD555;
}
.TagClassName
{
border-color: #ECD555;
}
</style>