Shades of Festival #ECCB40
Tints of Festival #ECCB40
RGB
CMYK
RGB Variations
Color information
#ECCB40 (or 0xECCB40) is known color: Festival. HEX triplet: EC, CB and 40. RGB value is (236,203,64). Sum of RGB (Red+Green+Blue) = 236+203+64=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 64 (25.39% from 255 or 12.72% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB40 is #1334BF. Grayscale: #C5C5C5. Windows color (decimal): -1258688 or 4246508. OLE color: 4246508.
HSL color Cylindrical-coordinate representation of color #ECCB40: hue angle of 48.49º 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 #ECCB40 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 64 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.07 |
| HSL | 48.49º | 0.82% | 0.59% | - |
| HSV(B) | 48.49º | 0.73% | 0.93% | - |
| XYZ | 56.87 | 60.91 | 13.61 | - |
| YUV | 197.02 | 52.93 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 64 | 0 | 0.14 | 0.73 | 0.07 | 48.49 | 0.82 | 0.59 |
| Hex | EC | CB | 40 | 0 | E | 49 | 7 | 30 | 52 | 3B |
| Octal | 354 | 313 | 100 | 0 | 16 | 111 | 7 | 60 | 122 | 73 |
| Binary | 11101100 | 11001011 | 1000000 | 0 | 1110 | 1001001 | 111 | 110000 | 1010010 | 111011 |
Color Harmonies of #ECCB40
Complementary color
Monochromatic Colors of #ECCB40
Black with #ECCB40
Text Example
Text Example
White with #ECCB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB40; }
p { color: rgb(236,203,64); }
H1.HeaderClassName
{
color: #ECCB40;
}
.AnyTagClassName
{
color: #ECCB40;
}
</style>
background-color css
<style>
a { background-color: #ECCB40; }
a { background-color: rgb(236,203,64); }
div.DivClassName
{
background-color: #ECCB40;
}
.BgClassName
{
background-color: #ECCB40;
}
</style>
border-color css
<style>
span { border-color: #ECCB40; }
span { border-color: rgb(236,203,64); }
td.TdClassName
{
border-color: #ECCB40;
}
.TagClassName
{
border-color: #ECCB40;
}
</style>