Shades of Festival #E7C64D
Tints of Festival #E7C64D
RGB
CMYK
RGB Variations
Color information
#E7C64D (or 0xE7C64D) is known color: Festival. HEX triplet: E7, C6 and 4D. RGB value is (231,198,77). Sum of RGB (Red+Green+Blue) = 231+198+77=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C64D is #1839B2. Grayscale: #C2C2C2. Windows color (decimal): -1587635 or 5097191. OLE color: 5097191.
HSL color Cylindrical-coordinate representation of color #E7C64D: hue angle of 47.14º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7C64D is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 198 | 77 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.09 |
| HSL | 47.14º | 0.76% | 0.6% | - |
| HSV(B) | 47.14º | 0.67% | 0.91% | - |
| XYZ | 54.49 | 57.91 | 15.33 | - |
| YUV | 194.07 | 61.93 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 77 | 0 | 0.14 | 0.67 | 0.09 | 47.14 | 0.76 | 0.6 |
| Hex | E7 | C6 | 4D | 0 | E | 43 | 9 | 2F | 4C | 3C |
| Octal | 347 | 306 | 115 | 0 | 16 | 103 | 11 | 57 | 114 | 74 |
| Binary | 11100111 | 11000110 | 1001101 | 0 | 1110 | 1000011 | 1001 | 101111 | 1001100 | 111100 |
Color Harmonies of #E7C64D
Complementary color
Monochromatic Colors of #E7C64D
Black with #E7C64D
Text Example
Text Example
White with #E7C64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C64D; }
p { color: rgb(231,198,77); }
H1.HeaderClassName
{
color: #E7C64D;
}
.AnyTagClassName
{
color: #E7C64D;
}
</style>
background-color css
<style>
a { background-color: #E7C64D; }
a { background-color: rgb(231,198,77); }
div.DivClassName
{
background-color: #E7C64D;
}
.BgClassName
{
background-color: #E7C64D;
}
</style>
border-color css
<style>
span { border-color: #E7C64D; }
span { border-color: rgb(231,198,77); }
td.TdClassName
{
border-color: #E7C64D;
}
.TagClassName
{
border-color: #E7C64D;
}
</style>