Shades of Festival #E5C546
Tints of Festival #E5C546
RGB
CMYK
RGB Variations
Color information
#E5C546 (or 0xE5C546) is known color: Festival. HEX triplet: E5, C5 and 46. RGB value is (229,197,70). Sum of RGB (Red+Green+Blue) = 229+197+70=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 70 (27.73% from 255 or 14.11% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C546 is #1A3AB9. Grayscale: #C0C0C0. Windows color (decimal): -1718970 or 4638181. OLE color: 4638181.
HSL color Cylindrical-coordinate representation of color #E5C546: hue angle of 47.92º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5C546 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 197 | 70 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.10 |
| HSL | 47.92º | 0.75% | 0.59% | - |
| HSV(B) | 47.92º | 0.69% | 0.9% | - |
| XYZ | 53.38 | 57.03 | 13.99 | - |
| YUV | 192.09 | 59.1 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 70 | 0 | 0.14 | 0.69 | 0.10 | 47.92 | 0.75 | 0.59 |
| Hex | E5 | C5 | 46 | 0 | E | 45 | A | 30 | 4B | 3B |
| Octal | 345 | 305 | 106 | 0 | 16 | 105 | 12 | 60 | 113 | 73 |
| Binary | 11100101 | 11000101 | 1000110 | 0 | 1110 | 1000101 | 1010 | 110000 | 1001011 | 111011 |
Color Harmonies of #E5C546
Complementary color
Monochromatic Colors of #E5C546
Black with #E5C546
Text Example
Text Example
White with #E5C546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C546; }
p { color: rgb(229,197,70); }
H1.HeaderClassName
{
color: #E5C546;
}
.AnyTagClassName
{
color: #E5C546;
}
</style>
background-color css
<style>
a { background-color: #E5C546; }
a { background-color: rgb(229,197,70); }
div.DivClassName
{
background-color: #E5C546;
}
.BgClassName
{
background-color: #E5C546;
}
</style>
border-color css
<style>
span { border-color: #E5C546; }
span { border-color: rgb(229,197,70); }
td.TdClassName
{
border-color: #E5C546;
}
.TagClassName
{
border-color: #E5C546;
}
</style>