Shades of Festival #E8D049
Tints of Festival #E8D049
RGB
CMYK
RGB Variations
Color information
#E8D049 (or 0xE8D049) is known color: Festival. HEX triplet: E8, D0 and 49. RGB value is (232,208,73). Sum of RGB (Red+Green+Blue) = 232+208+73=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 73 (28.91% from 255 or 14.23% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D049 is #172FB6. Grayscale: #C8C8C8. Windows color (decimal): -1519543 or 4837608. OLE color: 4837608.
HSL color Cylindrical-coordinate representation of color #E8D049: hue angle of 50.94º 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 #E8D049 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 208 | 73 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.09 |
| HSL | 50.94º | 0.78% | 0.6% | - |
| HSV(B) | 50.94º | 0.69% | 0.91% | - |
| XYZ | 57.04 | 62.75 | 15.41 | - |
| YUV | 199.79 | 56.45 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 208 | 73 | 0 | 0.10 | 0.69 | 0.09 | 50.94 | 0.78 | 0.6 |
| Hex | E8 | D0 | 49 | 0 | A | 45 | 9 | 33 | 4E | 3C |
| Octal | 350 | 320 | 111 | 0 | 12 | 105 | 11 | 63 | 116 | 74 |
| Binary | 11101000 | 11010000 | 1001001 | 0 | 1010 | 1000101 | 1001 | 110011 | 1001110 | 111100 |
Color Harmonies of #E8D049
Complementary color
Monochromatic Colors of #E8D049
Black with #E8D049
Text Example
Text Example
White with #E8D049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D049; }
p { color: rgb(232,208,73); }
H1.HeaderClassName
{
color: #E8D049;
}
.AnyTagClassName
{
color: #E8D049;
}
</style>
background-color css
<style>
a { background-color: #E8D049; }
a { background-color: rgb(232,208,73); }
div.DivClassName
{
background-color: #E8D049;
}
.BgClassName
{
background-color: #E8D049;
}
</style>
border-color css
<style>
span { border-color: #E8D049; }
span { border-color: rgb(232,208,73); }
td.TdClassName
{
border-color: #E8D049;
}
.TagClassName
{
border-color: #E8D049;
}
</style>