Shades of Festival #E5C450
Tints of Festival #E5C450
RGB
CMYK
RGB Variations
Color information
#E5C450 (or 0xE5C450) is known color: Festival. HEX triplet: E5, C4 and 50. RGB value is (229,196,80). Sum of RGB (Red+Green+Blue) = 229+196+80=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C450 is #1A3BAF. Grayscale: #C1C1C1. Windows color (decimal): -1719216 or 5293285. OLE color: 5293285.
HSL color Cylindrical-coordinate representation of color #E5C450: hue angle of 46.71º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5C450 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 80 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.10 |
| HSL | 46.71º | 0.74% | 0.61% | - |
| HSV(B) | 46.71º | 0.65% | 0.9% | - |
| XYZ | 53.5 | 56.72 | 15.72 | - |
| YUV | 192.64 | 64.43 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 80 | 0 | 0.14 | 0.65 | 0.10 | 46.71 | 0.74 | 0.61 |
| Hex | E5 | C4 | 50 | 0 | E | 41 | A | 2F | 4A | 3D |
| Octal | 345 | 304 | 120 | 0 | 16 | 101 | 12 | 57 | 112 | 75 |
| Binary | 11100101 | 11000100 | 1010000 | 0 | 1110 | 1000001 | 1010 | 101111 | 1001010 | 111101 |
Color Harmonies of #E5C450
Complementary color
Monochromatic Colors of #E5C450
Black with #E5C450
Text Example
Text Example
White with #E5C450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C450; }
p { color: rgb(229,196,80); }
H1.HeaderClassName
{
color: #E5C450;
}
.AnyTagClassName
{
color: #E5C450;
}
</style>
background-color css
<style>
a { background-color: #E5C450; }
a { background-color: rgb(229,196,80); }
div.DivClassName
{
background-color: #E5C450;
}
.BgClassName
{
background-color: #E5C450;
}
</style>
border-color css
<style>
span { border-color: #E5C450; }
span { border-color: rgb(229,196,80); }
td.TdClassName
{
border-color: #E5C450;
}
.TagClassName
{
border-color: #E5C450;
}
</style>