Shades of Festival #EFD440
Tints of Festival #EFD440
RGB
CMYK
RGB Variations
Color information
#EFD440 (or 0xEFD440) is known color: Festival. HEX triplet: EF, D4 and 40. RGB value is (239,212,64). Sum of RGB (Red+Green+Blue) = 239+212+64=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD440 is #102BBF. Grayscale: #CBCBCB. Windows color (decimal): -1059776 or 4248815. OLE color: 4248815.
HSL color Cylindrical-coordinate representation of color #EFD440: hue angle of 50.74º 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 #EFD440 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 64 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.06 |
| HSL | 50.74º | 0.85% | 0.59% | - |
| HSV(B) | 50.74º | 0.73% | 0.94% | - |
| XYZ | 60.07 | 65.81 | 14.39 | - |
| YUV | 203.2 | 49.45 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 64 | 0 | 0.11 | 0.73 | 0.06 | 50.74 | 0.85 | 0.59 |
| Hex | EF | D4 | 40 | 0 | B | 49 | 6 | 33 | 55 | 3B |
| Octal | 357 | 324 | 100 | 0 | 13 | 111 | 6 | 63 | 125 | 73 |
| Binary | 11101111 | 11010100 | 1000000 | 0 | 1011 | 1001001 | 110 | 110011 | 1010101 | 111011 |
Color Harmonies of #EFD440
Complementary color
Monochromatic Colors of #EFD440
Black with #EFD440
Text Example
Text Example
White with #EFD440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD440; }
p { color: rgb(239,212,64); }
H1.HeaderClassName
{
color: #EFD440;
}
.AnyTagClassName
{
color: #EFD440;
}
</style>
background-color css
<style>
a { background-color: #EFD440; }
a { background-color: rgb(239,212,64); }
div.DivClassName
{
background-color: #EFD440;
}
.BgClassName
{
background-color: #EFD440;
}
</style>
border-color css
<style>
span { border-color: #EFD440; }
span { border-color: rgb(239,212,64); }
td.TdClassName
{
border-color: #EFD440;
}
.TagClassName
{
border-color: #EFD440;
}
</style>