Shades of Festival #EFD041
Tints of Festival #EFD041
RGB
CMYK
RGB Variations
Color information
#EFD041 (or 0xEFD041) is known color: Festival. HEX triplet: EF, D0 and 41. RGB value is (239,208,65). Sum of RGB (Red+Green+Blue) = 239+208+65=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD041 is #102FBE. Grayscale: #C9C9C9. Windows color (decimal): -1060799 or 4313327. OLE color: 4313327.
HSL color Cylindrical-coordinate representation of color #EFD041: hue angle of 49.31º 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 #EFD041 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 65 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.06 |
| HSL | 49.31º | 0.84% | 0.6% | - |
| HSV(B) | 49.31º | 0.73% | 0.94% | - |
| XYZ | 59.11 | 63.84 | 14.21 | - |
| YUV | 200.97 | 51.27 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 65 | 0 | 0.13 | 0.73 | 0.06 | 49.31 | 0.84 | 0.6 |
| Hex | EF | D0 | 41 | 0 | D | 49 | 6 | 31 | 54 | 3C |
| Octal | 357 | 320 | 101 | 0 | 15 | 111 | 6 | 61 | 124 | 74 |
| Binary | 11101111 | 11010000 | 1000001 | 0 | 1101 | 1001001 | 110 | 110001 | 1010100 | 111100 |
Color Harmonies of #EFD041
Complementary color
Monochromatic Colors of #EFD041
Black with #EFD041
Text Example
Text Example
White with #EFD041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD041; }
p { color: rgb(239,208,65); }
H1.HeaderClassName
{
color: #EFD041;
}
.AnyTagClassName
{
color: #EFD041;
}
</style>
background-color css
<style>
a { background-color: #EFD041; }
a { background-color: rgb(239,208,65); }
div.DivClassName
{
background-color: #EFD041;
}
.BgClassName
{
background-color: #EFD041;
}
</style>
border-color css
<style>
span { border-color: #EFD041; }
span { border-color: rgb(239,208,65); }
td.TdClassName
{
border-color: #EFD041;
}
.TagClassName
{
border-color: #EFD041;
}
</style>