Shades of Festival #ECD444
Tints of Festival #ECD444
RGB
CMYK
RGB Variations
Color information
#ECD444 (or 0xECD444) is known color: Festival. HEX triplet: EC, D4 and 44. RGB value is (236,212,68). Sum of RGB (Red+Green+Blue) = 236+212+68=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 68 (26.95% from 255 or 13.18% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD444 is #132BBB. Grayscale: #CBCBCB. Windows color (decimal): -1256380 or 4510956. OLE color: 4510956.
HSL color Cylindrical-coordinate representation of color #ECD444: hue angle of 51.43º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECD444 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 68 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.07 |
| HSL | 51.43º | 0.82% | 0.6% | - |
| HSV(B) | 51.43º | 0.71% | 0.93% | - |
| XYZ | 59.18 | 65.34 | 14.96 | - |
| YUV | 202.76 | 51.95 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 68 | 0 | 0.10 | 0.71 | 0.07 | 51.43 | 0.82 | 0.6 |
| Hex | EC | D4 | 44 | 0 | A | 47 | 7 | 33 | 52 | 3C |
| Octal | 354 | 324 | 104 | 0 | 12 | 107 | 7 | 63 | 122 | 74 |
| Binary | 11101100 | 11010100 | 1000100 | 0 | 1010 | 1000111 | 111 | 110011 | 1010010 | 111100 |
Color Harmonies of #ECD444
Complementary color
Monochromatic Colors of #ECD444
Black with #ECD444
Text Example
Text Example
White with #ECD444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD444; }
p { color: rgb(236,212,68); }
H1.HeaderClassName
{
color: #ECD444;
}
.AnyTagClassName
{
color: #ECD444;
}
</style>
background-color css
<style>
a { background-color: #ECD444; }
a { background-color: rgb(236,212,68); }
div.DivClassName
{
background-color: #ECD444;
}
.BgClassName
{
background-color: #ECD444;
}
</style>
border-color css
<style>
span { border-color: #ECD444; }
span { border-color: rgb(236,212,68); }
td.TdClassName
{
border-color: #ECD444;
}
.TagClassName
{
border-color: #ECD444;
}
</style>