Shades of Festival #EFD340
Tints of Festival #EFD340
RGB
CMYK
RGB Variations
Color information
#EFD340 (or 0xEFD340) is known color: Festival. HEX triplet: EF, D3 and 40. RGB value is (239,211,64). Sum of RGB (Red+Green+Blue) = 239+211+64=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 64 (25.39% from 255 or 12.45% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD340 is #102CBF. Grayscale: #CBCBCB. Windows color (decimal): -1060032 or 4248559. OLE color: 4248559.
HSL color Cylindrical-coordinate representation of color #EFD340: hue angle of 50.4º 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 #EFD340 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 64 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.06 |
| HSL | 50.4º | 0.85% | 0.59% | - |
| HSV(B) | 50.4º | 0.73% | 0.94% | - |
| XYZ | 59.82 | 65.31 | 14.3 | - |
| YUV | 202.61 | 49.78 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 64 | 0 | 0.12 | 0.73 | 0.06 | 50.4 | 0.85 | 0.59 |
| Hex | EF | D3 | 40 | 0 | C | 49 | 6 | 32 | 55 | 3B |
| Octal | 357 | 323 | 100 | 0 | 14 | 111 | 6 | 62 | 125 | 73 |
| Binary | 11101111 | 11010011 | 1000000 | 0 | 1100 | 1001001 | 110 | 110010 | 1010101 | 111011 |
Color Harmonies of #EFD340
Complementary color
Monochromatic Colors of #EFD340
Black with #EFD340
Text Example
Text Example
White with #EFD340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD340; }
p { color: rgb(239,211,64); }
H1.HeaderClassName
{
color: #EFD340;
}
.AnyTagClassName
{
color: #EFD340;
}
</style>
background-color css
<style>
a { background-color: #EFD340; }
a { background-color: rgb(239,211,64); }
div.DivClassName
{
background-color: #EFD340;
}
.BgClassName
{
background-color: #EFD340;
}
</style>
border-color css
<style>
span { border-color: #EFD340; }
span { border-color: rgb(239,211,64); }
td.TdClassName
{
border-color: #EFD340;
}
.TagClassName
{
border-color: #EFD340;
}
</style>