Shades of Portica #ECD055
Tints of Portica #ECD055
RGB
CMYK
RGB Variations
Color information
#ECD055 (or 0xECD055) is known color: Portica. HEX triplet: EC, D0 and 55. RGB value is (236,208,85). Sum of RGB (Red+Green+Blue) = 236+208+85=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 85 (33.59% from 255 or 16.07% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD055 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD055 is #132FAA. Grayscale: #CACACA. Windows color (decimal): -1257387 or 5624044. OLE color: 5624044.
HSL color Cylindrical-coordinate representation of color #ECD055: hue angle of 48.87º 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 #ECD055 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 85 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.07 |
| HSL | 48.87º | 0.8% | 0.63% | - |
| HSV(B) | 48.87º | 0.64% | 0.93% | - |
| XYZ | 58.79 | 63.6 | 17.77 | - |
| YUV | 202.35 | 61.78 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 85 | 0 | 0.12 | 0.64 | 0.07 | 48.87 | 0.8 | 0.63 |
| Hex | EC | D0 | 55 | 0 | C | 40 | 7 | 31 | 50 | 3F |
| Octal | 354 | 320 | 125 | 0 | 14 | 100 | 7 | 61 | 120 | 77 |
| Binary | 11101100 | 11010000 | 1010101 | 0 | 1100 | 1000000 | 111 | 110001 | 1010000 | 111111 |
Color Harmonies of #ECD055
Complementary color
Monochromatic Colors of #ECD055
Black with #ECD055
Text Example
Text Example
White with #ECD055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD055; }
p { color: rgb(236,208,85); }
H1.HeaderClassName
{
color: #ECD055;
}
.AnyTagClassName
{
color: #ECD055;
}
</style>
background-color css
<style>
a { background-color: #ECD055; }
a { background-color: rgb(236,208,85); }
div.DivClassName
{
background-color: #ECD055;
}
.BgClassName
{
background-color: #ECD055;
}
</style>
border-color css
<style>
span { border-color: #ECD055; }
span { border-color: rgb(236,208,85); }
td.TdClassName
{
border-color: #ECD055;
}
.TagClassName
{
border-color: #ECD055;
}
</style>