Shades of Festival #E9C342
Tints of Festival #E9C342
RGB
CMYK
RGB Variations
Color information
#E9C342 (or 0xE9C342) is known color: Festival. HEX triplet: E9, C3 and 42. RGB value is (233,195,66). Sum of RGB (Red+Green+Blue) = 233+195+66=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C342 is #163CBD. Grayscale: #C0C0C0. Windows color (decimal): -1457342 or 4375529. OLE color: 4375529.
HSL color Cylindrical-coordinate representation of color #E9C342: hue angle of 46.35º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E9C342 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 195 | 66 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.09 |
| HSL | 46.35º | 0.79% | 0.59% | - |
| HSV(B) | 46.35º | 0.72% | 0.91% | - |
| XYZ | 54.1 | 56.75 | 13.26 | - |
| YUV | 191.66 | 57.09 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 195 | 66 | 0 | 0.16 | 0.72 | 0.09 | 46.35 | 0.79 | 0.59 |
| Hex | E9 | C3 | 42 | 0 | 10 | 48 | 9 | 2E | 4F | 3B |
| Octal | 351 | 303 | 102 | 0 | 20 | 110 | 11 | 56 | 117 | 73 |
| Binary | 11101001 | 11000011 | 1000010 | 0 | 10000 | 1001000 | 1001 | 101110 | 1001111 | 111011 |
Color Harmonies of #E9C342
Complementary color
Monochromatic Colors of #E9C342
Black with #E9C342
Text Example
Text Example
White with #E9C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C342; }
p { color: rgb(233,195,66); }
H1.HeaderClassName
{
color: #E9C342;
}
.AnyTagClassName
{
color: #E9C342;
}
</style>
background-color css
<style>
a { background-color: #E9C342; }
a { background-color: rgb(233,195,66); }
div.DivClassName
{
background-color: #E9C342;
}
.BgClassName
{
background-color: #E9C342;
}
</style>
border-color css
<style>
span { border-color: #E9C342; }
span { border-color: rgb(233,195,66); }
td.TdClassName
{
border-color: #E9C342;
}
.TagClassName
{
border-color: #E9C342;
}
</style>