Shades of Festival #EFC644
Tints of Festival #EFC644
RGB
CMYK
RGB Variations
Color information
#EFC644 (or 0xEFC644) is known color: Festival. HEX triplet: EF, C6 and 44. RGB value is (239,198,68). Sum of RGB (Red+Green+Blue) = 239+198+68=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 68 (26.95% from 255 or 13.47% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC644 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC644 is #1039BB. Grayscale: #C3C3C3. Windows color (decimal): -1063356 or 4507375. OLE color: 4507375.
HSL color Cylindrical-coordinate representation of color #EFC644: hue angle of 45.61º 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 #EFC644 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 68 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.06 |
| HSL | 45.61º | 0.84% | 0.6% | - |
| HSV(B) | 45.61º | 0.72% | 0.94% | - |
| XYZ | 56.83 | 59.16 | 13.89 | - |
| YUV | 195.44 | 56.08 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 68 | 0 | 0.17 | 0.72 | 0.06 | 45.61 | 0.84 | 0.6 |
| Hex | EF | C6 | 44 | 0 | 11 | 48 | 6 | 2E | 54 | 3C |
| Octal | 357 | 306 | 104 | 0 | 21 | 110 | 6 | 56 | 124 | 74 |
| Binary | 11101111 | 11000110 | 1000100 | 0 | 10001 | 1001000 | 110 | 101110 | 1010100 | 111100 |
Color Harmonies of #EFC644
Complementary color
Monochromatic Colors of #EFC644
Black with #EFC644
Text Example
Text Example
White with #EFC644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC644; }
p { color: rgb(239,198,68); }
H1.HeaderClassName
{
color: #EFC644;
}
.AnyTagClassName
{
color: #EFC644;
}
</style>
background-color css
<style>
a { background-color: #EFC644; }
a { background-color: rgb(239,198,68); }
div.DivClassName
{
background-color: #EFC644;
}
.BgClassName
{
background-color: #EFC644;
}
</style>
border-color css
<style>
span { border-color: #EFC644; }
span { border-color: rgb(239,198,68); }
td.TdClassName
{
border-color: #EFC644;
}
.TagClassName
{
border-color: #EFC644;
}
</style>