Shades of Festival #E6C856
Tints of Festival #E6C856
RGB
CMYK
RGB Variations
Color information
#E6C856 (or 0xE6C856) is known color: Festival. HEX triplet: E6, C8 and 56. RGB value is (230,200,86). Sum of RGB (Red+Green+Blue) = 230+200+86=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C856 is #1937A9. Grayscale: #C4C4C4. Windows color (decimal): -1652650 or 5687526. OLE color: 5687526.
HSL color Cylindrical-coordinate representation of color #E6C856: hue angle of 47.5º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6C856 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 200 | 86 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.10 |
| HSL | 47.5º | 0.74% | 0.62% | - |
| HSV(B) | 47.5º | 0.63% | 0.9% | - |
| XYZ | 54.97 | 58.8 | 17.26 | - |
| YUV | 195.97 | 65.94 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 86 | 0 | 0.13 | 0.63 | 0.10 | 47.5 | 0.74 | 0.62 |
| Hex | E6 | C8 | 56 | 0 | D | 3F | A | 30 | 4A | 3E |
| Octal | 346 | 310 | 126 | 0 | 15 | 77 | 12 | 60 | 112 | 76 |
| Binary | 11100110 | 11001000 | 1010110 | 0 | 1101 | 111111 | 1010 | 110000 | 1001010 | 111110 |
Color Harmonies of #E6C856
Complementary color
Monochromatic Colors of #E6C856
Black with #E6C856
Text Example
Text Example
White with #E6C856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C856; }
p { color: rgb(230,200,86); }
H1.HeaderClassName
{
color: #E6C856;
}
.AnyTagClassName
{
color: #E6C856;
}
</style>
background-color css
<style>
a { background-color: #E6C856; }
a { background-color: rgb(230,200,86); }
div.DivClassName
{
background-color: #E6C856;
}
.BgClassName
{
background-color: #E6C856;
}
</style>
border-color css
<style>
span { border-color: #E6C856; }
span { border-color: rgb(230,200,86); }
td.TdClassName
{
border-color: #E6C856;
}
.TagClassName
{
border-color: #E6C856;
}
</style>