Shades of Festival #EFD540
Tints of Festival #EFD540
RGB
CMYK
RGB Variations
Color information
#EFD540 (or 0xEFD540) is known color: Festival. HEX triplet: EF, D5 and 40. RGB value is (239,213,64). Sum of RGB (Red+Green+Blue) = 239+213+64=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD540 is #102ABF. Grayscale: #CCCCCC. Windows color (decimal): -1059520 or 4249071. OLE color: 4249071.
HSL color Cylindrical-coordinate representation of color #EFD540: hue angle of 51.09º 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 #EFD540 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 64 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.06 |
| HSL | 51.09º | 0.85% | 0.59% | - |
| HSV(B) | 51.09º | 0.73% | 0.94% | - |
| XYZ | 60.32 | 66.31 | 14.47 | - |
| YUV | 203.79 | 49.11 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 64 | 0 | 0.11 | 0.73 | 0.06 | 51.09 | 0.85 | 0.59 |
| Hex | EF | D5 | 40 | 0 | B | 49 | 6 | 33 | 55 | 3B |
| Octal | 357 | 325 | 100 | 0 | 13 | 111 | 6 | 63 | 125 | 73 |
| Binary | 11101111 | 11010101 | 1000000 | 0 | 1011 | 1001001 | 110 | 110011 | 1010101 | 111011 |
Color Harmonies of #EFD540
Complementary color
Monochromatic Colors of #EFD540
Black with #EFD540
Text Example
Text Example
White with #EFD540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD540; }
p { color: rgb(239,213,64); }
H1.HeaderClassName
{
color: #EFD540;
}
.AnyTagClassName
{
color: #EFD540;
}
</style>
background-color css
<style>
a { background-color: #EFD540; }
a { background-color: rgb(239,213,64); }
div.DivClassName
{
background-color: #EFD540;
}
.BgClassName
{
background-color: #EFD540;
}
</style>
border-color css
<style>
span { border-color: #EFD540; }
span { border-color: rgb(239,213,64); }
td.TdClassName
{
border-color: #EFD540;
}
.TagClassName
{
border-color: #EFD540;
}
</style>