Shades of Festival #E7C440
Tints of Festival #E7C440
RGB
CMYK
RGB Variations
Color information
#E7C440 (or 0xE7C440) is known color: Festival. HEX triplet: E7, C4 and 40. RGB value is (231,196,64). Sum of RGB (Red+Green+Blue) = 231+196+64=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C440 is #183BBF. Grayscale: #BFBFBF. Windows color (decimal): -1588160 or 4244711. OLE color: 4244711.
HSL color Cylindrical-coordinate representation of color #E7C440: hue angle of 47.43º 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 #E7C440 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 196 | 64 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.09 |
| HSL | 47.43º | 0.78% | 0.58% | - |
| HSV(B) | 47.43º | 0.72% | 0.91% | - |
| XYZ | 53.62 | 56.84 | 13 | - |
| YUV | 191.42 | 56.1 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 196 | 64 | 0 | 0.15 | 0.72 | 0.09 | 47.43 | 0.78 | 0.58 |
| Hex | E7 | C4 | 40 | 0 | F | 48 | 9 | 2F | 4E | 3A |
| Octal | 347 | 304 | 100 | 0 | 17 | 110 | 11 | 57 | 116 | 72 |
| Binary | 11100111 | 11000100 | 1000000 | 0 | 1111 | 1001000 | 1001 | 101111 | 1001110 | 111010 |
Color Harmonies of #E7C440
Complementary color
Monochromatic Colors of #E7C440
Black with #E7C440
Text Example
Text Example
White with #E7C440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C440; }
p { color: rgb(231,196,64); }
H1.HeaderClassName
{
color: #E7C440;
}
.AnyTagClassName
{
color: #E7C440;
}
</style>
background-color css
<style>
a { background-color: #E7C440; }
a { background-color: rgb(231,196,64); }
div.DivClassName
{
background-color: #E7C440;
}
.BgClassName
{
background-color: #E7C440;
}
</style>
border-color css
<style>
span { border-color: #E7C440; }
span { border-color: rgb(231,196,64); }
td.TdClassName
{
border-color: #E7C440;
}
.TagClassName
{
border-color: #E7C440;
}
</style>