Shades of Festival #E2C64E
Tints of Festival #E2C64E
RGB
CMYK
RGB Variations
Color information
#E2C64E (or 0xE2C64E) is known color: Festival. HEX triplet: E2, C6 and 4E. RGB value is (226,198,78). Sum of RGB (Red+Green+Blue) = 226+198+78=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 78 (30.86% from 255 or 15.54% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C64E is #1D39B1. Grayscale: #C1C1C1. Windows color (decimal): -1915314 or 5162722. OLE color: 5162722.
HSL color Cylindrical-coordinate representation of color #E2C64E: hue angle of 48.65º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2C64E is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 198 | 78 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.11 |
| HSL | 48.65º | 0.72% | 0.6% | - |
| HSV(B) | 48.65º | 0.65% | 0.89% | - |
| XYZ | 52.93 | 57.11 | 15.44 | - |
| YUV | 192.69 | 63.28 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 198 | 78 | 0 | 0.12 | 0.65 | 0.11 | 48.65 | 0.72 | 0.6 |
| Hex | E2 | C6 | 4E | 0 | C | 41 | B | 31 | 48 | 3C |
| Octal | 342 | 306 | 116 | 0 | 14 | 101 | 13 | 61 | 110 | 74 |
| Binary | 11100010 | 11000110 | 1001110 | 0 | 1100 | 1000001 | 1011 | 110001 | 1001000 | 111100 |
Color Harmonies of #E2C64E
Complementary color
Monochromatic Colors of #E2C64E
Black with #E2C64E
Text Example
Text Example
White with #E2C64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C64E; }
p { color: rgb(226,198,78); }
H1.HeaderClassName
{
color: #E2C64E;
}
.AnyTagClassName
{
color: #E2C64E;
}
</style>
background-color css
<style>
a { background-color: #E2C64E; }
a { background-color: rgb(226,198,78); }
div.DivClassName
{
background-color: #E2C64E;
}
.BgClassName
{
background-color: #E2C64E;
}
</style>
border-color css
<style>
span { border-color: #E2C64E; }
span { border-color: rgb(226,198,78); }
td.TdClassName
{
border-color: #E2C64E;
}
.TagClassName
{
border-color: #E2C64E;
}
</style>