Shades of Festival #E9D546
Tints of Festival #E9D546
RGB
CMYK
RGB Variations
Color information
#E9D546 (or 0xE9D546) is known color: Festival. HEX triplet: E9, D5 and 46. RGB value is (233,213,70). Sum of RGB (Red+Green+Blue) = 233+213+70=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 70 (27.73% from 255 or 13.57% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D546 is #162AB9. Grayscale: #CBCBCB. Windows color (decimal): -1452730 or 4642281. OLE color: 4642281.
HSL color Cylindrical-coordinate representation of color #E9D546: hue angle of 52.64º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E9D546 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 213 | 70 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.09 |
| HSL | 52.64º | 0.79% | 0.59% | - |
| HSV(B) | 52.64º | 0.7% | 0.91% | - |
| XYZ | 58.5 | 65.35 | 15.33 | - |
| YUV | 202.68 | 53.13 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 213 | 70 | 0 | 0.09 | 0.70 | 0.09 | 52.64 | 0.79 | 0.59 |
| Hex | E9 | D5 | 46 | 0 | 9 | 46 | 9 | 35 | 4F | 3B |
| Octal | 351 | 325 | 106 | 0 | 11 | 106 | 11 | 65 | 117 | 73 |
| Binary | 11101001 | 11010101 | 1000110 | 0 | 1001 | 1000110 | 1001 | 110101 | 1001111 | 111011 |
Color Harmonies of #E9D546
Complementary color
Monochromatic Colors of #E9D546
Black with #E9D546
Text Example
Text Example
White with #E9D546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D546; }
p { color: rgb(233,213,70); }
H1.HeaderClassName
{
color: #E9D546;
}
.AnyTagClassName
{
color: #E9D546;
}
</style>
background-color css
<style>
a { background-color: #E9D546; }
a { background-color: rgb(233,213,70); }
div.DivClassName
{
background-color: #E9D546;
}
.BgClassName
{
background-color: #E9D546;
}
</style>
border-color css
<style>
span { border-color: #E9D546; }
span { border-color: rgb(233,213,70); }
td.TdClassName
{
border-color: #E9D546;
}
.TagClassName
{
border-color: #E9D546;
}
</style>