Shades of Festival #E1C34E
Tints of Festival #E1C34E
RGB
CMYK
RGB Variations
Color information
#E1C34E (or 0xE1C34E) is known color: Festival. HEX triplet: E1, C3 and 4E. RGB value is (225,195,78). Sum of RGB (Red+Green+Blue) = 225+195+78=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C34E is #1E3CB1. Grayscale: #BFBFBF. Windows color (decimal): -1981618 or 5161953. OLE color: 5161953.
HSL color Cylindrical-coordinate representation of color #E1C34E: hue angle of 47.76º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1C34E is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 195 | 78 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.12 |
| HSL | 47.76º | 0.71% | 0.59% | - |
| HSV(B) | 47.76º | 0.65% | 0.88% | - |
| XYZ | 51.94 | 55.59 | 15.2 | - |
| YUV | 190.63 | 64.44 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 195 | 78 | 0 | 0.13 | 0.65 | 0.12 | 47.76 | 0.71 | 0.59 |
| Hex | E1 | C3 | 4E | 0 | D | 41 | C | 30 | 47 | 3B |
| Octal | 341 | 303 | 116 | 0 | 15 | 101 | 14 | 60 | 107 | 73 |
| Binary | 11100001 | 11000011 | 1001110 | 0 | 1101 | 1000001 | 1100 | 110000 | 1000111 | 111011 |
Color Harmonies of #E1C34E
Complementary color
Monochromatic Colors of #E1C34E
Black with #E1C34E
Text Example
Text Example
White with #E1C34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C34E; }
p { color: rgb(225,195,78); }
H1.HeaderClassName
{
color: #E1C34E;
}
.AnyTagClassName
{
color: #E1C34E;
}
</style>
background-color css
<style>
a { background-color: #E1C34E; }
a { background-color: rgb(225,195,78); }
div.DivClassName
{
background-color: #E1C34E;
}
.BgClassName
{
background-color: #E1C34E;
}
</style>
border-color css
<style>
span { border-color: #E1C34E; }
span { border-color: rgb(225,195,78); }
td.TdClassName
{
border-color: #E1C34E;
}
.TagClassName
{
border-color: #E1C34E;
}
</style>