Shades of Festival #E4C749
Tints of Festival #E4C749
RGB
CMYK
RGB Variations
Color information
#E4C749 (or 0xE4C749) is known color: Festival. HEX triplet: E4, C7 and 49. RGB value is (228,199,73). Sum of RGB (Red+Green+Blue) = 228+199+73=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4C749 is #1B38B6. Grayscale: #C1C1C1. Windows color (decimal): -1783991 or 4835300. OLE color: 4835300.
HSL color Cylindrical-coordinate representation of color #E4C749: hue angle of 48.77º 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 #E4C749 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 199 | 73 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.11 |
| HSL | 48.77º | 0.74% | 0.59% | - |
| HSV(B) | 48.77º | 0.68% | 0.89% | - |
| XYZ | 53.62 | 57.82 | 14.64 | - |
| YUV | 193.31 | 60.11 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 199 | 73 | 0 | 0.13 | 0.68 | 0.11 | 48.77 | 0.74 | 0.59 |
| Hex | E4 | C7 | 49 | 0 | D | 44 | B | 31 | 4A | 3B |
| Octal | 344 | 307 | 111 | 0 | 15 | 104 | 13 | 61 | 112 | 73 |
| Binary | 11100100 | 11000111 | 1001001 | 0 | 1101 | 1000100 | 1011 | 110001 | 1001010 | 111011 |
Color Harmonies of #E4C749
Complementary color
Monochromatic Colors of #E4C749
Black with #E4C749
Text Example
Text Example
White with #E4C749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C749; }
p { color: rgb(228,199,73); }
H1.HeaderClassName
{
color: #E4C749;
}
.AnyTagClassName
{
color: #E4C749;
}
</style>
background-color css
<style>
a { background-color: #E4C749; }
a { background-color: rgb(228,199,73); }
div.DivClassName
{
background-color: #E4C749;
}
.BgClassName
{
background-color: #E4C749;
}
</style>
border-color css
<style>
span { border-color: #E4C749; }
span { border-color: rgb(228,199,73); }
td.TdClassName
{
border-color: #E4C749;
}
.TagClassName
{
border-color: #E4C749;
}
</style>