Shades of Festival #EFC440
Tints of Festival #EFC440
RGB
CMYK
RGB Variations
Color information
#EFC440 (or 0xEFC440) is known color: Festival. HEX triplet: EF, C4 and 40. RGB value is (239,196,64). Sum of RGB (Red+Green+Blue) = 239+196+64=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC440 is #103BBF. Grayscale: #C2C2C2. Windows color (decimal): -1063872 or 4244719. OLE color: 4244719.
HSL color Cylindrical-coordinate representation of color #EFC440: hue angle of 45.26º 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 #EFC440 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 64 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.06 |
| HSL | 45.26º | 0.85% | 0.59% | - |
| HSV(B) | 45.26º | 0.73% | 0.94% | - |
| XYZ | 56.26 | 58.2 | 13.12 | - |
| YUV | 193.81 | 54.75 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 64 | 0 | 0.18 | 0.73 | 0.06 | 45.26 | 0.85 | 0.59 |
| Hex | EF | C4 | 40 | 0 | 12 | 49 | 6 | 2D | 55 | 3B |
| Octal | 357 | 304 | 100 | 0 | 22 | 111 | 6 | 55 | 125 | 73 |
| Binary | 11101111 | 11000100 | 1000000 | 0 | 10010 | 1001001 | 110 | 101101 | 1010101 | 111011 |
Color Harmonies of #EFC440
Complementary color
Monochromatic Colors of #EFC440
Black with #EFC440
Text Example
Text Example
White with #EFC440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC440; }
p { color: rgb(239,196,64); }
H1.HeaderClassName
{
color: #EFC440;
}
.AnyTagClassName
{
color: #EFC440;
}
</style>
background-color css
<style>
a { background-color: #EFC440; }
a { background-color: rgb(239,196,64); }
div.DivClassName
{
background-color: #EFC440;
}
.BgClassName
{
background-color: #EFC440;
}
</style>
border-color css
<style>
span { border-color: #EFC440; }
span { border-color: rgb(239,196,64); }
td.TdClassName
{
border-color: #EFC440;
}
.TagClassName
{
border-color: #EFC440;
}
</style>