Shades of Portica #ECD354
Tints of Portica #ECD354
RGB
CMYK
RGB Variations
Color information
#ECD354 (or 0xECD354) is known color: Portica. HEX triplet: EC, D3 and 54. RGB value is (236,211,84). Sum of RGB (Red+Green+Blue) = 236+211+84=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 84 (33.20% from 255 or 15.82% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD354 is #132CAB. Grayscale: #CCCCCC. Windows color (decimal): -1256620 or 5559276. OLE color: 5559276.
HSL color Cylindrical-coordinate representation of color #ECD354: hue angle of 50.13º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECD354 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 84 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.07 |
| HSL | 50.13º | 0.8% | 0.63% | - |
| HSV(B) | 50.13º | 0.64% | 0.93% | - |
| XYZ | 59.49 | 65.06 | 17.81 | - |
| YUV | 204 | 60.28 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 84 | 0 | 0.11 | 0.64 | 0.07 | 50.13 | 0.8 | 0.63 |
| Hex | EC | D3 | 54 | 0 | B | 40 | 7 | 32 | 50 | 3F |
| Octal | 354 | 323 | 124 | 0 | 13 | 100 | 7 | 62 | 120 | 77 |
| Binary | 11101100 | 11010011 | 1010100 | 0 | 1011 | 1000000 | 111 | 110010 | 1010000 | 111111 |
Color Harmonies of #ECD354
Complementary color
Monochromatic Colors of #ECD354
Black with #ECD354
Text Example
Text Example
White with #ECD354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD354; }
p { color: rgb(236,211,84); }
H1.HeaderClassName
{
color: #ECD354;
}
.AnyTagClassName
{
color: #ECD354;
}
</style>
background-color css
<style>
a { background-color: #ECD354; }
a { background-color: rgb(236,211,84); }
div.DivClassName
{
background-color: #ECD354;
}
.BgClassName
{
background-color: #ECD354;
}
</style>
border-color css
<style>
span { border-color: #ECD354; }
span { border-color: rgb(236,211,84); }
td.TdClassName
{
border-color: #ECD354;
}
.TagClassName
{
border-color: #ECD354;
}
</style>