Shades of Portica #ECDA4C
Tints of Portica #ECDA4C
RGB
CMYK
RGB Variations
Color information
#ECDA4C (or 0xECDA4C) is known color: Portica. HEX triplet: EC, DA and 4C. RGB value is (236,218,76). Sum of RGB (Red+Green+Blue) = 236+218+76=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 76 (30.08% from 255 or 14.34% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA4C is #1325B3. Grayscale: #CFCFCF. Windows color (decimal): -1254836 or 5036780. OLE color: 5036780.
HSL color Cylindrical-coordinate representation of color #ECDA4C: hue angle of 53.25º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECDA4C is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 76 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.07 |
| HSL | 53.25º | 0.81% | 0.61% | - |
| HSV(B) | 53.25º | 0.68% | 0.93% | - |
| XYZ | 60.97 | 68.5 | 16.85 | - |
| YUV | 207.19 | 53.96 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 76 | 0 | 0.08 | 0.68 | 0.07 | 53.25 | 0.81 | 0.61 |
| Hex | EC | DA | 4C | 0 | 8 | 44 | 7 | 35 | 51 | 3D |
| Octal | 354 | 332 | 114 | 0 | 10 | 104 | 7 | 65 | 121 | 75 |
| Binary | 11101100 | 11011010 | 1001100 | 0 | 1000 | 1000100 | 111 | 110101 | 1010001 | 111101 |
Color Harmonies of #ECDA4C
Complementary color
Monochromatic Colors of #ECDA4C
Black with #ECDA4C
Text Example
Text Example
White with #ECDA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA4C; }
p { color: rgb(236,218,76); }
H1.HeaderClassName
{
color: #ECDA4C;
}
.AnyTagClassName
{
color: #ECDA4C;
}
</style>
background-color css
<style>
a { background-color: #ECDA4C; }
a { background-color: rgb(236,218,76); }
div.DivClassName
{
background-color: #ECDA4C;
}
.BgClassName
{
background-color: #ECDA4C;
}
</style>
border-color css
<style>
span { border-color: #ECDA4C; }
span { border-color: rgb(236,218,76); }
td.TdClassName
{
border-color: #ECDA4C;
}
.TagClassName
{
border-color: #ECDA4C;
}
</style>