Shades of Festival #E8D549
Tints of Festival #E8D549
RGB
CMYK
RGB Variations
Color information
#E8D549 (or 0xE8D549) is known color: Festival. HEX triplet: E8, D5 and 49. RGB value is (232,213,73). Sum of RGB (Red+Green+Blue) = 232+213+73=518 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.79% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 73 (28.91% from 255 or 14.09% from 518); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D549 is #172AB6. Grayscale: #CBCBCB. Windows color (decimal): -1518263 or 4838888. OLE color: 4838888.
HSL color Cylindrical-coordinate representation of color #E8D549: hue angle of 52.83º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8D549 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 213 | 73 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.09 |
| HSL | 52.83º | 0.78% | 0.6% | - |
| HSV(B) | 52.83º | 0.69% | 0.91% | - |
| XYZ | 58.28 | 65.23 | 15.82 | - |
| YUV | 202.72 | 54.79 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 213 | 73 | 0 | 0.08 | 0.69 | 0.09 | 52.83 | 0.78 | 0.6 |
| Hex | E8 | D5 | 49 | 0 | 8 | 45 | 9 | 35 | 4E | 3C |
| Octal | 350 | 325 | 111 | 0 | 10 | 105 | 11 | 65 | 116 | 74 |
| Binary | 11101000 | 11010101 | 1001001 | 0 | 1000 | 1000101 | 1001 | 110101 | 1001110 | 111100 |
Color Harmonies of #E8D549
Complementary color
Monochromatic Colors of #E8D549
Black with #E8D549
Text Example
Text Example
White with #E8D549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D549; }
p { color: rgb(232,213,73); }
H1.HeaderClassName
{
color: #E8D549;
}
.AnyTagClassName
{
color: #E8D549;
}
</style>
background-color css
<style>
a { background-color: #E8D549; }
a { background-color: rgb(232,213,73); }
div.DivClassName
{
background-color: #E8D549;
}
.BgClassName
{
background-color: #E8D549;
}
</style>
border-color css
<style>
span { border-color: #E8D549; }
span { border-color: rgb(232,213,73); }
td.TdClassName
{
border-color: #E8D549;
}
.TagClassName
{
border-color: #E8D549;
}
</style>