Shades of Festival #E3C146
Tints of Festival #E3C146
RGB
CMYK
RGB Variations
Color information
#E3C146 (or 0xE3C146) is known color: Festival. HEX triplet: E3, C1 and 46. RGB value is (227,193,70). Sum of RGB (Red+Green+Blue) = 227+193+70=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3C146 is #1C3EB9. Grayscale: #BDBDBD. Windows color (decimal): -1851066 or 4637155. OLE color: 4637155.
HSL color Cylindrical-coordinate representation of color #E3C146: hue angle of 47.01º 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 #E3C146 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 193 | 70 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.11 |
| HSL | 47.01º | 0.74% | 0.58% | - |
| HSV(B) | 47.01º | 0.69% | 0.89% | - |
| XYZ | 51.85 | 54.91 | 13.66 | - |
| YUV | 189.14 | 60.76 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 193 | 70 | 0 | 0.15 | 0.69 | 0.11 | 47.01 | 0.74 | 0.58 |
| Hex | E3 | C1 | 46 | 0 | F | 45 | B | 2F | 4A | 3A |
| Octal | 343 | 301 | 106 | 0 | 17 | 105 | 13 | 57 | 112 | 72 |
| Binary | 11100011 | 11000001 | 1000110 | 0 | 1111 | 1000101 | 1011 | 101111 | 1001010 | 111010 |
Color Harmonies of #E3C146
Complementary color
Monochromatic Colors of #E3C146
Black with #E3C146
Text Example
Text Example
White with #E3C146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C146; }
p { color: rgb(227,193,70); }
H1.HeaderClassName
{
color: #E3C146;
}
.AnyTagClassName
{
color: #E3C146;
}
</style>
background-color css
<style>
a { background-color: #E3C146; }
a { background-color: rgb(227,193,70); }
div.DivClassName
{
background-color: #E3C146;
}
.BgClassName
{
background-color: #E3C146;
}
</style>
border-color css
<style>
span { border-color: #E3C146; }
span { border-color: rgb(227,193,70); }
td.TdClassName
{
border-color: #E3C146;
}
.TagClassName
{
border-color: #E3C146;
}
</style>