Shades of Festival #EEC340
Tints of Festival #EEC340
RGB
CMYK
RGB Variations
Color information
#EEC340 (or 0xEEC340) is known color: Festival. HEX triplet: EE, C3 and 40. RGB value is (238,195,64). Sum of RGB (Red+Green+Blue) = 238+195+64=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC340 is #113CBF. Grayscale: #C1C1C1. Windows color (decimal): -1129664 or 4244462. OLE color: 4244462.
HSL color Cylindrical-coordinate representation of color #EEC340: hue angle of 45.17º degrees, saturation: 0.84, 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 #EEC340 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 64 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.07 |
| HSL | 45.17º | 0.84% | 0.59% | - |
| HSV(B) | 45.17º | 0.73% | 0.93% | - |
| XYZ | 55.7 | 57.58 | 13.03 | - |
| YUV | 192.92 | 55.25 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 64 | 0 | 0.18 | 0.73 | 0.07 | 45.17 | 0.84 | 0.59 |
| Hex | EE | C3 | 40 | 0 | 12 | 49 | 7 | 2D | 54 | 3B |
| Octal | 356 | 303 | 100 | 0 | 22 | 111 | 7 | 55 | 124 | 73 |
| Binary | 11101110 | 11000011 | 1000000 | 0 | 10010 | 1001001 | 111 | 101101 | 1010100 | 111011 |
Color Harmonies of #EEC340
Complementary color
Monochromatic Colors of #EEC340
Black with #EEC340
Text Example
Text Example
White with #EEC340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC340; }
p { color: rgb(238,195,64); }
H1.HeaderClassName
{
color: #EEC340;
}
.AnyTagClassName
{
color: #EEC340;
}
</style>
background-color css
<style>
a { background-color: #EEC340; }
a { background-color: rgb(238,195,64); }
div.DivClassName
{
background-color: #EEC340;
}
.BgClassName
{
background-color: #EEC340;
}
</style>
border-color css
<style>
span { border-color: #EEC340; }
span { border-color: rgb(238,195,64); }
td.TdClassName
{
border-color: #EEC340;
}
.TagClassName
{
border-color: #EEC340;
}
</style>