Shades of Portica #ECD051
Tints of Portica #ECD051
RGB
CMYK
RGB Variations
Color information
#ECD051 (or 0xECD051) is known color: Portica. HEX triplet: EC, D0 and 51. RGB value is (236,208,81). Sum of RGB (Red+Green+Blue) = 236+208+81=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 81 (32.03% from 255 or 15.43% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD051 is #132FAE. Grayscale: #CACACA. Windows color (decimal): -1257391 or 5361900. OLE color: 5361900.
HSL color Cylindrical-coordinate representation of color #ECD051: hue angle of 49.16º 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 #ECD051 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 81 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.07 |
| HSL | 49.16º | 0.8% | 0.62% | - |
| HSV(B) | 49.16º | 0.66% | 0.93% | - |
| XYZ | 58.63 | 63.54 | 16.96 | - |
| YUV | 201.89 | 59.78 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 81 | 0 | 0.12 | 0.66 | 0.07 | 49.16 | 0.8 | 0.62 |
| Hex | EC | D0 | 51 | 0 | C | 42 | 7 | 31 | 50 | 3E |
| Octal | 354 | 320 | 121 | 0 | 14 | 102 | 7 | 61 | 120 | 76 |
| Binary | 11101100 | 11010000 | 1010001 | 0 | 1100 | 1000010 | 111 | 110001 | 1010000 | 111110 |
Color Harmonies of #ECD051
Complementary color
Monochromatic Colors of #ECD051
Black with #ECD051
Text Example
Text Example
White with #ECD051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD051; }
p { color: rgb(236,208,81); }
H1.HeaderClassName
{
color: #ECD051;
}
.AnyTagClassName
{
color: #ECD051;
}
</style>
background-color css
<style>
a { background-color: #ECD051; }
a { background-color: rgb(236,208,81); }
div.DivClassName
{
background-color: #ECD051;
}
.BgClassName
{
background-color: #ECD051;
}
</style>
border-color css
<style>
span { border-color: #ECD051; }
span { border-color: rgb(236,208,81); }
td.TdClassName
{
border-color: #ECD051;
}
.TagClassName
{
border-color: #ECD051;
}
</style>