Shades of Festival #E3C854
Tints of Festival #E3C854
RGB
CMYK
RGB Variations
Color information
#E3C854 (or 0xE3C854) is known color: Festival. HEX triplet: E3, C8 and 54. RGB value is (227,200,84). Sum of RGB (Red+Green+Blue) = 227+200+84=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C854 is #1C37AB. Grayscale: #C3C3C3. Windows color (decimal): -1849260 or 5556451. OLE color: 5556451.
HSL color Cylindrical-coordinate representation of color #E3C854: hue angle of 48.67º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E3C854 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 200 | 84 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.11 |
| HSL | 48.67º | 0.72% | 0.61% | - |
| HSV(B) | 48.67º | 0.63% | 0.89% | - |
| XYZ | 53.93 | 58.28 | 16.79 | - |
| YUV | 194.85 | 65.45 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 200 | 84 | 0 | 0.12 | 0.63 | 0.11 | 48.67 | 0.72 | 0.61 |
| Hex | E3 | C8 | 54 | 0 | C | 3F | B | 31 | 48 | 3D |
| Octal | 343 | 310 | 124 | 0 | 14 | 77 | 13 | 61 | 110 | 75 |
| Binary | 11100011 | 11001000 | 1010100 | 0 | 1100 | 111111 | 1011 | 110001 | 1001000 | 111101 |
Color Harmonies of #E3C854
Complementary color
Monochromatic Colors of #E3C854
Black with #E3C854
Text Example
Text Example
White with #E3C854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C854; }
p { color: rgb(227,200,84); }
H1.HeaderClassName
{
color: #E3C854;
}
.AnyTagClassName
{
color: #E3C854;
}
</style>
background-color css
<style>
a { background-color: #E3C854; }
a { background-color: rgb(227,200,84); }
div.DivClassName
{
background-color: #E3C854;
}
.BgClassName
{
background-color: #E3C854;
}
</style>
border-color css
<style>
span { border-color: #E3C854; }
span { border-color: rgb(227,200,84); }
td.TdClassName
{
border-color: #E3C854;
}
.TagClassName
{
border-color: #E3C854;
}
</style>