Shades of Festival #E9C043
Tints of Festival #E9C043
RGB
CMYK
RGB Variations
Color information
#E9C043 (or 0xE9C043) is known color: Festival. HEX triplet: E9, C0 and 43. RGB value is (233,192,67). Sum of RGB (Red+Green+Blue) = 233+192+67=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 67 (26.56% from 255 or 13.62% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C043 is #163FBC. Grayscale: #BEBEBE. Windows color (decimal): -1458109 or 4440297. OLE color: 4440297.
HSL color Cylindrical-coordinate representation of color #E9C043: hue angle of 45.18º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E9C043 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 192 | 67 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.09 |
| HSL | 45.18º | 0.79% | 0.59% | - |
| HSV(B) | 45.18º | 0.71% | 0.91% | - |
| XYZ | 53.47 | 55.43 | 13.19 | - |
| YUV | 190.01 | 58.58 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 67 | 0 | 0.18 | 0.71 | 0.09 | 45.18 | 0.79 | 0.59 |
| Hex | E9 | C0 | 43 | 0 | 12 | 47 | 9 | 2D | 4F | 3B |
| Octal | 351 | 300 | 103 | 0 | 22 | 107 | 11 | 55 | 117 | 73 |
| Binary | 11101001 | 11000000 | 1000011 | 0 | 10010 | 1000111 | 1001 | 101101 | 1001111 | 111011 |
Color Harmonies of #E9C043
Complementary color
Monochromatic Colors of #E9C043
Black with #E9C043
Text Example
Text Example
White with #E9C043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C043; }
p { color: rgb(233,192,67); }
H1.HeaderClassName
{
color: #E9C043;
}
.AnyTagClassName
{
color: #E9C043;
}
</style>
background-color css
<style>
a { background-color: #E9C043; }
a { background-color: rgb(233,192,67); }
div.DivClassName
{
background-color: #E9C043;
}
.BgClassName
{
background-color: #E9C043;
}
</style>
border-color css
<style>
span { border-color: #E9C043; }
span { border-color: rgb(233,192,67); }
td.TdClassName
{
border-color: #E9C043;
}
.TagClassName
{
border-color: #E9C043;
}
</style>