Shades of Festival #ECCF42
Tints of Festival #ECCF42
RGB
CMYK
RGB Variations
Color information
#ECCF42 (or 0xECCF42) is known color: Festival. HEX triplet: EC, CF and 42. RGB value is (236,207,66). Sum of RGB (Red+Green+Blue) = 236+207+66=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 66 (26.17% from 255 or 12.97% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCF42 is #1330BD. Grayscale: #C8C8C8. Windows color (decimal): -1257662 or 4378604. OLE color: 4378604.
HSL color Cylindrical-coordinate representation of color #ECCF42: hue angle of 49.76º 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 #ECCF42 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 66 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.07 |
| HSL | 49.76º | 0.82% | 0.59% | - |
| HSV(B) | 49.76º | 0.72% | 0.93% | - |
| XYZ | 57.89 | 62.85 | 14.23 | - |
| YUV | 199.6 | 52.61 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 66 | 0 | 0.12 | 0.72 | 0.07 | 49.76 | 0.82 | 0.59 |
| Hex | EC | CF | 42 | 0 | C | 48 | 7 | 32 | 52 | 3B |
| Octal | 354 | 317 | 102 | 0 | 14 | 110 | 7 | 62 | 122 | 73 |
| Binary | 11101100 | 11001111 | 1000010 | 0 | 1100 | 1001000 | 111 | 110010 | 1010010 | 111011 |
Color Harmonies of #ECCF42
Complementary color
Monochromatic Colors of #ECCF42
Black with #ECCF42
Text Example
Text Example
White with #ECCF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF42; }
p { color: rgb(236,207,66); }
H1.HeaderClassName
{
color: #ECCF42;
}
.AnyTagClassName
{
color: #ECCF42;
}
</style>
background-color css
<style>
a { background-color: #ECCF42; }
a { background-color: rgb(236,207,66); }
div.DivClassName
{
background-color: #ECCF42;
}
.BgClassName
{
background-color: #ECCF42;
}
</style>
border-color css
<style>
span { border-color: #ECCF42; }
span { border-color: rgb(236,207,66); }
td.TdClassName
{
border-color: #ECCF42;
}
.TagClassName
{
border-color: #ECCF42;
}
</style>