Shades of Festival #E7C141
Tints of Festival #E7C141
RGB
CMYK
RGB Variations
Color information
#E7C141 (or 0xE7C141) is known color: Festival. HEX triplet: E7, C1 and 41. RGB value is (231,193,65). Sum of RGB (Red+Green+Blue) = 231+193+65=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 65 (25.78% from 255 or 13.29% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C141 is #183EBE. Grayscale: #BEBEBE. Windows color (decimal): -1588927 or 4309479. OLE color: 4309479.
HSL color Cylindrical-coordinate representation of color #E7C141: hue angle of 46.27º 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 #E7C141 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 193 | 65 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.09 |
| HSL | 46.27º | 0.78% | 0.58% | - |
| HSV(B) | 46.27º | 0.72% | 0.91% | - |
| XYZ | 52.98 | 55.51 | 12.92 | - |
| YUV | 189.77 | 57.59 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 193 | 65 | 0 | 0.16 | 0.72 | 0.09 | 46.27 | 0.78 | 0.58 |
| Hex | E7 | C1 | 41 | 0 | 10 | 48 | 9 | 2E | 4E | 3A |
| Octal | 347 | 301 | 101 | 0 | 20 | 110 | 11 | 56 | 116 | 72 |
| Binary | 11100111 | 11000001 | 1000001 | 0 | 10000 | 1001000 | 1001 | 101110 | 1001110 | 111010 |
Color Harmonies of #E7C141
Complementary color
Monochromatic Colors of #E7C141
Black with #E7C141
Text Example
Text Example
White with #E7C141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C141; }
p { color: rgb(231,193,65); }
H1.HeaderClassName
{
color: #E7C141;
}
.AnyTagClassName
{
color: #E7C141;
}
</style>
background-color css
<style>
a { background-color: #E7C141; }
a { background-color: rgb(231,193,65); }
div.DivClassName
{
background-color: #E7C141;
}
.BgClassName
{
background-color: #E7C141;
}
</style>
border-color css
<style>
span { border-color: #E7C141; }
span { border-color: rgb(231,193,65); }
td.TdClassName
{
border-color: #E7C141;
}
.TagClassName
{
border-color: #E7C141;
}
</style>