Shades of Festival #E9C542
Tints of Festival #E9C542
RGB
CMYK
RGB Variations
Color information
#E9C542 (or 0xE9C542) is known color: Festival. HEX triplet: E9, C5 and 42. RGB value is (233,197,66). Sum of RGB (Red+Green+Blue) = 233+197+66=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C542 is #163ABD. Grayscale: #C1C1C1. Windows color (decimal): -1456830 or 4376041. OLE color: 4376041.
HSL color Cylindrical-coordinate representation of color #E9C542: hue angle of 47.07º 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 #E9C542 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 197 | 66 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.09 |
| HSL | 47.07º | 0.79% | 0.59% | - |
| HSV(B) | 47.07º | 0.72% | 0.91% | - |
| XYZ | 54.55 | 57.65 | 13.41 | - |
| YUV | 192.83 | 56.43 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 197 | 66 | 0 | 0.15 | 0.72 | 0.09 | 47.07 | 0.79 | 0.59 |
| Hex | E9 | C5 | 42 | 0 | F | 48 | 9 | 2F | 4F | 3B |
| Octal | 351 | 305 | 102 | 0 | 17 | 110 | 11 | 57 | 117 | 73 |
| Binary | 11101001 | 11000101 | 1000010 | 0 | 1111 | 1001000 | 1001 | 101111 | 1001111 | 111011 |
Color Harmonies of #E9C542
Complementary color
Monochromatic Colors of #E9C542
Black with #E9C542
Text Example
Text Example
White with #E9C542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C542; }
p { color: rgb(233,197,66); }
H1.HeaderClassName
{
color: #E9C542;
}
.AnyTagClassName
{
color: #E9C542;
}
</style>
background-color css
<style>
a { background-color: #E9C542; }
a { background-color: rgb(233,197,66); }
div.DivClassName
{
background-color: #E9C542;
}
.BgClassName
{
background-color: #E9C542;
}
</style>
border-color css
<style>
span { border-color: #E9C542; }
span { border-color: rgb(233,197,66); }
td.TdClassName
{
border-color: #E9C542;
}
.TagClassName
{
border-color: #E9C542;
}
</style>