Shades of Festival #E5C54A
Tints of Festival #E5C54A
RGB
CMYK
RGB Variations
Color information
#E5C54A (or 0xE5C54A) is known color: Festival. HEX triplet: E5, C5 and 4A. RGB value is (229,197,74). Sum of RGB (Red+Green+Blue) = 229+197+74=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C54A is #1A3AB5. Grayscale: #C1C1C1. Windows color (decimal): -1718966 or 4900325. OLE color: 4900325.
HSL color Cylindrical-coordinate representation of color #E5C54A: hue angle of 47.61º 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 #E5C54A is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 197 | 74 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.10 |
| HSL | 47.61º | 0.75% | 0.59% | - |
| HSV(B) | 47.61º | 0.68% | 0.9% | - |
| XYZ | 53.52 | 57.08 | 14.68 | - |
| YUV | 192.55 | 61.1 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 74 | 0 | 0.14 | 0.68 | 0.10 | 47.61 | 0.75 | 0.59 |
| Hex | E5 | C5 | 4A | 0 | E | 44 | A | 30 | 4B | 3B |
| Octal | 345 | 305 | 112 | 0 | 16 | 104 | 12 | 60 | 113 | 73 |
| Binary | 11100101 | 11000101 | 1001010 | 0 | 1110 | 1000100 | 1010 | 110000 | 1001011 | 111011 |
Color Harmonies of #E5C54A
Complementary color
Monochromatic Colors of #E5C54A
Black with #E5C54A
Text Example
Text Example
White with #E5C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C54A; }
p { color: rgb(229,197,74); }
H1.HeaderClassName
{
color: #E5C54A;
}
.AnyTagClassName
{
color: #E5C54A;
}
</style>
background-color css
<style>
a { background-color: #E5C54A; }
a { background-color: rgb(229,197,74); }
div.DivClassName
{
background-color: #E5C54A;
}
.BgClassName
{
background-color: #E5C54A;
}
</style>
border-color css
<style>
span { border-color: #E5C54A; }
span { border-color: rgb(229,197,74); }
td.TdClassName
{
border-color: #E5C54A;
}
.TagClassName
{
border-color: #E5C54A;
}
</style>