Shades of Festival #E5C949
Tints of Festival #E5C949
RGB
CMYK
RGB Variations
Color information
#E5C949 (or 0xE5C949) is known color: Festival. HEX triplet: E5, C9 and 49. RGB value is (229,201,73). Sum of RGB (Red+Green+Blue) = 229+201+73=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 73 (28.91% from 255 or 14.51% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C949 is #1A36B6. Grayscale: #C3C3C3. Windows color (decimal): -1717943 or 4835813. OLE color: 4835813.
HSL color Cylindrical-coordinate representation of color #E5C949: hue angle of 49.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5C949 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 201 | 73 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.10 |
| HSL | 49.23º | 0.75% | 0.59% | - |
| HSV(B) | 49.23º | 0.68% | 0.9% | - |
| XYZ | 54.4 | 58.91 | 14.81 | - |
| YUV | 194.78 | 59.28 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 201 | 73 | 0 | 0.12 | 0.68 | 0.10 | 49.23 | 0.75 | 0.59 |
| Hex | E5 | C9 | 49 | 0 | C | 44 | A | 31 | 4B | 3B |
| Octal | 345 | 311 | 111 | 0 | 14 | 104 | 12 | 61 | 113 | 73 |
| Binary | 11100101 | 11001001 | 1001001 | 0 | 1100 | 1000100 | 1010 | 110001 | 1001011 | 111011 |
Color Harmonies of #E5C949
Complementary color
Monochromatic Colors of #E5C949
Black with #E5C949
Text Example
Text Example
White with #E5C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C949; }
p { color: rgb(229,201,73); }
H1.HeaderClassName
{
color: #E5C949;
}
.AnyTagClassName
{
color: #E5C949;
}
</style>
background-color css
<style>
a { background-color: #E5C949; }
a { background-color: rgb(229,201,73); }
div.DivClassName
{
background-color: #E5C949;
}
.BgClassName
{
background-color: #E5C949;
}
</style>
border-color css
<style>
span { border-color: #E5C949; }
span { border-color: rgb(229,201,73); }
td.TdClassName
{
border-color: #E5C949;
}
.TagClassName
{
border-color: #E5C949;
}
</style>