Shades of Festival #EFC841
Tints of Festival #EFC841
RGB
CMYK
RGB Variations
Color information
#EFC841 (or 0xEFC841) is known color: Festival. HEX triplet: EF, C8 and 41. RGB value is (239,200,65). Sum of RGB (Red+Green+Blue) = 239+200+65=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC841 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC841 is #1037BE. Grayscale: #C4C4C4. Windows color (decimal): -1062847 or 4311279. OLE color: 4311279.
HSL color Cylindrical-coordinate representation of color #EFC841: hue angle of 46.55º 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 #EFC841 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 65 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.06 |
| HSL | 46.55º | 0.84% | 0.6% | - |
| HSV(B) | 46.55º | 0.73% | 0.94% | - |
| XYZ | 57.21 | 60.04 | 13.58 | - |
| YUV | 196.27 | 53.92 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 65 | 0 | 0.16 | 0.73 | 0.06 | 46.55 | 0.84 | 0.6 |
| Hex | EF | C8 | 41 | 0 | 10 | 49 | 6 | 2F | 54 | 3C |
| Octal | 357 | 310 | 101 | 0 | 20 | 111 | 6 | 57 | 124 | 74 |
| Binary | 11101111 | 11001000 | 1000001 | 0 | 10000 | 1001001 | 110 | 101111 | 1010100 | 111100 |
Color Harmonies of #EFC841
Complementary color
Monochromatic Colors of #EFC841
Black with #EFC841
Text Example
Text Example
White with #EFC841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC841; }
p { color: rgb(239,200,65); }
H1.HeaderClassName
{
color: #EFC841;
}
.AnyTagClassName
{
color: #EFC841;
}
</style>
background-color css
<style>
a { background-color: #EFC841; }
a { background-color: rgb(239,200,65); }
div.DivClassName
{
background-color: #EFC841;
}
.BgClassName
{
background-color: #EFC841;
}
</style>
border-color css
<style>
span { border-color: #EFC841; }
span { border-color: rgb(239,200,65); }
td.TdClassName
{
border-color: #EFC841;
}
.TagClassName
{
border-color: #EFC841;
}
</style>