Shades of Festival #EEC140
Tints of Festival #EEC140
RGB
CMYK
RGB Variations
Color information
#EEC140 (or 0xEEC140) is known color: Festival. HEX triplet: EE, C1 and 40. RGB value is (238,193,64). Sum of RGB (Red+Green+Blue) = 238+193+64=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC140 is #113EBF. Grayscale: #C0C0C0. Windows color (decimal): -1130176 or 4243950. OLE color: 4243950.
HSL color Cylindrical-coordinate representation of color #EEC140: hue angle of 44.48º 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 #EEC140 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 64 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.07 |
| HSL | 44.48º | 0.84% | 0.59% | - |
| HSV(B) | 44.48º | 0.73% | 0.93% | - |
| XYZ | 55.26 | 56.69 | 12.88 | - |
| YUV | 191.75 | 55.91 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 64 | 0 | 0.19 | 0.73 | 0.07 | 44.48 | 0.84 | 0.59 |
| Hex | EE | C1 | 40 | 0 | 13 | 49 | 7 | 2C | 54 | 3B |
| Octal | 356 | 301 | 100 | 0 | 23 | 111 | 7 | 54 | 124 | 73 |
| Binary | 11101110 | 11000001 | 1000000 | 0 | 10011 | 1001001 | 111 | 101100 | 1010100 | 111011 |
Color Harmonies of #EEC140
Complementary color
Monochromatic Colors of #EEC140
Black with #EEC140
Text Example
Text Example
White with #EEC140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC140; }
p { color: rgb(238,193,64); }
H1.HeaderClassName
{
color: #EEC140;
}
.AnyTagClassName
{
color: #EEC140;
}
</style>
background-color css
<style>
a { background-color: #EEC140; }
a { background-color: rgb(238,193,64); }
div.DivClassName
{
background-color: #EEC140;
}
.BgClassName
{
background-color: #EEC140;
}
</style>
border-color css
<style>
span { border-color: #EEC140; }
span { border-color: rgb(238,193,64); }
td.TdClassName
{
border-color: #EEC140;
}
.TagClassName
{
border-color: #EEC140;
}
</style>