Shades of Festival #E8D345
Tints of Festival #E8D345
RGB
CMYK
RGB Variations
Color information
#E8D345 (or 0xE8D345) is known color: Festival. HEX triplet: E8, D3 and 45. RGB value is (232,211,69). Sum of RGB (Red+Green+Blue) = 232+211+69=512 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.31% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D345 is #172CBA. Grayscale: #C9C9C9. Windows color (decimal): -1518779 or 4576232. OLE color: 4576232.
HSL color Cylindrical-coordinate representation of color #E8D345: hue angle of 52.27º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E8D345 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 211 | 69 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.09 |
| HSL | 52.27º | 0.78% | 0.59% | - |
| HSV(B) | 52.27º | 0.7% | 0.91% | - |
| XYZ | 57.65 | 64.17 | 14.98 | - |
| YUV | 201.09 | 53.46 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 211 | 69 | 0 | 0.09 | 0.70 | 0.09 | 52.27 | 0.78 | 0.59 |
| Hex | E8 | D3 | 45 | 0 | 9 | 46 | 9 | 34 | 4E | 3B |
| Octal | 350 | 323 | 105 | 0 | 11 | 106 | 11 | 64 | 116 | 73 |
| Binary | 11101000 | 11010011 | 1000101 | 0 | 1001 | 1000110 | 1001 | 110100 | 1001110 | 111011 |
Color Harmonies of #E8D345
Complementary color
Monochromatic Colors of #E8D345
Black with #E8D345
Text Example
Text Example
White with #E8D345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D345; }
p { color: rgb(232,211,69); }
H1.HeaderClassName
{
color: #E8D345;
}
.AnyTagClassName
{
color: #E8D345;
}
</style>
background-color css
<style>
a { background-color: #E8D345; }
a { background-color: rgb(232,211,69); }
div.DivClassName
{
background-color: #E8D345;
}
.BgClassName
{
background-color: #E8D345;
}
</style>
border-color css
<style>
span { border-color: #E8D345; }
span { border-color: rgb(232,211,69); }
td.TdClassName
{
border-color: #E8D345;
}
.TagClassName
{
border-color: #E8D345;
}
</style>