Shades of Festival #EFD740
Tints of Festival #EFD740
RGB
CMYK
RGB Variations
Color information
#EFD740 (or 0xEFD740) is known color: Festival. HEX triplet: EF, D7 and 40. RGB value is (239,215,64). Sum of RGB (Red+Green+Blue) = 239+215+64=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD740 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD740 is #1028BF. Grayscale: #CDCDCD. Windows color (decimal): -1059008 or 4249583. OLE color: 4249583.
HSL color Cylindrical-coordinate representation of color #EFD740: hue angle of 51.77º 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 #EFD740 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 64 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.06 |
| HSL | 51.77º | 0.85% | 0.59% | - |
| HSV(B) | 51.77º | 0.73% | 0.94% | - |
| XYZ | 60.82 | 67.32 | 14.64 | - |
| YUV | 204.96 | 48.45 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 64 | 0 | 0.10 | 0.73 | 0.06 | 51.77 | 0.85 | 0.59 |
| Hex | EF | D7 | 40 | 0 | A | 49 | 6 | 34 | 55 | 3B |
| Octal | 357 | 327 | 100 | 0 | 12 | 111 | 6 | 64 | 125 | 73 |
| Binary | 11101111 | 11010111 | 1000000 | 0 | 1010 | 1001001 | 110 | 110100 | 1010101 | 111011 |
Color Harmonies of #EFD740
Complementary color
Monochromatic Colors of #EFD740
Black with #EFD740
Text Example
Text Example
White with #EFD740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD740; }
p { color: rgb(239,215,64); }
H1.HeaderClassName
{
color: #EFD740;
}
.AnyTagClassName
{
color: #EFD740;
}
</style>
background-color css
<style>
a { background-color: #EFD740; }
a { background-color: rgb(239,215,64); }
div.DivClassName
{
background-color: #EFD740;
}
.BgClassName
{
background-color: #EFD740;
}
</style>
border-color css
<style>
span { border-color: #EFD740; }
span { border-color: rgb(239,215,64); }
td.TdClassName
{
border-color: #EFD740;
}
.TagClassName
{
border-color: #EFD740;
}
</style>