Shades of Portica #ECD353
Tints of Portica #ECD353
RGB
CMYK
RGB Variations
Color information
#ECD353 (or 0xECD353) is known color: Portica. HEX triplet: EC, D3 and 53. RGB value is (236,211,83). Sum of RGB (Red+Green+Blue) = 236+211+83=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD353 is #132CAC. Grayscale: #CCCCCC. Windows color (decimal): -1256621 or 5493740. OLE color: 5493740.
HSL color Cylindrical-coordinate representation of color #ECD353: hue angle of 50.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECD353 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 83 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.07 |
| HSL | 50.2º | 0.8% | 0.63% | - |
| HSV(B) | 50.2º | 0.65% | 0.93% | - |
| XYZ | 59.45 | 65.05 | 17.61 | - |
| YUV | 203.88 | 59.78 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 83 | 0 | 0.11 | 0.65 | 0.07 | 50.2 | 0.8 | 0.63 |
| Hex | EC | D3 | 53 | 0 | B | 41 | 7 | 32 | 50 | 3F |
| Octal | 354 | 323 | 123 | 0 | 13 | 101 | 7 | 62 | 120 | 77 |
| Binary | 11101100 | 11010011 | 1010011 | 0 | 1011 | 1000001 | 111 | 110010 | 1010000 | 111111 |
Color Harmonies of #ECD353
Complementary color
Monochromatic Colors of #ECD353
Black with #ECD353
Text Example
Text Example
White with #ECD353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD353; }
p { color: rgb(236,211,83); }
H1.HeaderClassName
{
color: #ECD353;
}
.AnyTagClassName
{
color: #ECD353;
}
</style>
background-color css
<style>
a { background-color: #ECD353; }
a { background-color: rgb(236,211,83); }
div.DivClassName
{
background-color: #ECD353;
}
.BgClassName
{
background-color: #ECD353;
}
</style>
border-color css
<style>
span { border-color: #ECD353; }
span { border-color: rgb(236,211,83); }
td.TdClassName
{
border-color: #ECD353;
}
.TagClassName
{
border-color: #ECD353;
}
</style>