Shades of Festival #E7C853
Tints of Festival #E7C853
RGB
CMYK
RGB Variations
Color information
#E7C853 (or 0xE7C853) is known color: Festival. HEX triplet: E7, C8 and 53. RGB value is (231,200,83). Sum of RGB (Red+Green+Blue) = 231+200+83=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C853 is #1837AC. Grayscale: #C4C4C4. Windows color (decimal): -1587117 or 5490919. OLE color: 5490919.
HSL color Cylindrical-coordinate representation of color #E7C853: hue angle of 47.43º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E7C853 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 83 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.09 |
| HSL | 47.43º | 0.76% | 0.62% | - |
| HSV(B) | 47.43º | 0.64% | 0.91% | - |
| XYZ | 55.17 | 58.92 | 16.65 | - |
| YUV | 195.93 | 64.27 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 83 | 0 | 0.13 | 0.64 | 0.09 | 47.43 | 0.76 | 0.62 |
| Hex | E7 | C8 | 53 | 0 | D | 40 | 9 | 2F | 4C | 3E |
| Octal | 347 | 310 | 123 | 0 | 15 | 100 | 11 | 57 | 114 | 76 |
| Binary | 11100111 | 11001000 | 1010011 | 0 | 1101 | 1000000 | 1001 | 101111 | 1001100 | 111110 |
Color Harmonies of #E7C853
Complementary color
Monochromatic Colors of #E7C853
Black with #E7C853
Text Example
Text Example
White with #E7C853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C853; }
p { color: rgb(231,200,83); }
H1.HeaderClassName
{
color: #E7C853;
}
.AnyTagClassName
{
color: #E7C853;
}
</style>
background-color css
<style>
a { background-color: #E7C853; }
a { background-color: rgb(231,200,83); }
div.DivClassName
{
background-color: #E7C853;
}
.BgClassName
{
background-color: #E7C853;
}
</style>
border-color css
<style>
span { border-color: #E7C853; }
span { border-color: rgb(231,200,83); }
td.TdClassName
{
border-color: #E7C853;
}
.TagClassName
{
border-color: #E7C853;
}
</style>