Shades of Portica #ECD44E
Tints of Portica #ECD44E
RGB
CMYK
RGB Variations
Color information
#ECD44E (or 0xECD44E) is known color: Portica. HEX triplet: EC, D4 and 4E. RGB value is (236,212,78). Sum of RGB (Red+Green+Blue) = 236+212+78=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 78 (30.86% from 255 or 14.83% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD44E is #132BB1. Grayscale: #CCCCCC. Windows color (decimal): -1256370 or 5166316. OLE color: 5166316.
HSL color Cylindrical-coordinate representation of color #ECD44E: hue angle of 50.89º 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 #ECD44E is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 78 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.07 |
| HSL | 50.89º | 0.81% | 0.62% | - |
| HSV(B) | 50.89º | 0.67% | 0.93% | - |
| XYZ | 59.51 | 65.47 | 16.71 | - |
| YUV | 203.9 | 56.95 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 78 | 0 | 0.10 | 0.67 | 0.07 | 50.89 | 0.81 | 0.62 |
| Hex | EC | D4 | 4E | 0 | A | 43 | 7 | 33 | 51 | 3E |
| Octal | 354 | 324 | 116 | 0 | 12 | 103 | 7 | 63 | 121 | 76 |
| Binary | 11101100 | 11010100 | 1001110 | 0 | 1010 | 1000011 | 111 | 110011 | 1010001 | 111110 |
Color Harmonies of #ECD44E
Complementary color
Monochromatic Colors of #ECD44E
Black with #ECD44E
Text Example
Text Example
White with #ECD44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD44E; }
p { color: rgb(236,212,78); }
H1.HeaderClassName
{
color: #ECD44E;
}
.AnyTagClassName
{
color: #ECD44E;
}
</style>
background-color css
<style>
a { background-color: #ECD44E; }
a { background-color: rgb(236,212,78); }
div.DivClassName
{
background-color: #ECD44E;
}
.BgClassName
{
background-color: #ECD44E;
}
</style>
border-color css
<style>
span { border-color: #ECD44E; }
span { border-color: rgb(236,212,78); }
td.TdClassName
{
border-color: #ECD44E;
}
.TagClassName
{
border-color: #ECD44E;
}
</style>