Shades of Festival #E7C54E
Tints of Festival #E7C54E
RGB
CMYK
RGB Variations
Color information
#E7C54E (or 0xE7C54E) is known color: Festival. HEX triplet: E7, C5 and 4E. RGB value is (231,197,78). Sum of RGB (Red+Green+Blue) = 231+197+78=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 78 (30.86% from 255 or 15.42% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C54E is #183AB1. Grayscale: #C2C2C2. Windows color (decimal): -1587890 or 5162471. OLE color: 5162471.
HSL color Cylindrical-coordinate representation of color #E7C54E: hue angle of 46.67º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E7C54E is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 197 | 78 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.09 |
| HSL | 46.67º | 0.76% | 0.61% | - |
| HSV(B) | 46.67º | 0.66% | 0.91% | - |
| XYZ | 54.3 | 57.47 | 15.44 | - |
| YUV | 193.6 | 62.76 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 197 | 78 | 0 | 0.15 | 0.66 | 0.09 | 46.67 | 0.76 | 0.61 |
| Hex | E7 | C5 | 4E | 0 | F | 42 | 9 | 2F | 4C | 3D |
| Octal | 347 | 305 | 116 | 0 | 17 | 102 | 11 | 57 | 114 | 75 |
| Binary | 11100111 | 11000101 | 1001110 | 0 | 1111 | 1000010 | 1001 | 101111 | 1001100 | 111101 |
Color Harmonies of #E7C54E
Complementary color
Monochromatic Colors of #E7C54E
Black with #E7C54E
Text Example
Text Example
White with #E7C54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C54E; }
p { color: rgb(231,197,78); }
H1.HeaderClassName
{
color: #E7C54E;
}
.AnyTagClassName
{
color: #E7C54E;
}
</style>
background-color css
<style>
a { background-color: #E7C54E; }
a { background-color: rgb(231,197,78); }
div.DivClassName
{
background-color: #E7C54E;
}
.BgClassName
{
background-color: #E7C54E;
}
</style>
border-color css
<style>
span { border-color: #E7C54E; }
span { border-color: rgb(231,197,78); }
td.TdClassName
{
border-color: #E7C54E;
}
.TagClassName
{
border-color: #E7C54E;
}
</style>