Shades of Festival #EFC544
Tints of Festival #EFC544
RGB
CMYK
RGB Variations
Color information
#EFC544 (or 0xEFC544) is known color: Festival. HEX triplet: EF, C5 and 44. RGB value is (239,197,68). Sum of RGB (Red+Green+Blue) = 239+197+68=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 68 (26.95% from 255 or 13.49% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC544 is #103ABB. Grayscale: #C3C3C3. Windows color (decimal): -1063612 or 4507119. OLE color: 4507119.
HSL color Cylindrical-coordinate representation of color #EFC544: hue angle of 45.26º 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 #EFC544 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 68 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.06 |
| HSL | 45.26º | 0.84% | 0.6% | - |
| HSV(B) | 45.26º | 0.72% | 0.94% | - |
| XYZ | 56.61 | 58.7 | 13.82 | - |
| YUV | 194.85 | 56.41 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 68 | 0 | 0.18 | 0.72 | 0.06 | 45.26 | 0.84 | 0.6 |
| Hex | EF | C5 | 44 | 0 | 12 | 48 | 6 | 2D | 54 | 3C |
| Octal | 357 | 305 | 104 | 0 | 22 | 110 | 6 | 55 | 124 | 74 |
| Binary | 11101111 | 11000101 | 1000100 | 0 | 10010 | 1001000 | 110 | 101101 | 1010100 | 111100 |
Color Harmonies of #EFC544
Complementary color
Monochromatic Colors of #EFC544
Black with #EFC544
Text Example
Text Example
White with #EFC544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC544; }
p { color: rgb(239,197,68); }
H1.HeaderClassName
{
color: #EFC544;
}
.AnyTagClassName
{
color: #EFC544;
}
</style>
background-color css
<style>
a { background-color: #EFC544; }
a { background-color: rgb(239,197,68); }
div.DivClassName
{
background-color: #EFC544;
}
.BgClassName
{
background-color: #EFC544;
}
</style>
border-color css
<style>
span { border-color: #EFC544; }
span { border-color: rgb(239,197,68); }
td.TdClassName
{
border-color: #EFC544;
}
.TagClassName
{
border-color: #EFC544;
}
</style>