Shades of Festival #ECCD3F
Tints of Festival #ECCD3F
RGB
CMYK
RGB Variations
Color information
#ECCD3F (or 0xECCD3F) is known color: Festival. HEX triplet: EC, CD and 3F. RGB value is (236,205,63). Sum of RGB (Red+Green+Blue) = 236+205+63=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 63 (25% from 255 or 12.5% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD3F is #1332C0. Grayscale: #C6C6C6. Windows color (decimal): -1258177 or 4181484. OLE color: 4181484.
HSL color Cylindrical-coordinate representation of color #ECCD3F: hue angle of 49.25º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECCD3F is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 63 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.07 |
| HSL | 49.25º | 0.82% | 0.59% | - |
| HSV(B) | 49.25º | 0.73% | 0.93% | - |
| XYZ | 57.32 | 61.85 | 13.62 | - |
| YUV | 198.08 | 51.77 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 63 | 0 | 0.13 | 0.73 | 0.07 | 49.25 | 0.82 | 0.59 |
| Hex | EC | CD | 3F | 0 | D | 49 | 7 | 31 | 52 | 3B |
| Octal | 354 | 315 | 77 | 0 | 15 | 111 | 7 | 61 | 122 | 73 |
| Binary | 11101100 | 11001101 | 111111 | 0 | 1101 | 1001001 | 111 | 110001 | 1010010 | 111011 |
Color Harmonies of #ECCD3F
Complementary color
Monochromatic Colors of #ECCD3F
Black with #ECCD3F
Text Example
Text Example
White with #ECCD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD3F; }
p { color: rgb(236,205,63); }
H1.HeaderClassName
{
color: #ECCD3F;
}
.AnyTagClassName
{
color: #ECCD3F;
}
</style>
background-color css
<style>
a { background-color: #ECCD3F; }
a { background-color: rgb(236,205,63); }
div.DivClassName
{
background-color: #ECCD3F;
}
.BgClassName
{
background-color: #ECCD3F;
}
</style>
border-color css
<style>
span { border-color: #ECCD3F; }
span { border-color: rgb(236,205,63); }
td.TdClassName
{
border-color: #ECCD3F;
}
.TagClassName
{
border-color: #ECCD3F;
}
</style>