Shades of Festival #EFC548
Tints of Festival #EFC548
RGB
CMYK
RGB Variations
Color information
#EFC548 (or 0xEFC548) is known color: Festival. HEX triplet: EF, C5 and 48. RGB value is (239,197,72). Sum of RGB (Red+Green+Blue) = 239+197+72=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC548 is #103AB7. Grayscale: #C3C3C3. Windows color (decimal): -1063608 or 4769263. OLE color: 4769263.
HSL color Cylindrical-coordinate representation of color #EFC548: hue angle of 44.91º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFC548 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 72 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.06 |
| HSL | 44.91º | 0.84% | 0.61% | - |
| HSV(B) | 44.91º | 0.7% | 0.94% | - |
| XYZ | 56.73 | 58.75 | 14.48 | - |
| YUV | 195.31 | 58.41 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 72 | 0 | 0.18 | 0.70 | 0.06 | 44.91 | 0.84 | 0.61 |
| Hex | EF | C5 | 48 | 0 | 12 | 46 | 6 | 2D | 54 | 3D |
| Octal | 357 | 305 | 110 | 0 | 22 | 106 | 6 | 55 | 124 | 75 |
| Binary | 11101111 | 11000101 | 1001000 | 0 | 10010 | 1000110 | 110 | 101101 | 1010100 | 111101 |
Color Harmonies of #EFC548
Complementary color
Monochromatic Colors of #EFC548
Black with #EFC548
Text Example
Text Example
White with #EFC548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC548; }
p { color: rgb(239,197,72); }
H1.HeaderClassName
{
color: #EFC548;
}
.AnyTagClassName
{
color: #EFC548;
}
</style>
background-color css
<style>
a { background-color: #EFC548; }
a { background-color: rgb(239,197,72); }
div.DivClassName
{
background-color: #EFC548;
}
.BgClassName
{
background-color: #EFC548;
}
</style>
border-color css
<style>
span { border-color: #EFC548; }
span { border-color: rgb(239,197,72); }
td.TdClassName
{
border-color: #EFC548;
}
.TagClassName
{
border-color: #EFC548;
}
</style>