Shades of Festival #E7C041
Tints of Festival #E7C041
RGB
CMYK
RGB Variations
Color information
#E7C041 (or 0xE7C041) is known color: Festival. HEX triplet: E7, C0 and 41. RGB value is (231,192,65). Sum of RGB (Red+Green+Blue) = 231+192+65=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 65 (25.78% from 255 or 13.32% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C041 is #183FBE. Grayscale: #BDBDBD. Windows color (decimal): -1589183 or 4309223. OLE color: 4309223.
HSL color Cylindrical-coordinate representation of color #E7C041: hue angle of 45.9º 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 #E7C041 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 65 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.09 |
| HSL | 45.9º | 0.78% | 0.58% | - |
| HSV(B) | 45.9º | 0.72% | 0.91% | - |
| XYZ | 52.76 | 55.07 | 12.85 | - |
| YUV | 189.18 | 57.92 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 65 | 0 | 0.17 | 0.72 | 0.09 | 45.9 | 0.78 | 0.58 |
| Hex | E7 | C0 | 41 | 0 | 11 | 48 | 9 | 2E | 4E | 3A |
| Octal | 347 | 300 | 101 | 0 | 21 | 110 | 11 | 56 | 116 | 72 |
| Binary | 11100111 | 11000000 | 1000001 | 0 | 10001 | 1001000 | 1001 | 101110 | 1001110 | 111010 |
Color Harmonies of #E7C041
Complementary color
Monochromatic Colors of #E7C041
Black with #E7C041
Text Example
Text Example
White with #E7C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C041; }
p { color: rgb(231,192,65); }
H1.HeaderClassName
{
color: #E7C041;
}
.AnyTagClassName
{
color: #E7C041;
}
</style>
background-color css
<style>
a { background-color: #E7C041; }
a { background-color: rgb(231,192,65); }
div.DivClassName
{
background-color: #E7C041;
}
.BgClassName
{
background-color: #E7C041;
}
</style>
border-color css
<style>
span { border-color: #E7C041; }
span { border-color: rgb(231,192,65); }
td.TdClassName
{
border-color: #E7C041;
}
.TagClassName
{
border-color: #E7C041;
}
</style>