Shades of Festival #EFC341
Tints of Festival #EFC341
RGB
CMYK
RGB Variations
Color information
#EFC341 (or 0xEFC341) is known color: Festival. HEX triplet: EF, C3 and 41. RGB value is (239,195,65). Sum of RGB (Red+Green+Blue) = 239+195+65=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 65 (25.78% from 255 or 13.03% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC341 is #103CBE. Grayscale: #C1C1C1. Windows color (decimal): -1064127 or 4309999. OLE color: 4309999.
HSL color Cylindrical-coordinate representation of color #EFC341: hue angle of 44.83º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFC341 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 65 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.06 |
| HSL | 44.83º | 0.84% | 0.6% | - |
| HSV(B) | 44.83º | 0.73% | 0.94% | - |
| XYZ | 56.07 | 57.76 | 13.2 | - |
| YUV | 193.34 | 55.58 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 65 | 0 | 0.18 | 0.73 | 0.06 | 44.83 | 0.84 | 0.6 |
| Hex | EF | C3 | 41 | 0 | 12 | 49 | 6 | 2D | 54 | 3C |
| Octal | 357 | 303 | 101 | 0 | 22 | 111 | 6 | 55 | 124 | 74 |
| Binary | 11101111 | 11000011 | 1000001 | 0 | 10010 | 1001001 | 110 | 101101 | 1010100 | 111100 |
Color Harmonies of #EFC341
Complementary color
Monochromatic Colors of #EFC341
Black with #EFC341
Text Example
Text Example
White with #EFC341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC341; }
p { color: rgb(239,195,65); }
H1.HeaderClassName
{
color: #EFC341;
}
.AnyTagClassName
{
color: #EFC341;
}
</style>
background-color css
<style>
a { background-color: #EFC341; }
a { background-color: rgb(239,195,65); }
div.DivClassName
{
background-color: #EFC341;
}
.BgClassName
{
background-color: #EFC341;
}
</style>
border-color css
<style>
span { border-color: #EFC341; }
span { border-color: rgb(239,195,65); }
td.TdClassName
{
border-color: #EFC341;
}
.TagClassName
{
border-color: #EFC341;
}
</style>