Shades of Festival #ECD74A
Tints of Festival #ECD74A
RGB
CMYK
RGB Variations
Color information
#ECD74A (or 0xECD74A) is known color: Festival. HEX triplet: EC, D7 and 4A. RGB value is (236,215,74). Sum of RGB (Red+Green+Blue) = 236+215+74=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD74A is #1328B5. Grayscale: #CDCDCD. Windows color (decimal): -1255606 or 4904940. OLE color: 4904940.
HSL color Cylindrical-coordinate representation of color #ECD74A: hue angle of 52.22º 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 #ECD74A is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 74 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.07 |
| HSL | 52.22º | 0.81% | 0.61% | - |
| HSV(B) | 52.22º | 0.69% | 0.93% | - |
| XYZ | 60.13 | 66.93 | 16.23 | - |
| YUV | 205.21 | 53.96 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 74 | 0 | 0.09 | 0.69 | 0.07 | 52.22 | 0.81 | 0.61 |
| Hex | EC | D7 | 4A | 0 | 9 | 45 | 7 | 34 | 51 | 3D |
| Octal | 354 | 327 | 112 | 0 | 11 | 105 | 7 | 64 | 121 | 75 |
| Binary | 11101100 | 11010111 | 1001010 | 0 | 1001 | 1000101 | 111 | 110100 | 1010001 | 111101 |
Color Harmonies of #ECD74A
Complementary color
Monochromatic Colors of #ECD74A
Black with #ECD74A
Text Example
Text Example
White with #ECD74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD74A; }
p { color: rgb(236,215,74); }
H1.HeaderClassName
{
color: #ECD74A;
}
.AnyTagClassName
{
color: #ECD74A;
}
</style>
background-color css
<style>
a { background-color: #ECD74A; }
a { background-color: rgb(236,215,74); }
div.DivClassName
{
background-color: #ECD74A;
}
.BgClassName
{
background-color: #ECD74A;
}
</style>
border-color css
<style>
span { border-color: #ECD74A; }
span { border-color: rgb(236,215,74); }
td.TdClassName
{
border-color: #ECD74A;
}
.TagClassName
{
border-color: #ECD74A;
}
</style>