Shades of Festival #ECC93F
Tints of Festival #ECC93F
RGB
CMYK
RGB Variations
Color information
#ECC93F (or 0xECC93F) is known color: Festival. HEX triplet: EC, C9 and 3F. RGB value is (236,201,63). Sum of RGB (Red+Green+Blue) = 236+201+63=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 63 (25% from 255 or 12.6% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC93F is #1336C0. Grayscale: #C4C4C4. Windows color (decimal): -1259201 or 4180460. OLE color: 4180460.
HSL color Cylindrical-coordinate representation of color #ECC93F: hue angle of 47.86º 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 #ECC93F is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 63 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.07 |
| HSL | 47.86º | 0.82% | 0.59% | - |
| HSV(B) | 47.86º | 0.73% | 0.93% | - |
| XYZ | 56.38 | 59.97 | 13.31 | - |
| YUV | 195.73 | 53.1 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 63 | 0 | 0.15 | 0.73 | 0.07 | 47.86 | 0.82 | 0.59 |
| Hex | EC | C9 | 3F | 0 | F | 49 | 7 | 30 | 52 | 3B |
| Octal | 354 | 311 | 77 | 0 | 17 | 111 | 7 | 60 | 122 | 73 |
| Binary | 11101100 | 11001001 | 111111 | 0 | 1111 | 1001001 | 111 | 110000 | 1010010 | 111011 |
Color Harmonies of #ECC93F
Complementary color
Monochromatic Colors of #ECC93F
Black with #ECC93F
Text Example
Text Example
White with #ECC93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC93F; }
p { color: rgb(236,201,63); }
H1.HeaderClassName
{
color: #ECC93F;
}
.AnyTagClassName
{
color: #ECC93F;
}
</style>
background-color css
<style>
a { background-color: #ECC93F; }
a { background-color: rgb(236,201,63); }
div.DivClassName
{
background-color: #ECC93F;
}
.BgClassName
{
background-color: #ECC93F;
}
</style>
border-color css
<style>
span { border-color: #ECC93F; }
span { border-color: rgb(236,201,63); }
td.TdClassName
{
border-color: #ECC93F;
}
.TagClassName
{
border-color: #ECC93F;
}
</style>