Shades of Festival #E3C749
Tints of Festival #E3C749
RGB
CMYK
RGB Variations
Color information
#E3C749 (or 0xE3C749) is known color: Festival. HEX triplet: E3, C7 and 49. RGB value is (227,199,73). Sum of RGB (Red+Green+Blue) = 227+199+73=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 73 (28.91% from 255 or 14.63% from 499); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3C749 is #1C38B6. Grayscale: #C1C1C1. Windows color (decimal): -1849527 or 4835299. OLE color: 4835299.
HSL color Cylindrical-coordinate representation of color #E3C749: hue angle of 49.09º degrees, saturation: 0.73, 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 #E3C749 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 199 | 73 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.11 |
| HSL | 49.09º | 0.73% | 0.59% | - |
| HSV(B) | 49.09º | 0.68% | 0.89% | - |
| XYZ | 53.3 | 57.66 | 14.62 | - |
| YUV | 193.01 | 60.28 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 199 | 73 | 0 | 0.12 | 0.68 | 0.11 | 49.09 | 0.73 | 0.59 |
| Hex | E3 | C7 | 49 | 0 | C | 44 | B | 31 | 49 | 3B |
| Octal | 343 | 307 | 111 | 0 | 14 | 104 | 13 | 61 | 111 | 73 |
| Binary | 11100011 | 11000111 | 1001001 | 0 | 1100 | 1000100 | 1011 | 110001 | 1001001 | 111011 |
Color Harmonies of #E3C749
Complementary color
Monochromatic Colors of #E3C749
Black with #E3C749
Text Example
Text Example
White with #E3C749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C749; }
p { color: rgb(227,199,73); }
H1.HeaderClassName
{
color: #E3C749;
}
.AnyTagClassName
{
color: #E3C749;
}
</style>
background-color css
<style>
a { background-color: #E3C749; }
a { background-color: rgb(227,199,73); }
div.DivClassName
{
background-color: #E3C749;
}
.BgClassName
{
background-color: #E3C749;
}
</style>
border-color css
<style>
span { border-color: #E3C749; }
span { border-color: rgb(227,199,73); }
td.TdClassName
{
border-color: #E3C749;
}
.TagClassName
{
border-color: #E3C749;
}
</style>