Shades of Festival #ECD442
Tints of Festival #ECD442
RGB
CMYK
RGB Variations
Color information
#ECD442 (or 0xECD442) is known color: Festival. HEX triplet: EC, D4 and 42. RGB value is (236,212,66). Sum of RGB (Red+Green+Blue) = 236+212+66=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD442 is #132BBD. Grayscale: #CBCBCB. Windows color (decimal): -1256382 or 4379884. OLE color: 4379884.
HSL color Cylindrical-coordinate representation of color #ECD442: hue angle of 51.53º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECD442 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 66 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.07 |
| HSL | 51.53º | 0.82% | 0.59% | - |
| HSV(B) | 51.53º | 0.72% | 0.93% | - |
| XYZ | 59.12 | 65.31 | 14.65 | - |
| YUV | 202.53 | 50.95 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 66 | 0 | 0.10 | 0.72 | 0.07 | 51.53 | 0.82 | 0.59 |
| Hex | EC | D4 | 42 | 0 | A | 48 | 7 | 34 | 52 | 3B |
| Octal | 354 | 324 | 102 | 0 | 12 | 110 | 7 | 64 | 122 | 73 |
| Binary | 11101100 | 11010100 | 1000010 | 0 | 1010 | 1001000 | 111 | 110100 | 1010010 | 111011 |
Color Harmonies of #ECD442
Complementary color
Monochromatic Colors of #ECD442
Black with #ECD442
Text Example
Text Example
White with #ECD442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD442; }
p { color: rgb(236,212,66); }
H1.HeaderClassName
{
color: #ECD442;
}
.AnyTagClassName
{
color: #ECD442;
}
</style>
background-color css
<style>
a { background-color: #ECD442; }
a { background-color: rgb(236,212,66); }
div.DivClassName
{
background-color: #ECD442;
}
.BgClassName
{
background-color: #ECD442;
}
</style>
border-color css
<style>
span { border-color: #ECD442; }
span { border-color: rgb(236,212,66); }
td.TdClassName
{
border-color: #ECD442;
}
.TagClassName
{
border-color: #ECD442;
}
</style>