Shades of Festival #E5C34A
Tints of Festival #E5C34A
RGB
CMYK
RGB Variations
Color information
#E5C34A (or 0xE5C34A) is known color: Festival. HEX triplet: E5, C3 and 4A. RGB value is (229,195,74). Sum of RGB (Red+Green+Blue) = 229+195+74=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C34A is #1A3CB5. Grayscale: #BFBFBF. Windows color (decimal): -1719478 or 4899813. OLE color: 4899813.
HSL color Cylindrical-coordinate representation of color #E5C34A: hue angle of 46.84º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5C34A is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 74 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.10 |
| HSL | 46.84º | 0.75% | 0.59% | - |
| HSV(B) | 46.84º | 0.68% | 0.9% | - |
| XYZ | 53.06 | 56.18 | 14.53 | - |
| YUV | 191.37 | 61.76 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 74 | 0 | 0.15 | 0.68 | 0.10 | 46.84 | 0.75 | 0.59 |
| Hex | E5 | C3 | 4A | 0 | F | 44 | A | 2F | 4B | 3B |
| Octal | 345 | 303 | 112 | 0 | 17 | 104 | 12 | 57 | 113 | 73 |
| Binary | 11100101 | 11000011 | 1001010 | 0 | 1111 | 1000100 | 1010 | 101111 | 1001011 | 111011 |
Color Harmonies of #E5C34A
Complementary color
Monochromatic Colors of #E5C34A
Black with #E5C34A
Text Example
Text Example
White with #E5C34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C34A; }
p { color: rgb(229,195,74); }
H1.HeaderClassName
{
color: #E5C34A;
}
.AnyTagClassName
{
color: #E5C34A;
}
</style>
background-color css
<style>
a { background-color: #E5C34A; }
a { background-color: rgb(229,195,74); }
div.DivClassName
{
background-color: #E5C34A;
}
.BgClassName
{
background-color: #E5C34A;
}
</style>
border-color css
<style>
span { border-color: #E5C34A; }
span { border-color: rgb(229,195,74); }
td.TdClassName
{
border-color: #E5C34A;
}
.TagClassName
{
border-color: #E5C34A;
}
</style>