Shades of Festival #EFC646
Tints of Festival #EFC646
RGB
CMYK
RGB Variations
Color information
#EFC646 (or 0xEFC646) is known color: Festival. HEX triplet: EF, C6 and 46. RGB value is (239,198,70). Sum of RGB (Red+Green+Blue) = 239+198+70=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 70 (27.73% from 255 or 13.81% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC646 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC646 is #1039B9. Grayscale: #C4C4C4. Windows color (decimal): -1063354 or 4638447. OLE color: 4638447.
HSL color Cylindrical-coordinate representation of color #EFC646: hue angle of 45.44º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFC646 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 70 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.06 |
| HSL | 45.44º | 0.84% | 0.61% | - |
| HSV(B) | 45.44º | 0.71% | 0.94% | - |
| XYZ | 56.9 | 59.18 | 14.22 | - |
| YUV | 195.67 | 57.08 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 70 | 0 | 0.17 | 0.71 | 0.06 | 45.44 | 0.84 | 0.61 |
| Hex | EF | C6 | 46 | 0 | 11 | 47 | 6 | 2D | 54 | 3D |
| Octal | 357 | 306 | 106 | 0 | 21 | 107 | 6 | 55 | 124 | 75 |
| Binary | 11101111 | 11000110 | 1000110 | 0 | 10001 | 1000111 | 110 | 101101 | 1010100 | 111101 |
Color Harmonies of #EFC646
Complementary color
Monochromatic Colors of #EFC646
Black with #EFC646
Text Example
Text Example
White with #EFC646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC646; }
p { color: rgb(239,198,70); }
H1.HeaderClassName
{
color: #EFC646;
}
.AnyTagClassName
{
color: #EFC646;
}
</style>
background-color css
<style>
a { background-color: #EFC646; }
a { background-color: rgb(239,198,70); }
div.DivClassName
{
background-color: #EFC646;
}
.BgClassName
{
background-color: #EFC646;
}
</style>
border-color css
<style>
span { border-color: #EFC646; }
span { border-color: rgb(239,198,70); }
td.TdClassName
{
border-color: #EFC646;
}
.TagClassName
{
border-color: #EFC646;
}
</style>