Shades of Festival #EFC444
Tints of Festival #EFC444
RGB
CMYK
RGB Variations
Color information
#EFC444 (or 0xEFC444) is known color: Festival. HEX triplet: EF, C4 and 44. RGB value is (239,196,68). Sum of RGB (Red+Green+Blue) = 239+196+68=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 68 (26.95% from 255 or 13.52% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC444 is #103BBB. Grayscale: #C2C2C2. Windows color (decimal): -1063868 or 4506863. OLE color: 4506863.
HSL color Cylindrical-coordinate representation of color #EFC444: hue angle of 44.91º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFC444 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 68 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.06 |
| HSL | 44.91º | 0.84% | 0.6% | - |
| HSV(B) | 44.91º | 0.72% | 0.94% | - |
| XYZ | 56.38 | 58.25 | 13.74 | - |
| YUV | 194.27 | 56.75 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 68 | 0 | 0.18 | 0.72 | 0.06 | 44.91 | 0.84 | 0.6 |
| Hex | EF | C4 | 44 | 0 | 12 | 48 | 6 | 2D | 54 | 3C |
| Octal | 357 | 304 | 104 | 0 | 22 | 110 | 6 | 55 | 124 | 74 |
| Binary | 11101111 | 11000100 | 1000100 | 0 | 10010 | 1001000 | 110 | 101101 | 1010100 | 111100 |
Color Harmonies of #EFC444
Complementary color
Monochromatic Colors of #EFC444
Black with #EFC444
Text Example
Text Example
White with #EFC444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC444; }
p { color: rgb(239,196,68); }
H1.HeaderClassName
{
color: #EFC444;
}
.AnyTagClassName
{
color: #EFC444;
}
</style>
background-color css
<style>
a { background-color: #EFC444; }
a { background-color: rgb(239,196,68); }
div.DivClassName
{
background-color: #EFC444;
}
.BgClassName
{
background-color: #EFC444;
}
</style>
border-color css
<style>
span { border-color: #EFC444; }
span { border-color: rgb(239,196,68); }
td.TdClassName
{
border-color: #EFC444;
}
.TagClassName
{
border-color: #EFC444;
}
</style>