Shades of Portica #ECD154
Tints of Portica #ECD154
RGB
CMYK
RGB Variations
Color information
#ECD154 (or 0xECD154) is known color: Portica. HEX triplet: EC, D1 and 54. RGB value is (236,209,84). Sum of RGB (Red+Green+Blue) = 236+209+84=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 84 (33.20% from 255 or 15.88% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD154 is #132EAB. Grayscale: #CBCBCB. Windows color (decimal): -1257132 or 5558764. OLE color: 5558764.
HSL color Cylindrical-coordinate representation of color #ECD154: hue angle of 49.34º 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 #ECD154 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 84 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.07 |
| HSL | 49.34º | 0.8% | 0.63% | - |
| HSV(B) | 49.34º | 0.64% | 0.93% | - |
| XYZ | 58.99 | 64.07 | 17.65 | - |
| YUV | 202.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 84 | 0 | 0.11 | 0.64 | 0.07 | 49.34 | 0.8 | 0.63 |
| Hex | EC | D1 | 54 | 0 | B | 40 | 7 | 31 | 50 | 3F |
| Octal | 354 | 321 | 124 | 0 | 13 | 100 | 7 | 61 | 120 | 77 |
| Binary | 11101100 | 11010001 | 1010100 | 0 | 1011 | 1000000 | 111 | 110001 | 1010000 | 111111 |
Color Harmonies of #ECD154
Complementary color
Monochromatic Colors of #ECD154
Black with #ECD154
Text Example
Text Example
White with #ECD154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD154; }
p { color: rgb(236,209,84); }
H1.HeaderClassName
{
color: #ECD154;
}
.AnyTagClassName
{
color: #ECD154;
}
</style>
background-color css
<style>
a { background-color: #ECD154; }
a { background-color: rgb(236,209,84); }
div.DivClassName
{
background-color: #ECD154;
}
.BgClassName
{
background-color: #ECD154;
}
</style>
border-color css
<style>
span { border-color: #ECD154; }
span { border-color: rgb(236,209,84); }
td.TdClassName
{
border-color: #ECD154;
}
.TagClassName
{
border-color: #ECD154;
}
</style>