Shades of Festival #E3C346
Tints of Festival #E3C346
RGB
CMYK
RGB Variations
Color information
#E3C346 (or 0xE3C346) is known color: Festival. HEX triplet: E3, C3 and 46. RGB value is (227,195,70). Sum of RGB (Red+Green+Blue) = 227+195+70=492 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.14% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 70 (27.73% from 255 or 14.23% from 492); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3C346 is #1C3CB9. Grayscale: #BEBEBE. Windows color (decimal): -1850554 or 4637667. OLE color: 4637667.
HSL color Cylindrical-coordinate representation of color #E3C346: hue angle of 47.77º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E3C346 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 195 | 70 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.11 |
| HSL | 47.77º | 0.74% | 0.58% | - |
| HSV(B) | 47.77º | 0.69% | 0.89% | - |
| XYZ | 52.3 | 55.8 | 13.81 | - |
| YUV | 190.32 | 60.1 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 195 | 70 | 0 | 0.14 | 0.69 | 0.11 | 47.77 | 0.74 | 0.58 |
| Hex | E3 | C3 | 46 | 0 | E | 45 | B | 30 | 4A | 3A |
| Octal | 343 | 303 | 106 | 0 | 16 | 105 | 13 | 60 | 112 | 72 |
| Binary | 11100011 | 11000011 | 1000110 | 0 | 1110 | 1000101 | 1011 | 110000 | 1001010 | 111010 |
Color Harmonies of #E3C346
Complementary color
Monochromatic Colors of #E3C346
Black with #E3C346
Text Example
Text Example
White with #E3C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C346; }
p { color: rgb(227,195,70); }
H1.HeaderClassName
{
color: #E3C346;
}
.AnyTagClassName
{
color: #E3C346;
}
</style>
background-color css
<style>
a { background-color: #E3C346; }
a { background-color: rgb(227,195,70); }
div.DivClassName
{
background-color: #E3C346;
}
.BgClassName
{
background-color: #E3C346;
}
</style>
border-color css
<style>
span { border-color: #E3C346; }
span { border-color: rgb(227,195,70); }
td.TdClassName
{
border-color: #E3C346;
}
.TagClassName
{
border-color: #E3C346;
}
</style>