Shades of Festival #ECCE43
Tints of Festival #ECCE43
RGB
CMYK
RGB Variations
Color information
#ECCE43 (or 0xECCE43) is known color: Festival. HEX triplet: EC, CE and 43. RGB value is (236,206,67). Sum of RGB (Red+Green+Blue) = 236+206+67=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 67 (26.56% from 255 or 13.16% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE43 is #1331BC. Grayscale: #C7C7C7. Windows color (decimal): -1257917 or 4443884. OLE color: 4443884.
HSL color Cylindrical-coordinate representation of color #ECCE43: hue angle of 49.35º 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 #ECCE43 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 67 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.07 |
| HSL | 49.35º | 0.82% | 0.59% | - |
| HSV(B) | 49.35º | 0.72% | 0.93% | - |
| XYZ | 57.68 | 62.38 | 14.31 | - |
| YUV | 199.12 | 53.44 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 67 | 0 | 0.13 | 0.72 | 0.07 | 49.35 | 0.82 | 0.59 |
| Hex | EC | CE | 43 | 0 | D | 48 | 7 | 31 | 52 | 3B |
| Octal | 354 | 316 | 103 | 0 | 15 | 110 | 7 | 61 | 122 | 73 |
| Binary | 11101100 | 11001110 | 1000011 | 0 | 1101 | 1001000 | 111 | 110001 | 1010010 | 111011 |
Color Harmonies of #ECCE43
Complementary color
Monochromatic Colors of #ECCE43
Black with #ECCE43
Text Example
Text Example
White with #ECCE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE43; }
p { color: rgb(236,206,67); }
H1.HeaderClassName
{
color: #ECCE43;
}
.AnyTagClassName
{
color: #ECCE43;
}
</style>
background-color css
<style>
a { background-color: #ECCE43; }
a { background-color: rgb(236,206,67); }
div.DivClassName
{
background-color: #ECCE43;
}
.BgClassName
{
background-color: #ECCE43;
}
</style>
border-color css
<style>
span { border-color: #ECCE43; }
span { border-color: rgb(236,206,67); }
td.TdClassName
{
border-color: #ECCE43;
}
.TagClassName
{
border-color: #ECCE43;
}
</style>