Shades of Festival #EFD441
Tints of Festival #EFD441
RGB
CMYK
RGB Variations
Color information
#EFD441 (or 0xEFD441) is known color: Festival. HEX triplet: EF, D4 and 41. RGB value is (239,212,65). Sum of RGB (Red+Green+Blue) = 239+212+65=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 65 (25.78% from 255 or 12.60% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD441 is #102BBE. Grayscale: #CBCBCB. Windows color (decimal): -1059775 or 4314351. OLE color: 4314351.
HSL color Cylindrical-coordinate representation of color #EFD441: hue angle of 50.69º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFD441 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 65 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.06 |
| HSL | 50.69º | 0.84% | 0.6% | - |
| HSV(B) | 50.69º | 0.73% | 0.94% | - |
| XYZ | 60.09 | 65.82 | 14.54 | - |
| YUV | 203.32 | 49.95 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 65 | 0 | 0.11 | 0.73 | 0.06 | 50.69 | 0.84 | 0.6 |
| Hex | EF | D4 | 41 | 0 | B | 49 | 6 | 33 | 54 | 3C |
| Octal | 357 | 324 | 101 | 0 | 13 | 111 | 6 | 63 | 124 | 74 |
| Binary | 11101111 | 11010100 | 1000001 | 0 | 1011 | 1001001 | 110 | 110011 | 1010100 | 111100 |
Color Harmonies of #EFD441
Complementary color
Monochromatic Colors of #EFD441
Black with #EFD441
Text Example
Text Example
White with #EFD441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD441; }
p { color: rgb(239,212,65); }
H1.HeaderClassName
{
color: #EFD441;
}
.AnyTagClassName
{
color: #EFD441;
}
</style>
background-color css
<style>
a { background-color: #EFD441; }
a { background-color: rgb(239,212,65); }
div.DivClassName
{
background-color: #EFD441;
}
.BgClassName
{
background-color: #EFD441;
}
</style>
border-color css
<style>
span { border-color: #EFD441; }
span { border-color: rgb(239,212,65); }
td.TdClassName
{
border-color: #EFD441;
}
.TagClassName
{
border-color: #EFD441;
}
</style>