Shades of Festival #E5C64A
Tints of Festival #E5C64A
RGB
CMYK
RGB Variations
Color information
#E5C64A (or 0xE5C64A) is known color: Festival. HEX triplet: E5, C6 and 4A. RGB value is (229,198,74). Sum of RGB (Red+Green+Blue) = 229+198+74=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C64A is #1A39B5. Grayscale: #C1C1C1. Windows color (decimal): -1718710 or 4900581. OLE color: 4900581.
HSL color Cylindrical-coordinate representation of color #E5C64A: hue angle of 48º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5C64A is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 198 | 74 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.10 |
| HSL | 48º | 0.75% | 0.59% | - |
| HSV(B) | 48º | 0.68% | 0.9% | - |
| XYZ | 53.74 | 57.54 | 14.75 | - |
| YUV | 193.13 | 60.77 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 74 | 0 | 0.14 | 0.68 | 0.10 | 48 | 0.75 | 0.59 |
| Hex | E5 | C6 | 4A | 0 | E | 44 | A | 30 | 4B | 3B |
| Octal | 345 | 306 | 112 | 0 | 16 | 104 | 12 | 60 | 113 | 73 |
| Binary | 11100101 | 11000110 | 1001010 | 0 | 1110 | 1000100 | 1010 | 110000 | 1001011 | 111011 |
Color Harmonies of #E5C64A
Complementary color
Monochromatic Colors of #E5C64A
Black with #E5C64A
Text Example
Text Example
White with #E5C64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C64A; }
p { color: rgb(229,198,74); }
H1.HeaderClassName
{
color: #E5C64A;
}
.AnyTagClassName
{
color: #E5C64A;
}
</style>
background-color css
<style>
a { background-color: #E5C64A; }
a { background-color: rgb(229,198,74); }
div.DivClassName
{
background-color: #E5C64A;
}
.BgClassName
{
background-color: #E5C64A;
}
</style>
border-color css
<style>
span { border-color: #E5C64A; }
span { border-color: rgb(229,198,74); }
td.TdClassName
{
border-color: #E5C64A;
}
.TagClassName
{
border-color: #E5C64A;
}
</style>