Shades of Festival #ECD344
Tints of Festival #ECD344
RGB
CMYK
RGB Variations
Color information
#ECD344 (or 0xECD344) is known color: Festival. HEX triplet: EC, D3 and 44. RGB value is (236,211,68). Sum of RGB (Red+Green+Blue) = 236+211+68=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 68 (26.95% from 255 or 13.20% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD344 is #132CBB. Grayscale: #CACACA. Windows color (decimal): -1256636 or 4510700. OLE color: 4510700.
HSL color Cylindrical-coordinate representation of color #ECD344: hue angle of 51.07º 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 #ECD344 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 68 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.07 |
| HSL | 51.07º | 0.82% | 0.6% | - |
| HSV(B) | 51.07º | 0.71% | 0.93% | - |
| XYZ | 58.93 | 64.84 | 14.88 | - |
| YUV | 202.17 | 52.28 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 68 | 0 | 0.11 | 0.71 | 0.07 | 51.07 | 0.82 | 0.6 |
| Hex | EC | D3 | 44 | 0 | B | 47 | 7 | 33 | 52 | 3C |
| Octal | 354 | 323 | 104 | 0 | 13 | 107 | 7 | 63 | 122 | 74 |
| Binary | 11101100 | 11010011 | 1000100 | 0 | 1011 | 1000111 | 111 | 110011 | 1010010 | 111100 |
Color Harmonies of #ECD344
Complementary color
Monochromatic Colors of #ECD344
Black with #ECD344
Text Example
Text Example
White with #ECD344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD344; }
p { color: rgb(236,211,68); }
H1.HeaderClassName
{
color: #ECD344;
}
.AnyTagClassName
{
color: #ECD344;
}
</style>
background-color css
<style>
a { background-color: #ECD344; }
a { background-color: rgb(236,211,68); }
div.DivClassName
{
background-color: #ECD344;
}
.BgClassName
{
background-color: #ECD344;
}
</style>
border-color css
<style>
span { border-color: #ECD344; }
span { border-color: rgb(236,211,68); }
td.TdClassName
{
border-color: #ECD344;
}
.TagClassName
{
border-color: #ECD344;
}
</style>