Shades of Festival #E9C64E
Tints of Festival #E9C64E
RGB
CMYK
RGB Variations
Color information
#E9C64E (or 0xE9C64E) is known color: Festival. HEX triplet: E9, C6 and 4E. RGB value is (233,198,78). Sum of RGB (Red+Green+Blue) = 233+198+78=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 78 (30.86% from 255 or 15.32% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C64E is #1639B1. Grayscale: #C3C3C3. Windows color (decimal): -1456562 or 5162729. OLE color: 5162729.
HSL color Cylindrical-coordinate representation of color #E9C64E: hue angle of 46.45º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9C64E is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 198 | 78 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.09 |
| HSL | 46.45º | 0.78% | 0.61% | - |
| HSV(B) | 46.45º | 0.67% | 0.91% | - |
| XYZ | 55.17 | 58.26 | 15.55 | - |
| YUV | 194.79 | 62.1 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 198 | 78 | 0 | 0.15 | 0.67 | 0.09 | 46.45 | 0.78 | 0.61 |
| Hex | E9 | C6 | 4E | 0 | F | 43 | 9 | 2E | 4E | 3D |
| Octal | 351 | 306 | 116 | 0 | 17 | 103 | 11 | 56 | 116 | 75 |
| Binary | 11101001 | 11000110 | 1001110 | 0 | 1111 | 1000011 | 1001 | 101110 | 1001110 | 111101 |
Color Harmonies of #E9C64E
Complementary color
Monochromatic Colors of #E9C64E
Black with #E9C64E
Text Example
Text Example
White with #E9C64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C64E; }
p { color: rgb(233,198,78); }
H1.HeaderClassName
{
color: #E9C64E;
}
.AnyTagClassName
{
color: #E9C64E;
}
</style>
background-color css
<style>
a { background-color: #E9C64E; }
a { background-color: rgb(233,198,78); }
div.DivClassName
{
background-color: #E9C64E;
}
.BgClassName
{
background-color: #E9C64E;
}
</style>
border-color css
<style>
span { border-color: #E9C64E; }
span { border-color: rgb(233,198,78); }
td.TdClassName
{
border-color: #E9C64E;
}
.TagClassName
{
border-color: #E9C64E;
}
</style>