Shades of Festival #E3C856
Tints of Festival #E3C856
RGB
CMYK
RGB Variations
Color information
#E3C856 (or 0xE3C856) is known color: Festival. HEX triplet: E3, C8 and 56. RGB value is (227,200,86). Sum of RGB (Red+Green+Blue) = 227+200+86=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 86 (33.98% from 255 or 16.76% from 513); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C856 is #1C37A9. Grayscale: #C3C3C3. Windows color (decimal): -1849258 or 5687523. OLE color: 5687523.
HSL color Cylindrical-coordinate representation of color #E3C856: hue angle of 48.51º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E3C856 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 200 | 86 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.11 |
| HSL | 48.51º | 0.72% | 0.61% | - |
| HSV(B) | 48.51º | 0.62% | 0.89% | - |
| XYZ | 54.01 | 58.31 | 17.21 | - |
| YUV | 195.08 | 66.45 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 200 | 86 | 0 | 0.12 | 0.62 | 0.11 | 48.51 | 0.72 | 0.61 |
| Hex | E3 | C8 | 56 | 0 | C | 3E | B | 31 | 48 | 3D |
| Octal | 343 | 310 | 126 | 0 | 14 | 76 | 13 | 61 | 110 | 75 |
| Binary | 11100011 | 11001000 | 1010110 | 0 | 1100 | 111110 | 1011 | 110001 | 1001000 | 111101 |
Color Harmonies of #E3C856
Complementary color
Monochromatic Colors of #E3C856
Black with #E3C856
Text Example
Text Example
White with #E3C856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C856; }
p { color: rgb(227,200,86); }
H1.HeaderClassName
{
color: #E3C856;
}
.AnyTagClassName
{
color: #E3C856;
}
</style>
background-color css
<style>
a { background-color: #E3C856; }
a { background-color: rgb(227,200,86); }
div.DivClassName
{
background-color: #E3C856;
}
.BgClassName
{
background-color: #E3C856;
}
</style>
border-color css
<style>
span { border-color: #E3C856; }
span { border-color: rgb(227,200,86); }
td.TdClassName
{
border-color: #E3C856;
}
.TagClassName
{
border-color: #E3C856;
}
</style>