Shades of Festival #EFC647
Tints of Festival #EFC647
RGB
CMYK
RGB Variations
Color information
#EFC647 (or 0xEFC647) is known color: Festival. HEX triplet: EF, C6 and 47. RGB value is (239,198,71). Sum of RGB (Red+Green+Blue) = 239+198+71=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 71 (28.12% from 255 or 13.98% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC647 is #1039B8. Grayscale: #C4C4C4. Windows color (decimal): -1063353 or 4703983. OLE color: 4703983.
HSL color Cylindrical-coordinate representation of color #EFC647: hue angle of 45.36º 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 #EFC647 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 71 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.06 |
| HSL | 45.36º | 0.84% | 0.61% | - |
| HSV(B) | 45.36º | 0.7% | 0.94% | - |
| XYZ | 56.93 | 59.19 | 14.39 | - |
| YUV | 195.78 | 57.58 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 71 | 0 | 0.17 | 0.70 | 0.06 | 45.36 | 0.84 | 0.61 |
| Hex | EF | C6 | 47 | 0 | 11 | 46 | 6 | 2D | 54 | 3D |
| Octal | 357 | 306 | 107 | 0 | 21 | 106 | 6 | 55 | 124 | 75 |
| Binary | 11101111 | 11000110 | 1000111 | 0 | 10001 | 1000110 | 110 | 101101 | 1010100 | 111101 |
Color Harmonies of #EFC647
Complementary color
Monochromatic Colors of #EFC647
Black with #EFC647
Text Example
Text Example
White with #EFC647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC647; }
p { color: rgb(239,198,71); }
H1.HeaderClassName
{
color: #EFC647;
}
.AnyTagClassName
{
color: #EFC647;
}
</style>
background-color css
<style>
a { background-color: #EFC647; }
a { background-color: rgb(239,198,71); }
div.DivClassName
{
background-color: #EFC647;
}
.BgClassName
{
background-color: #EFC647;
}
</style>
border-color css
<style>
span { border-color: #EFC647; }
span { border-color: rgb(239,198,71); }
td.TdClassName
{
border-color: #EFC647;
}
.TagClassName
{
border-color: #EFC647;
}
</style>