Shades of Portica #ECDA51
Tints of Portica #ECDA51
RGB
CMYK
RGB Variations
Color information
#ECDA51 (or 0xECDA51) is known color: Portica. HEX triplet: EC, DA and 51. RGB value is (236,218,81). Sum of RGB (Red+Green+Blue) = 236+218+81=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 81 (32.03% from 255 or 15.14% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA51 is #1325AE. Grayscale: #D0D0D0. Windows color (decimal): -1254831 or 5364460. OLE color: 5364460.
HSL color Cylindrical-coordinate representation of color #ECDA51: hue angle of 53.03º 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 #ECDA51 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 81 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.07 |
| HSL | 53.03º | 0.8% | 0.62% | - |
| HSV(B) | 53.03º | 0.66% | 0.93% | - |
| XYZ | 61.15 | 68.57 | 17.8 | - |
| YUV | 207.76 | 56.46 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 81 | 0 | 0.08 | 0.66 | 0.07 | 53.03 | 0.8 | 0.62 |
| Hex | EC | DA | 51 | 0 | 8 | 42 | 7 | 35 | 50 | 3E |
| Octal | 354 | 332 | 121 | 0 | 10 | 102 | 7 | 65 | 120 | 76 |
| Binary | 11101100 | 11011010 | 1010001 | 0 | 1000 | 1000010 | 111 | 110101 | 1010000 | 111110 |
Color Harmonies of #ECDA51
Complementary color
Monochromatic Colors of #ECDA51
Black with #ECDA51
Text Example
Text Example
White with #ECDA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA51; }
p { color: rgb(236,218,81); }
H1.HeaderClassName
{
color: #ECDA51;
}
.AnyTagClassName
{
color: #ECDA51;
}
</style>
background-color css
<style>
a { background-color: #ECDA51; }
a { background-color: rgb(236,218,81); }
div.DivClassName
{
background-color: #ECDA51;
}
.BgClassName
{
background-color: #ECDA51;
}
</style>
border-color css
<style>
span { border-color: #ECDA51; }
span { border-color: rgb(236,218,81); }
td.TdClassName
{
border-color: #ECDA51;
}
.TagClassName
{
border-color: #ECDA51;
}
</style>