Shades of Festival #E5BE41
Tints of Festival #E5BE41
RGB
CMYK
RGB Variations
Color information
#E5BE41 (or 0xE5BE41) is known color: Festival. HEX triplet: E5, BE and 41. RGB value is (229,190,65). Sum of RGB (Red+Green+Blue) = 229+190+65=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BE41 is #1A41BE. Grayscale: #BBBBBB. Windows color (decimal): -1720767 or 4308709. OLE color: 4308709.
HSL color Cylindrical-coordinate representation of color #E5BE41: hue angle of 45.73º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5BE41 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 65 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.10 |
| HSL | 45.73º | 0.76% | 0.58% | - |
| HSV(B) | 45.73º | 0.72% | 0.9% | - |
| XYZ | 51.68 | 53.87 | 12.67 | - |
| YUV | 187.41 | 58.92 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 65 | 0 | 0.17 | 0.72 | 0.10 | 45.73 | 0.76 | 0.58 |
| Hex | E5 | BE | 41 | 0 | 11 | 48 | A | 2E | 4C | 3A |
| Octal | 345 | 276 | 101 | 0 | 21 | 110 | 12 | 56 | 114 | 72 |
| Binary | 11100101 | 10111110 | 1000001 | 0 | 10001 | 1001000 | 1010 | 101110 | 1001100 | 111010 |
Color Harmonies of #E5BE41
Complementary color
Monochromatic Colors of #E5BE41
Black with #E5BE41
Text Example
Text Example
White with #E5BE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE41; }
p { color: rgb(229,190,65); }
H1.HeaderClassName
{
color: #E5BE41;
}
.AnyTagClassName
{
color: #E5BE41;
}
</style>
background-color css
<style>
a { background-color: #E5BE41; }
a { background-color: rgb(229,190,65); }
div.DivClassName
{
background-color: #E5BE41;
}
.BgClassName
{
background-color: #E5BE41;
}
</style>
border-color css
<style>
span { border-color: #E5BE41; }
span { border-color: rgb(229,190,65); }
td.TdClassName
{
border-color: #E5BE41;
}
.TagClassName
{
border-color: #E5BE41;
}
</style>