Shades of Portica #ECDA54
Tints of Portica #ECDA54
RGB
CMYK
RGB Variations
Color information
#ECDA54 (or 0xECDA54) is known color: Portica. HEX triplet: EC, DA and 54. RGB value is (236,218,84). Sum of RGB (Red+Green+Blue) = 236+218+84=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 84 (33.20% from 255 or 15.61% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA54 is #1325AB. Grayscale: #D0D0D0. Windows color (decimal): -1254828 or 5561068. OLE color: 5561068.
HSL color Cylindrical-coordinate representation of color #ECDA54: hue angle of 52.89º 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 #ECDA54 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 84 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.07 |
| HSL | 52.89º | 0.8% | 0.63% | - |
| HSV(B) | 52.89º | 0.64% | 0.93% | - |
| XYZ | 61.26 | 68.62 | 18.4 | - |
| YUV | 208.11 | 57.96 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 84 | 0 | 0.08 | 0.64 | 0.07 | 52.89 | 0.8 | 0.63 |
| Hex | EC | DA | 54 | 0 | 8 | 40 | 7 | 35 | 50 | 3F |
| Octal | 354 | 332 | 124 | 0 | 10 | 100 | 7 | 65 | 120 | 77 |
| Binary | 11101100 | 11011010 | 1010100 | 0 | 1000 | 1000000 | 111 | 110101 | 1010000 | 111111 |
Color Harmonies of #ECDA54
Complementary color
Monochromatic Colors of #ECDA54
Black with #ECDA54
Text Example
Text Example
White with #ECDA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA54; }
p { color: rgb(236,218,84); }
H1.HeaderClassName
{
color: #ECDA54;
}
.AnyTagClassName
{
color: #ECDA54;
}
</style>
background-color css
<style>
a { background-color: #ECDA54; }
a { background-color: rgb(236,218,84); }
div.DivClassName
{
background-color: #ECDA54;
}
.BgClassName
{
background-color: #ECDA54;
}
</style>
border-color css
<style>
span { border-color: #ECDA54; }
span { border-color: rgb(236,218,84); }
td.TdClassName
{
border-color: #ECDA54;
}
.TagClassName
{
border-color: #ECDA54;
}
</style>