Shades of Festival #E3C64E
Tints of Festival #E3C64E
RGB
CMYK
RGB Variations
Color information
#E3C64E (or 0xE3C64E) is known color: Festival. HEX triplet: E3, C6 and 4E. RGB value is (227,198,78). Sum of RGB (Red+Green+Blue) = 227+198+78=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 78 (30.86% from 255 or 15.51% from 503); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C64E is #1C39B1. Grayscale: #C1C1C1. Windows color (decimal): -1849778 or 5162723. OLE color: 5162723.
HSL color Cylindrical-coordinate representation of color #E3C64E: hue angle of 48.32º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E3C64E is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 198 | 78 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.11 |
| HSL | 48.32º | 0.73% | 0.6% | - |
| HSV(B) | 48.32º | 0.66% | 0.89% | - |
| XYZ | 53.25 | 57.27 | 15.46 | - |
| YUV | 192.99 | 63.11 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 198 | 78 | 0 | 0.13 | 0.66 | 0.11 | 48.32 | 0.73 | 0.6 |
| Hex | E3 | C6 | 4E | 0 | D | 42 | B | 30 | 49 | 3C |
| Octal | 343 | 306 | 116 | 0 | 15 | 102 | 13 | 60 | 111 | 74 |
| Binary | 11100011 | 11000110 | 1001110 | 0 | 1101 | 1000010 | 1011 | 110000 | 1001001 | 111100 |
Color Harmonies of #E3C64E
Complementary color
Monochromatic Colors of #E3C64E
Black with #E3C64E
Text Example
Text Example
White with #E3C64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C64E; }
p { color: rgb(227,198,78); }
H1.HeaderClassName
{
color: #E3C64E;
}
.AnyTagClassName
{
color: #E3C64E;
}
</style>
background-color css
<style>
a { background-color: #E3C64E; }
a { background-color: rgb(227,198,78); }
div.DivClassName
{
background-color: #E3C64E;
}
.BgClassName
{
background-color: #E3C64E;
}
</style>
border-color css
<style>
span { border-color: #E3C64E; }
span { border-color: rgb(227,198,78); }
td.TdClassName
{
border-color: #E3C64E;
}
.TagClassName
{
border-color: #E3C64E;
}
</style>