Shades of Festival #E4C949
Tints of Festival #E4C949
RGB
CMYK
RGB Variations
Color information
#E4C949 (or 0xE4C949) is known color: Festival. HEX triplet: E4, C9 and 49. RGB value is (228,201,73). Sum of RGB (Red+Green+Blue) = 228+201+73=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4C949 is #1B36B6. Grayscale: #C3C3C3. Windows color (decimal): -1783479 or 4835812. OLE color: 4835812.
HSL color Cylindrical-coordinate representation of color #E4C949: hue angle of 49.55º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4C949 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 201 | 73 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.11 |
| HSL | 49.55º | 0.74% | 0.59% | - |
| HSV(B) | 49.55º | 0.68% | 0.89% | - |
| XYZ | 54.08 | 58.75 | 14.79 | - |
| YUV | 194.48 | 59.45 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 201 | 73 | 0 | 0.12 | 0.68 | 0.11 | 49.55 | 0.74 | 0.59 |
| Hex | E4 | C9 | 49 | 0 | C | 44 | B | 32 | 4A | 3B |
| Octal | 344 | 311 | 111 | 0 | 14 | 104 | 13 | 62 | 112 | 73 |
| Binary | 11100100 | 11001001 | 1001001 | 0 | 1100 | 1000100 | 1011 | 110010 | 1001010 | 111011 |
Color Harmonies of #E4C949
Complementary color
Monochromatic Colors of #E4C949
Black with #E4C949
Text Example
Text Example
White with #E4C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C949; }
p { color: rgb(228,201,73); }
H1.HeaderClassName
{
color: #E4C949;
}
.AnyTagClassName
{
color: #E4C949;
}
</style>
background-color css
<style>
a { background-color: #E4C949; }
a { background-color: rgb(228,201,73); }
div.DivClassName
{
background-color: #E4C949;
}
.BgClassName
{
background-color: #E4C949;
}
</style>
border-color css
<style>
span { border-color: #E4C949; }
span { border-color: rgb(228,201,73); }
td.TdClassName
{
border-color: #E4C949;
}
.TagClassName
{
border-color: #E4C949;
}
</style>