Shades of Festival #EFC747
Tints of Festival #EFC747
RGB
CMYK
RGB Variations
Color information
#EFC747 (or 0xEFC747) is known color: Festival. HEX triplet: EF, C7 and 47. RGB value is (239,199,71). Sum of RGB (Red+Green+Blue) = 239+199+71=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 71 (28.12% from 255 or 13.95% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC747 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC747 is #1038B8. Grayscale: #C4C4C4. Windows color (decimal): -1063097 or 4704239. OLE color: 4704239.
HSL color Cylindrical-coordinate representation of color #EFC747: hue angle of 45.71º 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 #EFC747 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 71 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.06 |
| HSL | 45.71º | 0.84% | 0.61% | - |
| HSV(B) | 45.71º | 0.7% | 0.94% | - |
| XYZ | 57.16 | 59.65 | 14.46 | - |
| YUV | 196.37 | 57.25 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 71 | 0 | 0.17 | 0.70 | 0.06 | 45.71 | 0.84 | 0.61 |
| Hex | EF | C7 | 47 | 0 | 11 | 46 | 6 | 2E | 54 | 3D |
| Octal | 357 | 307 | 107 | 0 | 21 | 106 | 6 | 56 | 124 | 75 |
| Binary | 11101111 | 11000111 | 1000111 | 0 | 10001 | 1000110 | 110 | 101110 | 1010100 | 111101 |
Color Harmonies of #EFC747
Complementary color
Monochromatic Colors of #EFC747
Black with #EFC747
Text Example
Text Example
White with #EFC747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC747; }
p { color: rgb(239,199,71); }
H1.HeaderClassName
{
color: #EFC747;
}
.AnyTagClassName
{
color: #EFC747;
}
</style>
background-color css
<style>
a { background-color: #EFC747; }
a { background-color: rgb(239,199,71); }
div.DivClassName
{
background-color: #EFC747;
}
.BgClassName
{
background-color: #EFC747;
}
</style>
border-color css
<style>
span { border-color: #EFC747; }
span { border-color: rgb(239,199,71); }
td.TdClassName
{
border-color: #EFC747;
}
.TagClassName
{
border-color: #EFC747;
}
</style>