Shades of Festival #EFC944
Tints of Festival #EFC944
RGB
CMYK
RGB Variations
Color information
#EFC944 (or 0xEFC944) is known color: Festival. HEX triplet: EF, C9 and 44. RGB value is (239,201,68). Sum of RGB (Red+Green+Blue) = 239+201+68=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 68 (26.95% from 255 or 13.39% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC944 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC944 is #1036BB. Grayscale: #C5C5C5. Windows color (decimal): -1062588 or 4508143. OLE color: 4508143.
HSL color Cylindrical-coordinate representation of color #EFC944: hue angle of 46.67º 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 #EFC944 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 68 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.06 |
| HSL | 46.67º | 0.84% | 0.6% | - |
| HSV(B) | 46.67º | 0.72% | 0.94% | - |
| XYZ | 57.53 | 60.54 | 14.12 | - |
| YUV | 197.2 | 55.09 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 68 | 0 | 0.16 | 0.72 | 0.06 | 46.67 | 0.84 | 0.6 |
| Hex | EF | C9 | 44 | 0 | 10 | 48 | 6 | 2F | 54 | 3C |
| Octal | 357 | 311 | 104 | 0 | 20 | 110 | 6 | 57 | 124 | 74 |
| Binary | 11101111 | 11001001 | 1000100 | 0 | 10000 | 1001000 | 110 | 101111 | 1010100 | 111100 |
Color Harmonies of #EFC944
Complementary color
Monochromatic Colors of #EFC944
Black with #EFC944
Text Example
Text Example
White with #EFC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC944; }
p { color: rgb(239,201,68); }
H1.HeaderClassName
{
color: #EFC944;
}
.AnyTagClassName
{
color: #EFC944;
}
</style>
background-color css
<style>
a { background-color: #EFC944; }
a { background-color: rgb(239,201,68); }
div.DivClassName
{
background-color: #EFC944;
}
.BgClassName
{
background-color: #EFC944;
}
</style>
border-color css
<style>
span { border-color: #EFC944; }
span { border-color: rgb(239,201,68); }
td.TdClassName
{
border-color: #EFC944;
}
.TagClassName
{
border-color: #EFC944;
}
</style>