Shades of Festival #E5C843
Tints of Festival #E5C843
RGB
CMYK
RGB Variations
Color information
#E5C843 (or 0xE5C843) is known color: Festival. HEX triplet: E5, C8 and 43. RGB value is (229,200,67). Sum of RGB (Red+Green+Blue) = 229+200+67=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 67 (26.56% from 255 or 13.51% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C843 is #1A37BC. Grayscale: #C2C2C2. Windows color (decimal): -1718205 or 4442341. OLE color: 4442341.
HSL color Cylindrical-coordinate representation of color #E5C843: hue angle of 49.26º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5C843 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 200 | 67 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.10 |
| HSL | 49.26º | 0.76% | 0.58% | - |
| HSV(B) | 49.26º | 0.71% | 0.9% | - |
| XYZ | 53.98 | 58.37 | 13.73 | - |
| YUV | 193.51 | 56.61 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 200 | 67 | 0 | 0.13 | 0.71 | 0.10 | 49.26 | 0.76 | 0.58 |
| Hex | E5 | C8 | 43 | 0 | D | 47 | A | 31 | 4C | 3A |
| Octal | 345 | 310 | 103 | 0 | 15 | 107 | 12 | 61 | 114 | 72 |
| Binary | 11100101 | 11001000 | 1000011 | 0 | 1101 | 1000111 | 1010 | 110001 | 1001100 | 111010 |
Color Harmonies of #E5C843
Complementary color
Monochromatic Colors of #E5C843
Black with #E5C843
Text Example
Text Example
White with #E5C843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C843; }
p { color: rgb(229,200,67); }
H1.HeaderClassName
{
color: #E5C843;
}
.AnyTagClassName
{
color: #E5C843;
}
</style>
background-color css
<style>
a { background-color: #E5C843; }
a { background-color: rgb(229,200,67); }
div.DivClassName
{
background-color: #E5C843;
}
.BgClassName
{
background-color: #E5C843;
}
</style>
border-color css
<style>
span { border-color: #E5C843; }
span { border-color: rgb(229,200,67); }
td.TdClassName
{
border-color: #E5C843;
}
.TagClassName
{
border-color: #E5C843;
}
</style>