Shades of Festival #EFC840
Tints of Festival #EFC840
RGB
CMYK
RGB Variations
Color information
#EFC840 (or 0xEFC840) is known color: Festival. HEX triplet: EF, C8 and 40. RGB value is (239,200,64). Sum of RGB (Red+Green+Blue) = 239+200+64=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 64 (25.39% from 255 or 12.72% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC840 is #1037BF. Grayscale: #C4C4C4. Windows color (decimal): -1062848 or 4245743. OLE color: 4245743.
HSL color Cylindrical-coordinate representation of color #EFC840: hue angle of 46.63º 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 #EFC840 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 64 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.06 |
| HSL | 46.63º | 0.85% | 0.59% | - |
| HSV(B) | 46.63º | 0.73% | 0.94% | - |
| XYZ | 57.18 | 60.03 | 13.42 | - |
| YUV | 196.16 | 53.42 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 64 | 0 | 0.16 | 0.73 | 0.06 | 46.63 | 0.85 | 0.59 |
| Hex | EF | C8 | 40 | 0 | 10 | 49 | 6 | 2F | 55 | 3B |
| Octal | 357 | 310 | 100 | 0 | 20 | 111 | 6 | 57 | 125 | 73 |
| Binary | 11101111 | 11001000 | 1000000 | 0 | 10000 | 1001001 | 110 | 101111 | 1010101 | 111011 |
Color Harmonies of #EFC840
Complementary color
Monochromatic Colors of #EFC840
Black with #EFC840
Text Example
Text Example
White with #EFC840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC840; }
p { color: rgb(239,200,64); }
H1.HeaderClassName
{
color: #EFC840;
}
.AnyTagClassName
{
color: #EFC840;
}
</style>
background-color css
<style>
a { background-color: #EFC840; }
a { background-color: rgb(239,200,64); }
div.DivClassName
{
background-color: #EFC840;
}
.BgClassName
{
background-color: #EFC840;
}
</style>
border-color css
<style>
span { border-color: #EFC840; }
span { border-color: rgb(239,200,64); }
td.TdClassName
{
border-color: #EFC840;
}
.TagClassName
{
border-color: #EFC840;
}
</style>