Shades of Portica #ECDA59
Tints of Portica #ECDA59
RGB
CMYK
RGB Variations
Color information
#ECDA59 (or 0xECDA59) is known color: Portica. HEX triplet: EC, DA and 59. RGB value is (236,218,89). Sum of RGB (Red+Green+Blue) = 236+218+89=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 89 (35.16% from 255 or 16.39% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA59 is #1325A6. Grayscale: #D1D1D1. Windows color (decimal): -1254823 or 5888748. OLE color: 5888748.
HSL color Cylindrical-coordinate representation of color #ECDA59: hue angle of 52.65º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECDA59 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 89 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.07 |
| HSL | 52.65º | 0.79% | 0.64% | - |
| HSV(B) | 52.65º | 0.62% | 0.93% | - |
| XYZ | 61.47 | 68.7 | 19.47 | - |
| YUV | 208.68 | 60.46 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 89 | 0 | 0.08 | 0.62 | 0.07 | 52.65 | 0.79 | 0.64 |
| Hex | EC | DA | 59 | 0 | 8 | 3E | 7 | 35 | 4F | 40 |
| Octal | 354 | 332 | 131 | 0 | 10 | 76 | 7 | 65 | 117 | 100 |
| Binary | 11101100 | 11011010 | 1011001 | 0 | 1000 | 111110 | 111 | 110101 | 1001111 | 1000000 |
Color Harmonies of #ECDA59
Complementary color
Monochromatic Colors of #ECDA59
Black with #ECDA59
Text Example
Text Example
White with #ECDA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA59; }
p { color: rgb(236,218,89); }
H1.HeaderClassName
{
color: #ECDA59;
}
.AnyTagClassName
{
color: #ECDA59;
}
</style>
background-color css
<style>
a { background-color: #ECDA59; }
a { background-color: rgb(236,218,89); }
div.DivClassName
{
background-color: #ECDA59;
}
.BgClassName
{
background-color: #ECDA59;
}
</style>
border-color css
<style>
span { border-color: #ECDA59; }
span { border-color: rgb(236,218,89); }
td.TdClassName
{
border-color: #ECDA59;
}
.TagClassName
{
border-color: #ECDA59;
}
</style>