Shades of Portica #ECDB61
Tints of Portica #ECDB61
RGB
CMYK
RGB Variations
Color information
#ECDB61 (or 0xECDB61) is known color: Portica. HEX triplet: EC, DB and 61. RGB value is (236,219,97). Sum of RGB (Red+Green+Blue) = 236+219+97=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 97 (38.28% from 255 or 17.57% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB61 is #13249E. Grayscale: #D2D2D2. Windows color (decimal): -1254559 or 6413292. OLE color: 6413292.
HSL color Cylindrical-coordinate representation of color #ECDB61: hue angle of 52.66º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECDB61 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 97 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.07 |
| HSL | 52.66º | 0.79% | 0.65% | - |
| HSV(B) | 52.66º | 0.59% | 0.93% | - |
| XYZ | 62.08 | 69.36 | 21.42 | - |
| YUV | 210.18 | 64.13 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 97 | 0 | 0.07 | 0.59 | 0.07 | 52.66 | 0.79 | 0.65 |
| Hex | EC | DB | 61 | 0 | 7 | 3B | 7 | 35 | 4F | 41 |
| Octal | 354 | 333 | 141 | 0 | 7 | 73 | 7 | 65 | 117 | 101 |
| Binary | 11101100 | 11011011 | 1100001 | 0 | 111 | 111011 | 111 | 110101 | 1001111 | 1000001 |
Color Harmonies of #ECDB61
Complementary color
Monochromatic Colors of #ECDB61
Black with #ECDB61
Text Example
Text Example
White with #ECDB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB61; }
p { color: rgb(236,219,97); }
H1.HeaderClassName
{
color: #ECDB61;
}
.AnyTagClassName
{
color: #ECDB61;
}
</style>
background-color css
<style>
a { background-color: #ECDB61; }
a { background-color: rgb(236,219,97); }
div.DivClassName
{
background-color: #ECDB61;
}
.BgClassName
{
background-color: #ECDB61;
}
</style>
border-color css
<style>
span { border-color: #ECDB61; }
span { border-color: rgb(236,219,97); }
td.TdClassName
{
border-color: #ECDB61;
}
.TagClassName
{
border-color: #ECDB61;
}
</style>