Shades of Festival #E3BE44
Tints of Festival #E3BE44
RGB
CMYK
RGB Variations
Color information
#E3BE44 (or 0xE3BE44) is known color: Festival. HEX triplet: E3, BE and 44. RGB value is (227,190,68). Sum of RGB (Red+Green+Blue) = 227+190+68=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 68 (26.95% from 255 or 14.02% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BE44 is #1C41BB. Grayscale: #BBBBBB. Windows color (decimal): -1851836 or 4505315. OLE color: 4505315.
HSL color Cylindrical-coordinate representation of color #E3BE44: hue angle of 46.04º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E3BE44 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 190 | 68 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.11 |
| HSL | 46.04º | 0.74% | 0.58% | - |
| HSV(B) | 46.04º | 0.7% | 0.89% | - |
| XYZ | 51.14 | 53.58 | 13.11 | - |
| YUV | 187.16 | 60.76 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 190 | 68 | 0 | 0.16 | 0.70 | 0.11 | 46.04 | 0.74 | 0.58 |
| Hex | E3 | BE | 44 | 0 | 10 | 46 | B | 2E | 4A | 3A |
| Octal | 343 | 276 | 104 | 0 | 20 | 106 | 13 | 56 | 112 | 72 |
| Binary | 11100011 | 10111110 | 1000100 | 0 | 10000 | 1000110 | 1011 | 101110 | 1001010 | 111010 |
Color Harmonies of #E3BE44
Complementary color
Monochromatic Colors of #E3BE44
Black with #E3BE44
Text Example
Text Example
White with #E3BE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BE44; }
p { color: rgb(227,190,68); }
H1.HeaderClassName
{
color: #E3BE44;
}
.AnyTagClassName
{
color: #E3BE44;
}
</style>
background-color css
<style>
a { background-color: #E3BE44; }
a { background-color: rgb(227,190,68); }
div.DivClassName
{
background-color: #E3BE44;
}
.BgClassName
{
background-color: #E3BE44;
}
</style>
border-color css
<style>
span { border-color: #E3BE44; }
span { border-color: rgb(227,190,68); }
td.TdClassName
{
border-color: #E3BE44;
}
.TagClassName
{
border-color: #E3BE44;
}
</style>