Shades of Portica #ECD959
Tints of Portica #ECD959
RGB
CMYK
RGB Variations
Color information
#ECD959 (or 0xECD959) is known color: Portica. HEX triplet: EC, D9 and 59. RGB value is (236,217,89). Sum of RGB (Red+Green+Blue) = 236+217+89=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 89 (35.16% from 255 or 16.42% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD959 is #1326A6. Grayscale: #D0D0D0. Windows color (decimal): -1255079 or 5888492. OLE color: 5888492.
HSL color Cylindrical-coordinate representation of color #ECD959: hue angle of 52.24º 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 #ECD959 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 89 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.07 |
| HSL | 52.24º | 0.79% | 0.64% | - |
| HSV(B) | 52.24º | 0.62% | 0.93% | - |
| XYZ | 61.21 | 68.18 | 19.39 | - |
| YUV | 208.09 | 60.79 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 89 | 0 | 0.08 | 0.62 | 0.07 | 52.24 | 0.79 | 0.64 |
| Hex | EC | D9 | 59 | 0 | 8 | 3E | 7 | 34 | 4F | 40 |
| Octal | 354 | 331 | 131 | 0 | 10 | 76 | 7 | 64 | 117 | 100 |
| Binary | 11101100 | 11011001 | 1011001 | 0 | 1000 | 111110 | 111 | 110100 | 1001111 | 1000000 |
Color Harmonies of #ECD959
Complementary color
Monochromatic Colors of #ECD959
Black with #ECD959
Text Example
Text Example
White with #ECD959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD959; }
p { color: rgb(236,217,89); }
H1.HeaderClassName
{
color: #ECD959;
}
.AnyTagClassName
{
color: #ECD959;
}
</style>
background-color css
<style>
a { background-color: #ECD959; }
a { background-color: rgb(236,217,89); }
div.DivClassName
{
background-color: #ECD959;
}
.BgClassName
{
background-color: #ECD959;
}
</style>
border-color css
<style>
span { border-color: #ECD959; }
span { border-color: rgb(236,217,89); }
td.TdClassName
{
border-color: #ECD959;
}
.TagClassName
{
border-color: #ECD959;
}
</style>