Shades of Portica #ECDB55
Tints of Portica #ECDB55
RGB
CMYK
RGB Variations
Color information
#ECDB55 (or 0xECDB55) is known color: Portica. HEX triplet: EC, DB and 55. RGB value is (236,219,85). Sum of RGB (Red+Green+Blue) = 236+219+85=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 85 (33.59% from 255 or 15.74% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB55 is #1324AA. Grayscale: #D1D1D1. Windows color (decimal): -1254571 or 5626860. OLE color: 5626860.
HSL color Cylindrical-coordinate representation of color #ECDB55: hue angle of 53.25º 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 #ECDB55 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 85 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.07 |
| HSL | 53.25º | 0.8% | 0.63% | - |
| HSV(B) | 53.25º | 0.64% | 0.93% | - |
| XYZ | 61.56 | 69.15 | 18.7 | - |
| YUV | 208.81 | 58.13 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 85 | 0 | 0.07 | 0.64 | 0.07 | 53.25 | 0.8 | 0.63 |
| Hex | EC | DB | 55 | 0 | 7 | 40 | 7 | 35 | 50 | 3F |
| Octal | 354 | 333 | 125 | 0 | 7 | 100 | 7 | 65 | 120 | 77 |
| Binary | 11101100 | 11011011 | 1010101 | 0 | 111 | 1000000 | 111 | 110101 | 1010000 | 111111 |
Color Harmonies of #ECDB55
Complementary color
Monochromatic Colors of #ECDB55
Black with #ECDB55
Text Example
Text Example
White with #ECDB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB55; }
p { color: rgb(236,219,85); }
H1.HeaderClassName
{
color: #ECDB55;
}
.AnyTagClassName
{
color: #ECDB55;
}
</style>
background-color css
<style>
a { background-color: #ECDB55; }
a { background-color: rgb(236,219,85); }
div.DivClassName
{
background-color: #ECDB55;
}
.BgClassName
{
background-color: #ECDB55;
}
</style>
border-color css
<style>
span { border-color: #ECDB55; }
span { border-color: rgb(236,219,85); }
td.TdClassName
{
border-color: #ECDB55;
}
.TagClassName
{
border-color: #ECDB55;
}
</style>