Shades of Festival #E7D045
Tints of Festival #E7D045
RGB
CMYK
RGB Variations
Color information
#E7D045 (or 0xE7D045) is known color: Festival. HEX triplet: E7, D0 and 45. RGB value is (231,208,69). Sum of RGB (Red+Green+Blue) = 231+208+69=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 69 (27.34% from 255 or 13.58% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D045 is #182FBA. Grayscale: #C7C7C7. Windows color (decimal): -1585083 or 4575463. OLE color: 4575463.
HSL color Cylindrical-coordinate representation of color #E7D045: hue angle of 51.48º 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 #E7D045 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 69 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.09 |
| HSL | 51.48º | 0.77% | 0.59% | - |
| HSV(B) | 51.48º | 0.7% | 0.91% | - |
| XYZ | 56.59 | 62.53 | 14.72 | - |
| YUV | 199.03 | 54.62 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 69 | 0 | 0.10 | 0.70 | 0.09 | 51.48 | 0.77 | 0.59 |
| Hex | E7 | D0 | 45 | 0 | A | 46 | 9 | 33 | 4D | 3B |
| Octal | 347 | 320 | 105 | 0 | 12 | 106 | 11 | 63 | 115 | 73 |
| Binary | 11100111 | 11010000 | 1000101 | 0 | 1010 | 1000110 | 1001 | 110011 | 1001101 | 111011 |
Color Harmonies of #E7D045
Complementary color
Monochromatic Colors of #E7D045
Black with #E7D045
Text Example
Text Example
White with #E7D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D045; }
p { color: rgb(231,208,69); }
H1.HeaderClassName
{
color: #E7D045;
}
.AnyTagClassName
{
color: #E7D045;
}
</style>
background-color css
<style>
a { background-color: #E7D045; }
a { background-color: rgb(231,208,69); }
div.DivClassName
{
background-color: #E7D045;
}
.BgClassName
{
background-color: #E7D045;
}
</style>
border-color css
<style>
span { border-color: #E7D045; }
span { border-color: rgb(231,208,69); }
td.TdClassName
{
border-color: #E7D045;
}
.TagClassName
{
border-color: #E7D045;
}
</style>