Shades of Festival #E9C548
Tints of Festival #E9C548
RGB
CMYK
RGB Variations
Color information
#E9C548 (or 0xE9C548) is known color: Festival. HEX triplet: E9, C5 and 48. RGB value is (233,197,72). Sum of RGB (Red+Green+Blue) = 233+197+72=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C548 is #163AB7. Grayscale: #C2C2C2. Windows color (decimal): -1456824 or 4769257. OLE color: 4769257.
HSL color Cylindrical-coordinate representation of color #E9C548: hue angle of 46.58º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E9C548 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 197 | 72 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.09 |
| HSL | 46.58º | 0.79% | 0.6% | - |
| HSV(B) | 46.58º | 0.69% | 0.91% | - |
| XYZ | 54.74 | 57.72 | 14.39 | - |
| YUV | 193.51 | 59.43 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 197 | 72 | 0 | 0.15 | 0.69 | 0.09 | 46.58 | 0.79 | 0.6 |
| Hex | E9 | C5 | 48 | 0 | F | 45 | 9 | 2F | 4F | 3C |
| Octal | 351 | 305 | 110 | 0 | 17 | 105 | 11 | 57 | 117 | 74 |
| Binary | 11101001 | 11000101 | 1001000 | 0 | 1111 | 1000101 | 1001 | 101111 | 1001111 | 111100 |
Color Harmonies of #E9C548
Complementary color
Monochromatic Colors of #E9C548
Black with #E9C548
Text Example
Text Example
White with #E9C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C548; }
p { color: rgb(233,197,72); }
H1.HeaderClassName
{
color: #E9C548;
}
.AnyTagClassName
{
color: #E9C548;
}
</style>
background-color css
<style>
a { background-color: #E9C548; }
a { background-color: rgb(233,197,72); }
div.DivClassName
{
background-color: #E9C548;
}
.BgClassName
{
background-color: #E9C548;
}
</style>
border-color css
<style>
span { border-color: #E9C548; }
span { border-color: rgb(233,197,72); }
td.TdClassName
{
border-color: #E9C548;
}
.TagClassName
{
border-color: #E9C548;
}
</style>