Shades of Festival #E7D647
Tints of Festival #E7D647
RGB
CMYK
RGB Variations
Color information
#E7D647 (or 0xE7D647) is known color: Festival. HEX triplet: E7, D6 and 47. RGB value is (231,214,71). Sum of RGB (Red+Green+Blue) = 231+214+71=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 71 (28.12% from 255 or 13.76% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D647 is #1829B8. Grayscale: #CBCBCB. Windows color (decimal): -1583545 or 4708071. OLE color: 4708071.
HSL color Cylindrical-coordinate representation of color #E7D647: hue angle of 53.62º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E7D647 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 71 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.09 |
| HSL | 53.63º | 0.77% | 0.59% | - |
| HSV(B) | 53.63º | 0.69% | 0.91% | - |
| XYZ | 58.14 | 65.54 | 15.55 | - |
| YUV | 202.78 | 53.63 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 71 | 0 | 0.07 | 0.69 | 0.09 | 53.63 | 0.77 | 0.59 |
| Hex | E7 | D6 | 47 | 0 | 7 | 45 | 9 | 36 | 4D | 3B |
| Octal | 347 | 326 | 107 | 0 | 7 | 105 | 11 | 66 | 115 | 73 |
| Binary | 11100111 | 11010110 | 1000111 | 0 | 111 | 1000101 | 1001 | 110110 | 1001101 | 111011 |
Color Harmonies of #E7D647
Complementary color
Monochromatic Colors of #E7D647
Black with #E7D647
Text Example
Text Example
White with #E7D647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D647; }
p { color: rgb(231,214,71); }
H1.HeaderClassName
{
color: #E7D647;
}
.AnyTagClassName
{
color: #E7D647;
}
</style>
background-color css
<style>
a { background-color: #E7D647; }
a { background-color: rgb(231,214,71); }
div.DivClassName
{
background-color: #E7D647;
}
.BgClassName
{
background-color: #E7D647;
}
</style>
border-color css
<style>
span { border-color: #E7D647; }
span { border-color: rgb(231,214,71); }
td.TdClassName
{
border-color: #E7D647;
}
.TagClassName
{
border-color: #E7D647;
}
</style>