Shades of Portica #ECD84A
Tints of Portica #ECD84A
RGB
CMYK
RGB Variations
Color information
#ECD84A (or 0xECD84A) is known color: Portica. HEX triplet: EC, D8 and 4A. RGB value is (236,216,74). Sum of RGB (Red+Green+Blue) = 236+216+74=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 74 (29.30% from 255 or 14.07% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD84A is #1327B5. Grayscale: #CECECE. Windows color (decimal): -1255350 or 4905196. OLE color: 4905196.
HSL color Cylindrical-coordinate representation of color #ECD84A: hue angle of 52.59º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECD84A is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 74 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.07 |
| HSL | 52.59º | 0.81% | 0.61% | - |
| HSV(B) | 52.59º | 0.69% | 0.93% | - |
| XYZ | 60.38 | 67.44 | 16.31 | - |
| YUV | 205.79 | 53.63 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 74 | 0 | 0.08 | 0.69 | 0.07 | 52.59 | 0.81 | 0.61 |
| Hex | EC | D8 | 4A | 0 | 8 | 45 | 7 | 35 | 51 | 3D |
| Octal | 354 | 330 | 112 | 0 | 10 | 105 | 7 | 65 | 121 | 75 |
| Binary | 11101100 | 11011000 | 1001010 | 0 | 1000 | 1000101 | 111 | 110101 | 1010001 | 111101 |
Color Harmonies of #ECD84A
Complementary color
Monochromatic Colors of #ECD84A
Black with #ECD84A
Text Example
Text Example
White with #ECD84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD84A; }
p { color: rgb(236,216,74); }
H1.HeaderClassName
{
color: #ECD84A;
}
.AnyTagClassName
{
color: #ECD84A;
}
</style>
background-color css
<style>
a { background-color: #ECD84A; }
a { background-color: rgb(236,216,74); }
div.DivClassName
{
background-color: #ECD84A;
}
.BgClassName
{
background-color: #ECD84A;
}
</style>
border-color css
<style>
span { border-color: #ECD84A; }
span { border-color: rgb(236,216,74); }
td.TdClassName
{
border-color: #ECD84A;
}
.TagClassName
{
border-color: #ECD84A;
}
</style>