Shades of Festival #E7C540
Tints of Festival #E7C540
RGB
CMYK
RGB Variations
Color information
#E7C540 (or 0xE7C540) is known color: Festival. HEX triplet: E7, C5 and 40. RGB value is (231,197,64). Sum of RGB (Red+Green+Blue) = 231+197+64=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C540 is #183ABF. Grayscale: #C0C0C0. Windows color (decimal): -1587904 or 4244967. OLE color: 4244967.
HSL color Cylindrical-coordinate representation of color #E7C540: hue angle of 47.78º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7C540 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 197 | 64 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.09 |
| HSL | 47.78º | 0.78% | 0.58% | - |
| HSV(B) | 47.78º | 0.72% | 0.91% | - |
| XYZ | 53.85 | 57.29 | 13.07 | - |
| YUV | 192 | 55.76 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 197 | 64 | 0 | 0.15 | 0.72 | 0.09 | 47.78 | 0.78 | 0.58 |
| Hex | E7 | C5 | 40 | 0 | F | 48 | 9 | 30 | 4E | 3A |
| Octal | 347 | 305 | 100 | 0 | 17 | 110 | 11 | 60 | 116 | 72 |
| Binary | 11100111 | 11000101 | 1000000 | 0 | 1111 | 1001000 | 1001 | 110000 | 1001110 | 111010 |
Color Harmonies of #E7C540
Complementary color
Monochromatic Colors of #E7C540
Black with #E7C540
Text Example
Text Example
White with #E7C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C540; }
p { color: rgb(231,197,64); }
H1.HeaderClassName
{
color: #E7C540;
}
.AnyTagClassName
{
color: #E7C540;
}
</style>
background-color css
<style>
a { background-color: #E7C540; }
a { background-color: rgb(231,197,64); }
div.DivClassName
{
background-color: #E7C540;
}
.BgClassName
{
background-color: #E7C540;
}
</style>
border-color css
<style>
span { border-color: #E7C540; }
span { border-color: rgb(231,197,64); }
td.TdClassName
{
border-color: #E7C540;
}
.TagClassName
{
border-color: #E7C540;
}
</style>