Shades of Festival #E9C345
Tints of Festival #E9C345
RGB
CMYK
RGB Variations
Color information
#E9C345 (or 0xE9C345) is known color: Festival. HEX triplet: E9, C3 and 45. RGB value is (233,195,69). Sum of RGB (Red+Green+Blue) = 233+195+69=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 69 (27.34% from 255 or 13.88% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C345 is #163CBA. Grayscale: #C0C0C0. Windows color (decimal): -1457339 or 4572137. OLE color: 4572137.
HSL color Cylindrical-coordinate representation of color #E9C345: hue angle of 46.1º degrees, saturation: 0.79, 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 #E9C345 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 195 | 69 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.09 |
| HSL | 46.1º | 0.79% | 0.59% | - |
| HSV(B) | 46.1º | 0.7% | 0.91% | - |
| XYZ | 54.19 | 56.78 | 13.73 | - |
| YUV | 192 | 58.59 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 195 | 69 | 0 | 0.16 | 0.70 | 0.09 | 46.1 | 0.79 | 0.59 |
| Hex | E9 | C3 | 45 | 0 | 10 | 46 | 9 | 2E | 4F | 3B |
| Octal | 351 | 303 | 105 | 0 | 20 | 106 | 11 | 56 | 117 | 73 |
| Binary | 11101001 | 11000011 | 1000101 | 0 | 10000 | 1000110 | 1001 | 101110 | 1001111 | 111011 |
Color Harmonies of #E9C345
Complementary color
Monochromatic Colors of #E9C345
Black with #E9C345
Text Example
Text Example
White with #E9C345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C345; }
p { color: rgb(233,195,69); }
H1.HeaderClassName
{
color: #E9C345;
}
.AnyTagClassName
{
color: #E9C345;
}
</style>
background-color css
<style>
a { background-color: #E9C345; }
a { background-color: rgb(233,195,69); }
div.DivClassName
{
background-color: #E9C345;
}
.BgClassName
{
background-color: #E9C345;
}
</style>
border-color css
<style>
span { border-color: #E9C345; }
span { border-color: rgb(233,195,69); }
td.TdClassName
{
border-color: #E9C345;
}
.TagClassName
{
border-color: #E9C345;
}
</style>