Shades of Festival #E2C54A
Tints of Festival #E2C54A
RGB
CMYK
RGB Variations
Color information
#E2C54A (or 0xE2C54A) is known color: Festival. HEX triplet: E2, C5 and 4A. RGB value is (226,197,74). Sum of RGB (Red+Green+Blue) = 226+197+74=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C54A is #1D3AB5. Grayscale: #C0C0C0. Windows color (decimal): -1915574 or 4900322. OLE color: 4900322.
HSL color Cylindrical-coordinate representation of color #E2C54A: hue angle of 48.55º degrees, saturation: 0.72, 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 #E2C54A is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 197 | 74 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.11 |
| HSL | 48.55º | 0.72% | 0.59% | - |
| HSV(B) | 48.55º | 0.67% | 0.89% | - |
| XYZ | 52.57 | 56.6 | 14.63 | - |
| YUV | 191.65 | 61.61 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 74 | 0 | 0.13 | 0.67 | 0.11 | 48.55 | 0.72 | 0.59 |
| Hex | E2 | C5 | 4A | 0 | D | 43 | B | 31 | 48 | 3B |
| Octal | 342 | 305 | 112 | 0 | 15 | 103 | 13 | 61 | 110 | 73 |
| Binary | 11100010 | 11000101 | 1001010 | 0 | 1101 | 1000011 | 1011 | 110001 | 1001000 | 111011 |
Color Harmonies of #E2C54A
Complementary color
Monochromatic Colors of #E2C54A
Black with #E2C54A
Text Example
Text Example
White with #E2C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C54A; }
p { color: rgb(226,197,74); }
H1.HeaderClassName
{
color: #E2C54A;
}
.AnyTagClassName
{
color: #E2C54A;
}
</style>
background-color css
<style>
a { background-color: #E2C54A; }
a { background-color: rgb(226,197,74); }
div.DivClassName
{
background-color: #E2C54A;
}
.BgClassName
{
background-color: #E2C54A;
}
</style>
border-color css
<style>
span { border-color: #E2C54A; }
span { border-color: rgb(226,197,74); }
td.TdClassName
{
border-color: #E2C54A;
}
.TagClassName
{
border-color: #E2C54A;
}
</style>