Shades of Festival #ECD24A
Tints of Festival #ECD24A
RGB
CMYK
RGB Variations
Color information
#ECD24A (or 0xECD24A) is known color: Festival. HEX triplet: EC, D2 and 4A. RGB value is (236,210,74). Sum of RGB (Red+Green+Blue) = 236+210+74=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 74 (29.30% from 255 or 14.23% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD24A is #132DB5. Grayscale: #CACACA. Windows color (decimal): -1256886 or 4903660. OLE color: 4903660.
HSL color Cylindrical-coordinate representation of color #ECD24A: hue angle of 50.37º 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 #ECD24A is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 74 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.07 |
| HSL | 50.37º | 0.81% | 0.61% | - |
| HSV(B) | 50.37º | 0.69% | 0.93% | - |
| XYZ | 58.87 | 64.42 | 15.81 | - |
| YUV | 202.27 | 55.61 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 74 | 0 | 0.11 | 0.69 | 0.07 | 50.37 | 0.81 | 0.61 |
| Hex | EC | D2 | 4A | 0 | B | 45 | 7 | 32 | 51 | 3D |
| Octal | 354 | 322 | 112 | 0 | 13 | 105 | 7 | 62 | 121 | 75 |
| Binary | 11101100 | 11010010 | 1001010 | 0 | 1011 | 1000101 | 111 | 110010 | 1010001 | 111101 |
Color Harmonies of #ECD24A
Complementary color
Monochromatic Colors of #ECD24A
Black with #ECD24A
Text Example
Text Example
White with #ECD24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD24A; }
p { color: rgb(236,210,74); }
H1.HeaderClassName
{
color: #ECD24A;
}
.AnyTagClassName
{
color: #ECD24A;
}
</style>
background-color css
<style>
a { background-color: #ECD24A; }
a { background-color: rgb(236,210,74); }
div.DivClassName
{
background-color: #ECD24A;
}
.BgClassName
{
background-color: #ECD24A;
}
</style>
border-color css
<style>
span { border-color: #ECD24A; }
span { border-color: rgb(236,210,74); }
td.TdClassName
{
border-color: #ECD24A;
}
.TagClassName
{
border-color: #ECD24A;
}
</style>