Shades of Festival #E7C445
Tints of Festival #E7C445
RGB
CMYK
RGB Variations
Color information
#E7C445 (or 0xE7C445) is known color: Festival. HEX triplet: E7, C4 and 45. RGB value is (231,196,69). Sum of RGB (Red+Green+Blue) = 231+196+69=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C445 is #183BBA. Grayscale: #C0C0C0. Windows color (decimal): -1588155 or 4572391. OLE color: 4572391.
HSL color Cylindrical-coordinate representation of color #E7C445: hue angle of 47.04º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E7C445 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 196 | 69 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.09 |
| HSL | 47.04º | 0.77% | 0.59% | - |
| HSV(B) | 47.04º | 0.7% | 0.91% | - |
| XYZ | 53.77 | 56.9 | 13.78 | - |
| YUV | 191.99 | 58.6 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 196 | 69 | 0 | 0.15 | 0.70 | 0.09 | 47.04 | 0.77 | 0.59 |
| Hex | E7 | C4 | 45 | 0 | F | 46 | 9 | 2F | 4D | 3B |
| Octal | 347 | 304 | 105 | 0 | 17 | 106 | 11 | 57 | 115 | 73 |
| Binary | 11100111 | 11000100 | 1000101 | 0 | 1111 | 1000110 | 1001 | 101111 | 1001101 | 111011 |
Color Harmonies of #E7C445
Complementary color
Monochromatic Colors of #E7C445
Black with #E7C445
Text Example
Text Example
White with #E7C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C445; }
p { color: rgb(231,196,69); }
H1.HeaderClassName
{
color: #E7C445;
}
.AnyTagClassName
{
color: #E7C445;
}
</style>
background-color css
<style>
a { background-color: #E7C445; }
a { background-color: rgb(231,196,69); }
div.DivClassName
{
background-color: #E7C445;
}
.BgClassName
{
background-color: #E7C445;
}
</style>
border-color css
<style>
span { border-color: #E7C445; }
span { border-color: rgb(231,196,69); }
td.TdClassName
{
border-color: #E7C445;
}
.TagClassName
{
border-color: #E7C445;
}
</style>