Shades of Portica #ECD84E
Tints of Portica #ECD84E
RGB
CMYK
RGB Variations
Color information
#ECD84E (or 0xECD84E) is known color: Portica. HEX triplet: EC, D8 and 4E. RGB value is (236,216,78). Sum of RGB (Red+Green+Blue) = 236+216+78=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 78 (30.86% from 255 or 14.72% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD84E is #1327B1. Grayscale: #CECECE. Windows color (decimal): -1255346 or 5167340. OLE color: 5167340.
HSL color Cylindrical-coordinate representation of color #ECD84E: hue angle of 52.41º 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 #ECD84E is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 78 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.07 |
| HSL | 52.41º | 0.81% | 0.62% | - |
| HSV(B) | 52.41º | 0.67% | 0.93% | - |
| XYZ | 60.52 | 67.49 | 17.05 | - |
| YUV | 206.25 | 55.63 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 78 | 0 | 0.08 | 0.67 | 0.07 | 52.41 | 0.81 | 0.62 |
| Hex | EC | D8 | 4E | 0 | 8 | 43 | 7 | 34 | 51 | 3E |
| Octal | 354 | 330 | 116 | 0 | 10 | 103 | 7 | 64 | 121 | 76 |
| Binary | 11101100 | 11011000 | 1001110 | 0 | 1000 | 1000011 | 111 | 110100 | 1010001 | 111110 |
Color Harmonies of #ECD84E
Complementary color
Monochromatic Colors of #ECD84E
Black with #ECD84E
Text Example
Text Example
White with #ECD84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD84E; }
p { color: rgb(236,216,78); }
H1.HeaderClassName
{
color: #ECD84E;
}
.AnyTagClassName
{
color: #ECD84E;
}
</style>
background-color css
<style>
a { background-color: #ECD84E; }
a { background-color: rgb(236,216,78); }
div.DivClassName
{
background-color: #ECD84E;
}
.BgClassName
{
background-color: #ECD84E;
}
</style>
border-color css
<style>
span { border-color: #ECD84E; }
span { border-color: rgb(236,216,78); }
td.TdClassName
{
border-color: #ECD84E;
}
.TagClassName
{
border-color: #ECD84E;
}
</style>