Shades of Festival #E3C549
Tints of Festival #E3C549
RGB
CMYK
RGB Variations
Color information
#E3C549 (or 0xE3C549) is known color: Festival. HEX triplet: E3, C5 and 49. RGB value is (227,197,73). Sum of RGB (Red+Green+Blue) = 227+197+73=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3C549 is #1C3AB6. Grayscale: #C0C0C0. Windows color (decimal): -1850039 or 4834787. OLE color: 4834787.
HSL color Cylindrical-coordinate representation of color #E3C549: hue angle of 48.31º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E3C549 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 197 | 73 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.11 |
| HSL | 48.31º | 0.73% | 0.59% | - |
| HSV(B) | 48.31º | 0.68% | 0.89% | - |
| XYZ | 52.85 | 56.74 | 14.47 | - |
| YUV | 191.83 | 60.94 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 197 | 73 | 0 | 0.13 | 0.68 | 0.11 | 48.31 | 0.73 | 0.59 |
| Hex | E3 | C5 | 49 | 0 | D | 44 | B | 30 | 49 | 3B |
| Octal | 343 | 305 | 111 | 0 | 15 | 104 | 13 | 60 | 111 | 73 |
| Binary | 11100011 | 11000101 | 1001001 | 0 | 1101 | 1000100 | 1011 | 110000 | 1001001 | 111011 |
Color Harmonies of #E3C549
Complementary color
Monochromatic Colors of #E3C549
Black with #E3C549
Text Example
Text Example
White with #E3C549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C549; }
p { color: rgb(227,197,73); }
H1.HeaderClassName
{
color: #E3C549;
}
.AnyTagClassName
{
color: #E3C549;
}
</style>
background-color css
<style>
a { background-color: #E3C549; }
a { background-color: rgb(227,197,73); }
div.DivClassName
{
background-color: #E3C549;
}
.BgClassName
{
background-color: #E3C549;
}
</style>
border-color css
<style>
span { border-color: #E3C549; }
span { border-color: rgb(227,197,73); }
td.TdClassName
{
border-color: #E3C549;
}
.TagClassName
{
border-color: #E3C549;
}
</style>