Shades of Festival #E3C64A
Tints of Festival #E3C64A
RGB
CMYK
RGB Variations
Color information
#E3C64A (or 0xE3C64A) is known color: Festival. HEX triplet: E3, C6 and 4A. RGB value is (227,198,74). Sum of RGB (Red+Green+Blue) = 227+198+74=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3C64A is #1C39B5. Grayscale: #C1C1C1. Windows color (decimal): -1849782 or 4900579. OLE color: 4900579.
HSL color Cylindrical-coordinate representation of color #E3C64A: hue angle of 48.63º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E3C64A is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 198 | 74 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.11 |
| HSL | 48.63º | 0.73% | 0.59% | - |
| HSV(B) | 48.63º | 0.67% | 0.89% | - |
| XYZ | 53.11 | 57.21 | 14.72 | - |
| YUV | 192.54 | 61.11 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 198 | 74 | 0 | 0.13 | 0.67 | 0.11 | 48.63 | 0.73 | 0.59 |
| Hex | E3 | C6 | 4A | 0 | D | 43 | B | 31 | 49 | 3B |
| Octal | 343 | 306 | 112 | 0 | 15 | 103 | 13 | 61 | 111 | 73 |
| Binary | 11100011 | 11000110 | 1001010 | 0 | 1101 | 1000011 | 1011 | 110001 | 1001001 | 111011 |
Color Harmonies of #E3C64A
Complementary color
Monochromatic Colors of #E3C64A
Black with #E3C64A
Text Example
Text Example
White with #E3C64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C64A; }
p { color: rgb(227,198,74); }
H1.HeaderClassName
{
color: #E3C64A;
}
.AnyTagClassName
{
color: #E3C64A;
}
</style>
background-color css
<style>
a { background-color: #E3C64A; }
a { background-color: rgb(227,198,74); }
div.DivClassName
{
background-color: #E3C64A;
}
.BgClassName
{
background-color: #E3C64A;
}
</style>
border-color css
<style>
span { border-color: #E3C64A; }
span { border-color: rgb(227,198,74); }
td.TdClassName
{
border-color: #E3C64A;
}
.TagClassName
{
border-color: #E3C64A;
}
</style>