Shades of Festival #E7D544
Tints of Festival #E7D544
RGB
CMYK
RGB Variations
Color information
#E7D544 (or 0xE7D544) is known color: Festival. HEX triplet: E7, D5 and 44. RGB value is (231,213,68). Sum of RGB (Red+Green+Blue) = 231+213+68=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 68 (26.95% from 255 or 13.28% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D544 is #182ABB. Grayscale: #CACACA. Windows color (decimal): -1583804 or 4511207. OLE color: 4511207.
HSL color Cylindrical-coordinate representation of color #E7D544: hue angle of 53.37º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E7D544 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 68 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.09 |
| HSL | 53.37º | 0.77% | 0.59% | - |
| HSV(B) | 53.37º | 0.71% | 0.91% | - |
| XYZ | 57.79 | 64.99 | 14.97 | - |
| YUV | 201.85 | 52.46 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 68 | 0 | 0.08 | 0.71 | 0.09 | 53.37 | 0.77 | 0.59 |
| Hex | E7 | D5 | 44 | 0 | 8 | 47 | 9 | 35 | 4D | 3B |
| Octal | 347 | 325 | 104 | 0 | 10 | 107 | 11 | 65 | 115 | 73 |
| Binary | 11100111 | 11010101 | 1000100 | 0 | 1000 | 1000111 | 1001 | 110101 | 1001101 | 111011 |
Color Harmonies of #E7D544
Complementary color
Monochromatic Colors of #E7D544
Black with #E7D544
Text Example
Text Example
White with #E7D544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D544; }
p { color: rgb(231,213,68); }
H1.HeaderClassName
{
color: #E7D544;
}
.AnyTagClassName
{
color: #E7D544;
}
</style>
background-color css
<style>
a { background-color: #E7D544; }
a { background-color: rgb(231,213,68); }
div.DivClassName
{
background-color: #E7D544;
}
.BgClassName
{
background-color: #E7D544;
}
</style>
border-color css
<style>
span { border-color: #E7D544; }
span { border-color: rgb(231,213,68); }
td.TdClassName
{
border-color: #E7D544;
}
.TagClassName
{
border-color: #E7D544;
}
</style>