Shades of Festival #E5D549
Tints of Festival #E5D549
RGB
CMYK
RGB Variations
Color information
#E5D549 (or 0xE5D549) is known color: Festival. HEX triplet: E5, D5 and 49. RGB value is (229,213,73). Sum of RGB (Red+Green+Blue) = 229+213+73=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 73 (28.91% from 255 or 14.17% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D549 is #1A2AB6. Grayscale: #CACACA. Windows color (decimal): -1714871 or 4838885. OLE color: 4838885.
HSL color Cylindrical-coordinate representation of color #E5D549: hue angle of 53.85º 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 #E5D549 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 213 | 73 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.10 |
| HSL | 53.85º | 0.75% | 0.59% | - |
| HSV(B) | 53.85º | 0.68% | 0.9% | - |
| XYZ | 57.31 | 64.73 | 15.78 | - |
| YUV | 201.82 | 55.3 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 213 | 73 | 0 | 0.07 | 0.68 | 0.10 | 53.85 | 0.75 | 0.59 |
| Hex | E5 | D5 | 49 | 0 | 7 | 44 | A | 36 | 4B | 3B |
| Octal | 345 | 325 | 111 | 0 | 7 | 104 | 12 | 66 | 113 | 73 |
| Binary | 11100101 | 11010101 | 1001001 | 0 | 111 | 1000100 | 1010 | 110110 | 1001011 | 111011 |
Color Harmonies of #E5D549
Complementary color
Monochromatic Colors of #E5D549
Black with #E5D549
Text Example
Text Example
White with #E5D549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D549; }
p { color: rgb(229,213,73); }
H1.HeaderClassName
{
color: #E5D549;
}
.AnyTagClassName
{
color: #E5D549;
}
</style>
background-color css
<style>
a { background-color: #E5D549; }
a { background-color: rgb(229,213,73); }
div.DivClassName
{
background-color: #E5D549;
}
.BgClassName
{
background-color: #E5D549;
}
</style>
border-color css
<style>
span { border-color: #E5D549; }
span { border-color: rgb(229,213,73); }
td.TdClassName
{
border-color: #E5D549;
}
.TagClassName
{
border-color: #E5D549;
}
</style>