Shades of Festival #EFD240
Tints of Festival #EFD240
RGB
CMYK
RGB Variations
Color information
#EFD240 (or 0xEFD240) is known color: Festival. HEX triplet: EF, D2 and 40. RGB value is (239,210,64). Sum of RGB (Red+Green+Blue) = 239+210+64=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD240 is #102DBF. Grayscale: #CACACA. Windows color (decimal): -1060288 or 4248303. OLE color: 4248303.
HSL color Cylindrical-coordinate representation of color #EFD240: hue angle of 50.06º 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 #EFD240 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 64 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.06 |
| HSL | 50.06º | 0.85% | 0.59% | - |
| HSV(B) | 50.06º | 0.73% | 0.94% | - |
| XYZ | 59.57 | 64.81 | 14.22 | - |
| YUV | 202.03 | 50.11 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 64 | 0 | 0.12 | 0.73 | 0.06 | 50.06 | 0.85 | 0.59 |
| Hex | EF | D2 | 40 | 0 | C | 49 | 6 | 32 | 55 | 3B |
| Octal | 357 | 322 | 100 | 0 | 14 | 111 | 6 | 62 | 125 | 73 |
| Binary | 11101111 | 11010010 | 1000000 | 0 | 1100 | 1001001 | 110 | 110010 | 1010101 | 111011 |
Color Harmonies of #EFD240
Complementary color
Monochromatic Colors of #EFD240
Black with #EFD240
Text Example
Text Example
White with #EFD240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD240; }
p { color: rgb(239,210,64); }
H1.HeaderClassName
{
color: #EFD240;
}
.AnyTagClassName
{
color: #EFD240;
}
</style>
background-color css
<style>
a { background-color: #EFD240; }
a { background-color: rgb(239,210,64); }
div.DivClassName
{
background-color: #EFD240;
}
.BgClassName
{
background-color: #EFD240;
}
</style>
border-color css
<style>
span { border-color: #EFD240; }
span { border-color: rgb(239,210,64); }
td.TdClassName
{
border-color: #EFD240;
}
.TagClassName
{
border-color: #EFD240;
}
</style>