Shades of Festival #EFD040
Tints of Festival #EFD040
RGB
CMYK
RGB Variations
Color information
#EFD040 (or 0xEFD040) is known color: Festival. HEX triplet: EF, D0 and 40. RGB value is (239,208,64). Sum of RGB (Red+Green+Blue) = 239+208+64=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 64 (25.39% from 255 or 12.52% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD040 is #102FBF. Grayscale: #C9C9C9. Windows color (decimal): -1060800 or 4247791. OLE color: 4247791.
HSL color Cylindrical-coordinate representation of color #EFD040: hue angle of 49.37º 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 #EFD040 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 64 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.06 |
| HSL | 49.37º | 0.85% | 0.59% | - |
| HSV(B) | 49.37º | 0.73% | 0.94% | - |
| XYZ | 59.08 | 63.83 | 14.06 | - |
| YUV | 200.85 | 50.77 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 64 | 0 | 0.13 | 0.73 | 0.06 | 49.37 | 0.85 | 0.59 |
| Hex | EF | D0 | 40 | 0 | D | 49 | 6 | 31 | 55 | 3B |
| Octal | 357 | 320 | 100 | 0 | 15 | 111 | 6 | 61 | 125 | 73 |
| Binary | 11101111 | 11010000 | 1000000 | 0 | 1101 | 1001001 | 110 | 110001 | 1010101 | 111011 |
Color Harmonies of #EFD040
Complementary color
Monochromatic Colors of #EFD040
Black with #EFD040
Text Example
Text Example
White with #EFD040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD040; }
p { color: rgb(239,208,64); }
H1.HeaderClassName
{
color: #EFD040;
}
.AnyTagClassName
{
color: #EFD040;
}
</style>
background-color css
<style>
a { background-color: #EFD040; }
a { background-color: rgb(239,208,64); }
div.DivClassName
{
background-color: #EFD040;
}
.BgClassName
{
background-color: #EFD040;
}
</style>
border-color css
<style>
span { border-color: #EFD040; }
span { border-color: rgb(239,208,64); }
td.TdClassName
{
border-color: #EFD040;
}
.TagClassName
{
border-color: #EFD040;
}
</style>