Shades of Portica #ECD550
Tints of Portica #ECD550
RGB
CMYK
RGB Variations
Color information
#ECD550 (or 0xECD550) is known color: Portica. HEX triplet: EC, D5 and 50. RGB value is (236,213,80). Sum of RGB (Red+Green+Blue) = 236+213+80=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD550 is #132AAF. Grayscale: #CDCDCD. Windows color (decimal): -1256112 or 5297644. OLE color: 5297644.
HSL color Cylindrical-coordinate representation of color #ECD550: hue angle of 51.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECD550 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 80 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.07 |
| HSL | 51.15º | 0.8% | 0.62% | - |
| HSV(B) | 51.15º | 0.66% | 0.93% | - |
| XYZ | 59.83 | 66 | 17.18 | - |
| YUV | 204.72 | 57.62 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 80 | 0 | 0.10 | 0.66 | 0.07 | 51.15 | 0.8 | 0.62 |
| Hex | EC | D5 | 50 | 0 | A | 42 | 7 | 33 | 50 | 3E |
| Octal | 354 | 325 | 120 | 0 | 12 | 102 | 7 | 63 | 120 | 76 |
| Binary | 11101100 | 11010101 | 1010000 | 0 | 1010 | 1000010 | 111 | 110011 | 1010000 | 111110 |
Color Harmonies of #ECD550
Complementary color
Monochromatic Colors of #ECD550
Black with #ECD550
Text Example
Text Example
White with #ECD550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD550; }
p { color: rgb(236,213,80); }
H1.HeaderClassName
{
color: #ECD550;
}
.AnyTagClassName
{
color: #ECD550;
}
</style>
background-color css
<style>
a { background-color: #ECD550; }
a { background-color: rgb(236,213,80); }
div.DivClassName
{
background-color: #ECD550;
}
.BgClassName
{
background-color: #ECD550;
}
</style>
border-color css
<style>
span { border-color: #ECD550; }
span { border-color: rgb(236,213,80); }
td.TdClassName
{
border-color: #ECD550;
}
.TagClassName
{
border-color: #ECD550;
}
</style>