Shades of Festival #E5C743
Tints of Festival #E5C743
RGB
CMYK
RGB Variations
Color information
#E5C743 (or 0xE5C743) is known color: Festival. HEX triplet: E5, C7 and 43. RGB value is (229,199,67). Sum of RGB (Red+Green+Blue) = 229+199+67=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 67 (26.56% from 255 or 13.54% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C743 is #1A38BC. Grayscale: #C1C1C1. Windows color (decimal): -1718461 or 4442085. OLE color: 4442085.
HSL color Cylindrical-coordinate representation of color #E5C743: hue angle of 48.89º 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 #E5C743 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 199 | 67 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.10 |
| HSL | 48.89º | 0.76% | 0.58% | - |
| HSV(B) | 48.89º | 0.71% | 0.9% | - |
| XYZ | 53.75 | 57.91 | 13.66 | - |
| YUV | 192.92 | 56.94 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 67 | 0 | 0.13 | 0.71 | 0.10 | 48.89 | 0.76 | 0.58 |
| Hex | E5 | C7 | 43 | 0 | D | 47 | A | 31 | 4C | 3A |
| Octal | 345 | 307 | 103 | 0 | 15 | 107 | 12 | 61 | 114 | 72 |
| Binary | 11100101 | 11000111 | 1000011 | 0 | 1101 | 1000111 | 1010 | 110001 | 1001100 | 111010 |
Color Harmonies of #E5C743
Complementary color
Monochromatic Colors of #E5C743
Black with #E5C743
Text Example
Text Example
White with #E5C743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C743; }
p { color: rgb(229,199,67); }
H1.HeaderClassName
{
color: #E5C743;
}
.AnyTagClassName
{
color: #E5C743;
}
</style>
background-color css
<style>
a { background-color: #E5C743; }
a { background-color: rgb(229,199,67); }
div.DivClassName
{
background-color: #E5C743;
}
.BgClassName
{
background-color: #E5C743;
}
</style>
border-color css
<style>
span { border-color: #E5C743; }
span { border-color: rgb(229,199,67); }
td.TdClassName
{
border-color: #E5C743;
}
.TagClassName
{
border-color: #E5C743;
}
</style>