Shades of Portica #ECD94A
Tints of Portica #ECD94A
RGB
CMYK
RGB Variations
Color information
#ECD94A (or 0xECD94A) is known color: Portica. HEX triplet: EC, D9 and 4A. RGB value is (236,217,74). Sum of RGB (Red+Green+Blue) = 236+217+74=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 74 (29.30% from 255 or 14.04% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD94A is #1326B5. Grayscale: #CECECE. Windows color (decimal): -1255094 or 4905452. OLE color: 4905452.
HSL color Cylindrical-coordinate representation of color #ECD94A: hue angle of 52.96º 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 #ECD94A is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 74 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.07 |
| HSL | 52.96º | 0.81% | 0.61% | - |
| HSV(B) | 52.96º | 0.69% | 0.93% | - |
| XYZ | 60.64 | 67.95 | 16.4 | - |
| YUV | 206.38 | 53.29 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 74 | 0 | 0.08 | 0.69 | 0.07 | 52.96 | 0.81 | 0.61 |
| Hex | EC | D9 | 4A | 0 | 8 | 45 | 7 | 35 | 51 | 3D |
| Octal | 354 | 331 | 112 | 0 | 10 | 105 | 7 | 65 | 121 | 75 |
| Binary | 11101100 | 11011001 | 1001010 | 0 | 1000 | 1000101 | 111 | 110101 | 1010001 | 111101 |
Color Harmonies of #ECD94A
Complementary color
Monochromatic Colors of #ECD94A
Black with #ECD94A
Text Example
Text Example
White with #ECD94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD94A; }
p { color: rgb(236,217,74); }
H1.HeaderClassName
{
color: #ECD94A;
}
.AnyTagClassName
{
color: #ECD94A;
}
</style>
background-color css
<style>
a { background-color: #ECD94A; }
a { background-color: rgb(236,217,74); }
div.DivClassName
{
background-color: #ECD94A;
}
.BgClassName
{
background-color: #ECD94A;
}
</style>
border-color css
<style>
span { border-color: #ECD94A; }
span { border-color: rgb(236,217,74); }
td.TdClassName
{
border-color: #ECD94A;
}
.TagClassName
{
border-color: #ECD94A;
}
</style>