Shades of Portica #ECDA4E
Tints of Portica #ECDA4E
RGB
CMYK
RGB Variations
Color information
#ECDA4E (or 0xECDA4E) is known color: Portica. HEX triplet: EC, DA and 4E. RGB value is (236,218,78). Sum of RGB (Red+Green+Blue) = 236+218+78=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 78 (30.86% from 255 or 14.66% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA4E is #1325B1. Grayscale: #D0D0D0. Windows color (decimal): -1254834 or 5167852. OLE color: 5167852.
HSL color Cylindrical-coordinate representation of color #ECDA4E: hue angle of 53.16º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECDA4E is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 78 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.07 |
| HSL | 53.16º | 0.81% | 0.62% | - |
| HSV(B) | 53.16º | 0.67% | 0.93% | - |
| XYZ | 61.04 | 68.53 | 17.22 | - |
| YUV | 207.42 | 54.96 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 78 | 0 | 0.08 | 0.67 | 0.07 | 53.16 | 0.81 | 0.62 |
| Hex | EC | DA | 4E | 0 | 8 | 43 | 7 | 35 | 51 | 3E |
| Octal | 354 | 332 | 116 | 0 | 10 | 103 | 7 | 65 | 121 | 76 |
| Binary | 11101100 | 11011010 | 1001110 | 0 | 1000 | 1000011 | 111 | 110101 | 1010001 | 111110 |
Color Harmonies of #ECDA4E
Complementary color
Monochromatic Colors of #ECDA4E
Black with #ECDA4E
Text Example
Text Example
White with #ECDA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA4E; }
p { color: rgb(236,218,78); }
H1.HeaderClassName
{
color: #ECDA4E;
}
.AnyTagClassName
{
color: #ECDA4E;
}
</style>
background-color css
<style>
a { background-color: #ECDA4E; }
a { background-color: rgb(236,218,78); }
div.DivClassName
{
background-color: #ECDA4E;
}
.BgClassName
{
background-color: #ECDA4E;
}
</style>
border-color css
<style>
span { border-color: #ECDA4E; }
span { border-color: rgb(236,218,78); }
td.TdClassName
{
border-color: #ECDA4E;
}
.TagClassName
{
border-color: #ECDA4E;
}
</style>