Shades of Festival #E9D64A
Tints of Festival #E9D64A
RGB
CMYK
RGB Variations
Color information
#E9D64A (or 0xE9D64A) is known color: Festival. HEX triplet: E9, D6 and 4A. RGB value is (233,214,74). Sum of RGB (Red+Green+Blue) = 233+214+74=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D64A is #1629B5. Grayscale: #CCCCCC. Windows color (decimal): -1452470 or 4904681. OLE color: 4904681.
HSL color Cylindrical-coordinate representation of color #E9D64A: hue angle of 52.83º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9D64A is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 214 | 74 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.09 |
| HSL | 52.83º | 0.78% | 0.6% | - |
| HSV(B) | 52.83º | 0.68% | 0.91% | - |
| XYZ | 58.89 | 65.91 | 16.1 | - |
| YUV | 203.72 | 54.79 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 214 | 74 | 0 | 0.08 | 0.68 | 0.09 | 52.83 | 0.78 | 0.6 |
| Hex | E9 | D6 | 4A | 0 | 8 | 44 | 9 | 35 | 4E | 3C |
| Octal | 351 | 326 | 112 | 0 | 10 | 104 | 11 | 65 | 116 | 74 |
| Binary | 11101001 | 11010110 | 1001010 | 0 | 1000 | 1000100 | 1001 | 110101 | 1001110 | 111100 |
Color Harmonies of #E9D64A
Complementary color
Monochromatic Colors of #E9D64A
Black with #E9D64A
Text Example
Text Example
White with #E9D64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D64A; }
p { color: rgb(233,214,74); }
H1.HeaderClassName
{
color: #E9D64A;
}
.AnyTagClassName
{
color: #E9D64A;
}
</style>
background-color css
<style>
a { background-color: #E9D64A; }
a { background-color: rgb(233,214,74); }
div.DivClassName
{
background-color: #E9D64A;
}
.BgClassName
{
background-color: #E9D64A;
}
</style>
border-color css
<style>
span { border-color: #E9D64A; }
span { border-color: rgb(233,214,74); }
td.TdClassName
{
border-color: #E9D64A;
}
.TagClassName
{
border-color: #E9D64A;
}
</style>