Shades of Festival #E5C647
Tints of Festival #E5C647
RGB
CMYK
RGB Variations
Color information
#E5C647 (or 0xE5C647) is known color: Festival. HEX triplet: E5, C6 and 47. RGB value is (229,198,71). Sum of RGB (Red+Green+Blue) = 229+198+71=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 71 (28.12% from 255 or 14.26% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C647 is #1A39B8. Grayscale: #C1C1C1. Windows color (decimal): -1718713 or 4703973. OLE color: 4703973.
HSL color Cylindrical-coordinate representation of color #E5C647: hue angle of 48.23º 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 #E5C647 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 198 | 71 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.10 |
| HSL | 48.23º | 0.75% | 0.59% | - |
| HSV(B) | 48.23º | 0.69% | 0.9% | - |
| XYZ | 53.64 | 57.5 | 14.23 | - |
| YUV | 192.79 | 59.27 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 71 | 0 | 0.14 | 0.69 | 0.10 | 48.23 | 0.75 | 0.59 |
| Hex | E5 | C6 | 47 | 0 | E | 45 | A | 30 | 4B | 3B |
| Octal | 345 | 306 | 107 | 0 | 16 | 105 | 12 | 60 | 113 | 73 |
| Binary | 11100101 | 11000110 | 1000111 | 0 | 1110 | 1000101 | 1010 | 110000 | 1001011 | 111011 |
Color Harmonies of #E5C647
Complementary color
Monochromatic Colors of #E5C647
Black with #E5C647
Text Example
Text Example
White with #E5C647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C647; }
p { color: rgb(229,198,71); }
H1.HeaderClassName
{
color: #E5C647;
}
.AnyTagClassName
{
color: #E5C647;
}
</style>
background-color css
<style>
a { background-color: #E5C647; }
a { background-color: rgb(229,198,71); }
div.DivClassName
{
background-color: #E5C647;
}
.BgClassName
{
background-color: #E5C647;
}
</style>
border-color css
<style>
span { border-color: #E5C647; }
span { border-color: rgb(229,198,71); }
td.TdClassName
{
border-color: #E5C647;
}
.TagClassName
{
border-color: #E5C647;
}
</style>