Shades of Festival #ECCD43
Tints of Festival #ECCD43
RGB
CMYK
RGB Variations
Color information
#ECCD43 (or 0xECCD43) is known color: Festival. HEX triplet: EC, CD and 43. RGB value is (236,205,67). Sum of RGB (Red+Green+Blue) = 236+205+67=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 67 (26.56% from 255 or 13.19% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD43 is #1332BC. Grayscale: #C7C7C7. Windows color (decimal): -1258173 or 4443628. OLE color: 4443628.
HSL color Cylindrical-coordinate representation of color #ECCD43: hue angle of 48.99º 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 #ECCD43 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 67 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.07 |
| HSL | 48.99º | 0.82% | 0.59% | - |
| HSV(B) | 48.99º | 0.72% | 0.93% | - |
| XYZ | 57.44 | 61.9 | 14.23 | - |
| YUV | 198.54 | 53.77 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 67 | 0 | 0.13 | 0.72 | 0.07 | 48.99 | 0.82 | 0.59 |
| Hex | EC | CD | 43 | 0 | D | 48 | 7 | 31 | 52 | 3B |
| Octal | 354 | 315 | 103 | 0 | 15 | 110 | 7 | 61 | 122 | 73 |
| Binary | 11101100 | 11001101 | 1000011 | 0 | 1101 | 1001000 | 111 | 110001 | 1010010 | 111011 |
Color Harmonies of #ECCD43
Complementary color
Monochromatic Colors of #ECCD43
Black with #ECCD43
Text Example
Text Example
White with #ECCD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD43; }
p { color: rgb(236,205,67); }
H1.HeaderClassName
{
color: #ECCD43;
}
.AnyTagClassName
{
color: #ECCD43;
}
</style>
background-color css
<style>
a { background-color: #ECCD43; }
a { background-color: rgb(236,205,67); }
div.DivClassName
{
background-color: #ECCD43;
}
.BgClassName
{
background-color: #ECCD43;
}
</style>
border-color css
<style>
span { border-color: #ECCD43; }
span { border-color: rgb(236,205,67); }
td.TdClassName
{
border-color: #ECCD43;
}
.TagClassName
{
border-color: #ECCD43;
}
</style>