Shades of Festival #E5BE43
Tints of Festival #E5BE43
RGB
CMYK
RGB Variations
Color information
#E5BE43 (or 0xE5BE43) is known color: Festival. HEX triplet: E5, BE and 43. RGB value is (229,190,67). Sum of RGB (Red+Green+Blue) = 229+190+67=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 67 (26.56% from 255 or 13.79% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BE43 is #1A41BC. Grayscale: #BCBCBC. Windows color (decimal): -1720765 or 4439781. OLE color: 4439781.
HSL color Cylindrical-coordinate representation of color #E5BE43: hue angle of 45.56º 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 #E5BE43 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 67 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.10 |
| HSL | 45.56º | 0.76% | 0.58% | - |
| HSV(B) | 45.56º | 0.71% | 0.9% | - |
| XYZ | 51.74 | 53.89 | 12.99 | - |
| YUV | 187.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 67 | 0 | 0.17 | 0.71 | 0.10 | 45.56 | 0.76 | 0.58 |
| Hex | E5 | BE | 43 | 0 | 11 | 47 | A | 2E | 4C | 3A |
| Octal | 345 | 276 | 103 | 0 | 21 | 107 | 12 | 56 | 114 | 72 |
| Binary | 11100101 | 10111110 | 1000011 | 0 | 10001 | 1000111 | 1010 | 101110 | 1001100 | 111010 |
Color Harmonies of #E5BE43
Complementary color
Monochromatic Colors of #E5BE43
Black with #E5BE43
Text Example
Text Example
White with #E5BE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE43; }
p { color: rgb(229,190,67); }
H1.HeaderClassName
{
color: #E5BE43;
}
.AnyTagClassName
{
color: #E5BE43;
}
</style>
background-color css
<style>
a { background-color: #E5BE43; }
a { background-color: rgb(229,190,67); }
div.DivClassName
{
background-color: #E5BE43;
}
.BgClassName
{
background-color: #E5BE43;
}
</style>
border-color css
<style>
span { border-color: #E5BE43; }
span { border-color: rgb(229,190,67); }
td.TdClassName
{
border-color: #E5BE43;
}
.TagClassName
{
border-color: #E5BE43;
}
</style>