Shades of Festival #E7C855
Tints of Festival #E7C855
RGB
CMYK
RGB Variations
Color information
#E7C855 (or 0xE7C855) is known color: Festival. HEX triplet: E7, C8 and 55. RGB value is (231,200,85). Sum of RGB (Red+Green+Blue) = 231+200+85=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C855 is #1837AA. Grayscale: #C4C4C4. Windows color (decimal): -1587115 or 5621991. OLE color: 5621991.
HSL color Cylindrical-coordinate representation of color #E7C855: hue angle of 47.26º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7C855 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 85 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.09 |
| HSL | 47.26º | 0.75% | 0.62% | - |
| HSV(B) | 47.26º | 0.63% | 0.91% | - |
| XYZ | 55.25 | 58.95 | 17.06 | - |
| YUV | 196.16 | 65.27 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 85 | 0 | 0.13 | 0.63 | 0.09 | 47.26 | 0.75 | 0.62 |
| Hex | E7 | C8 | 55 | 0 | D | 3F | 9 | 2F | 4B | 3E |
| Octal | 347 | 310 | 125 | 0 | 15 | 77 | 11 | 57 | 113 | 76 |
| Binary | 11100111 | 11001000 | 1010101 | 0 | 1101 | 111111 | 1001 | 101111 | 1001011 | 111110 |
Color Harmonies of #E7C855
Complementary color
Monochromatic Colors of #E7C855
Black with #E7C855
Text Example
Text Example
White with #E7C855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C855; }
p { color: rgb(231,200,85); }
H1.HeaderClassName
{
color: #E7C855;
}
.AnyTagClassName
{
color: #E7C855;
}
</style>
background-color css
<style>
a { background-color: #E7C855; }
a { background-color: rgb(231,200,85); }
div.DivClassName
{
background-color: #E7C855;
}
.BgClassName
{
background-color: #E7C855;
}
</style>
border-color css
<style>
span { border-color: #E7C855; }
span { border-color: rgb(231,200,85); }
td.TdClassName
{
border-color: #E7C855;
}
.TagClassName
{
border-color: #E7C855;
}
</style>