Shades of Festival #EFCD40
Tints of Festival #EFCD40
RGB
CMYK
RGB Variations
Color information
#EFCD40 (or 0xEFCD40) is known color: Festival. HEX triplet: EF, CD and 40. RGB value is (239,205,64). Sum of RGB (Red+Green+Blue) = 239+205+64=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD40 is #1032BF. Grayscale: #C7C7C7. Windows color (decimal): -1061568 or 4247023. OLE color: 4247023.
HSL color Cylindrical-coordinate representation of color #EFCD40: hue angle of 48.34º 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 #EFCD40 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 64 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.06 |
| HSL | 48.34º | 0.85% | 0.59% | - |
| HSV(B) | 48.34º | 0.73% | 0.94% | - |
| XYZ | 58.35 | 62.38 | 13.82 | - |
| YUV | 199.09 | 51.76 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 64 | 0 | 0.14 | 0.73 | 0.06 | 48.34 | 0.85 | 0.59 |
| Hex | EF | CD | 40 | 0 | E | 49 | 6 | 30 | 55 | 3B |
| Octal | 357 | 315 | 100 | 0 | 16 | 111 | 6 | 60 | 125 | 73 |
| Binary | 11101111 | 11001101 | 1000000 | 0 | 1110 | 1001001 | 110 | 110000 | 1010101 | 111011 |
Color Harmonies of #EFCD40
Complementary color
Monochromatic Colors of #EFCD40
Black with #EFCD40
Text Example
Text Example
White with #EFCD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD40; }
p { color: rgb(239,205,64); }
H1.HeaderClassName
{
color: #EFCD40;
}
.AnyTagClassName
{
color: #EFCD40;
}
</style>
background-color css
<style>
a { background-color: #EFCD40; }
a { background-color: rgb(239,205,64); }
div.DivClassName
{
background-color: #EFCD40;
}
.BgClassName
{
background-color: #EFCD40;
}
</style>
border-color css
<style>
span { border-color: #EFCD40; }
span { border-color: rgb(239,205,64); }
td.TdClassName
{
border-color: #EFCD40;
}
.TagClassName
{
border-color: #EFCD40;
}
</style>