Shades of Festival #E3C554
Tints of Festival #E3C554
RGB
CMYK
RGB Variations
Color information
#E3C554 (or 0xE3C554) is known color: Festival. HEX triplet: E3, C5 and 54. RGB value is (227,197,84). Sum of RGB (Red+Green+Blue) = 227+197+84=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 84 (33.20% from 255 or 16.54% from 508); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C554 is #1C3AAB. Grayscale: #C1C1C1. Windows color (decimal): -1850028 or 5555683. OLE color: 5555683.
HSL color Cylindrical-coordinate representation of color #E3C554: hue angle of 47.41º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E3C554 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 197 | 84 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.11 |
| HSL | 47.41º | 0.72% | 0.61% | - |
| HSV(B) | 47.41º | 0.63% | 0.89% | - |
| XYZ | 53.25 | 56.9 | 16.56 | - |
| YUV | 193.09 | 66.44 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 197 | 84 | 0 | 0.13 | 0.63 | 0.11 | 47.41 | 0.72 | 0.61 |
| Hex | E3 | C5 | 54 | 0 | D | 3F | B | 2F | 48 | 3D |
| Octal | 343 | 305 | 124 | 0 | 15 | 77 | 13 | 57 | 110 | 75 |
| Binary | 11100011 | 11000101 | 1010100 | 0 | 1101 | 111111 | 1011 | 101111 | 1001000 | 111101 |
Color Harmonies of #E3C554
Complementary color
Monochromatic Colors of #E3C554
Black with #E3C554
Text Example
Text Example
White with #E3C554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C554; }
p { color: rgb(227,197,84); }
H1.HeaderClassName
{
color: #E3C554;
}
.AnyTagClassName
{
color: #E3C554;
}
</style>
background-color css
<style>
a { background-color: #E3C554; }
a { background-color: rgb(227,197,84); }
div.DivClassName
{
background-color: #E3C554;
}
.BgClassName
{
background-color: #E3C554;
}
</style>
border-color css
<style>
span { border-color: #E3C554; }
span { border-color: rgb(227,197,84); }
td.TdClassName
{
border-color: #E3C554;
}
.TagClassName
{
border-color: #E3C554;
}
</style>