Shades of Festival #EFC240
Tints of Festival #EFC240
RGB
CMYK
RGB Variations
Color information
#EFC240 (or 0xEFC240) is known color: Festival. HEX triplet: EF, C2 and 40. RGB value is (239,194,64). Sum of RGB (Red+Green+Blue) = 239+194+64=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC240 is #103DBF. Grayscale: #C1C1C1. Windows color (decimal): -1064384 or 4244207. OLE color: 4244207.
HSL color Cylindrical-coordinate representation of color #EFC240: hue angle of 44.57º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFC240 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 64 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.06 |
| HSL | 44.57º | 0.85% | 0.59% | - |
| HSV(B) | 44.57º | 0.73% | 0.94% | - |
| XYZ | 55.81 | 57.3 | 12.97 | - |
| YUV | 192.64 | 55.41 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 64 | 0 | 0.19 | 0.73 | 0.06 | 44.57 | 0.85 | 0.59 |
| Hex | EF | C2 | 40 | 0 | 13 | 49 | 6 | 2D | 55 | 3B |
| Octal | 357 | 302 | 100 | 0 | 23 | 111 | 6 | 55 | 125 | 73 |
| Binary | 11101111 | 11000010 | 1000000 | 0 | 10011 | 1001001 | 110 | 101101 | 1010101 | 111011 |
Color Harmonies of #EFC240
Complementary color
Monochromatic Colors of #EFC240
Black with #EFC240
Text Example
Text Example
White with #EFC240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC240; }
p { color: rgb(239,194,64); }
H1.HeaderClassName
{
color: #EFC240;
}
.AnyTagClassName
{
color: #EFC240;
}
</style>
background-color css
<style>
a { background-color: #EFC240; }
a { background-color: rgb(239,194,64); }
div.DivClassName
{
background-color: #EFC240;
}
.BgClassName
{
background-color: #EFC240;
}
</style>
border-color css
<style>
span { border-color: #EFC240; }
span { border-color: rgb(239,194,64); }
td.TdClassName
{
border-color: #EFC240;
}
.TagClassName
{
border-color: #EFC240;
}
</style>