Shades of Festival #E3C859
Tints of Festival #E3C859
RGB
CMYK
RGB Variations
Color information
#E3C859 (or 0xE3C859) is known color: Festival. HEX triplet: E3, C8 and 59. RGB value is (227,200,89). Sum of RGB (Red+Green+Blue) = 227+200+89=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 89 (35.16% from 255 or 17.25% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C859 is #1C37A6. Grayscale: #C3C3C3. Windows color (decimal): -1849255 or 5884131. OLE color: 5884131.
HSL color Cylindrical-coordinate representation of color #E3C859: hue angle of 48.26º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E3C859 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 200 | 89 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.11 |
| HSL | 48.26º | 0.71% | 0.62% | - |
| HSV(B) | 48.26º | 0.61% | 0.89% | - |
| XYZ | 54.14 | 58.36 | 17.86 | - |
| YUV | 195.42 | 67.95 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 200 | 89 | 0 | 0.12 | 0.61 | 0.11 | 48.26 | 0.71 | 0.62 |
| Hex | E3 | C8 | 59 | 0 | C | 3D | B | 30 | 47 | 3E |
| Octal | 343 | 310 | 131 | 0 | 14 | 75 | 13 | 60 | 107 | 76 |
| Binary | 11100011 | 11001000 | 1011001 | 0 | 1100 | 111101 | 1011 | 110000 | 1000111 | 111110 |
Color Harmonies of #E3C859
Complementary color
Monochromatic Colors of #E3C859
Black with #E3C859
Text Example
Text Example
White with #E3C859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C859; }
p { color: rgb(227,200,89); }
H1.HeaderClassName
{
color: #E3C859;
}
.AnyTagClassName
{
color: #E3C859;
}
</style>
background-color css
<style>
a { background-color: #E3C859; }
a { background-color: rgb(227,200,89); }
div.DivClassName
{
background-color: #E3C859;
}
.BgClassName
{
background-color: #E3C859;
}
</style>
border-color css
<style>
span { border-color: #E3C859; }
span { border-color: rgb(227,200,89); }
td.TdClassName
{
border-color: #E3C859;
}
.TagClassName
{
border-color: #E3C859;
}
</style>