Shades of Festival #E9C340
Tints of Festival #E9C340
RGB
CMYK
RGB Variations
Color information
#E9C340 (or 0xE9C340) is known color: Festival. HEX triplet: E9, C3 and 40. RGB value is (233,195,64). Sum of RGB (Red+Green+Blue) = 233+195+64=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C340 is #163CBF. Grayscale: #BFBFBF. Windows color (decimal): -1457344 or 4244457. OLE color: 4244457.
HSL color Cylindrical-coordinate representation of color #E9C340: hue angle of 46.51º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E9C340 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 195 | 64 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.09 |
| HSL | 46.51º | 0.79% | 0.58% | - |
| HSV(B) | 46.51º | 0.73% | 0.91% | - |
| XYZ | 54.04 | 56.72 | 12.95 | - |
| YUV | 191.43 | 56.09 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 195 | 64 | 0 | 0.16 | 0.73 | 0.09 | 46.51 | 0.79 | 0.58 |
| Hex | E9 | C3 | 40 | 0 | 10 | 49 | 9 | 2F | 4F | 3A |
| Octal | 351 | 303 | 100 | 0 | 20 | 111 | 11 | 57 | 117 | 72 |
| Binary | 11101001 | 11000011 | 1000000 | 0 | 10000 | 1001001 | 1001 | 101111 | 1001111 | 111010 |
Color Harmonies of #E9C340
Complementary color
Monochromatic Colors of #E9C340
Black with #E9C340
Text Example
Text Example
White with #E9C340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C340; }
p { color: rgb(233,195,64); }
H1.HeaderClassName
{
color: #E9C340;
}
.AnyTagClassName
{
color: #E9C340;
}
</style>
background-color css
<style>
a { background-color: #E9C340; }
a { background-color: rgb(233,195,64); }
div.DivClassName
{
background-color: #E9C340;
}
.BgClassName
{
background-color: #E9C340;
}
</style>
border-color css
<style>
span { border-color: #E9C340; }
span { border-color: rgb(233,195,64); }
td.TdClassName
{
border-color: #E9C340;
}
.TagClassName
{
border-color: #E9C340;
}
</style>