Shades of Festival #E7C953
Tints of Festival #E7C953
RGB
CMYK
RGB Variations
Color information
#E7C953 (or 0xE7C953) is known color: Festival. HEX triplet: E7, C9 and 53. RGB value is (231,201,83). Sum of RGB (Red+Green+Blue) = 231+201+83=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 83 (32.81% from 255 or 16.12% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C953 is #1836AC. Grayscale: #C5C5C5. Windows color (decimal): -1586861 or 5491175. OLE color: 5491175.
HSL color Cylindrical-coordinate representation of color #E7C953: hue angle of 47.84º 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 #E7C953 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 83 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.09 |
| HSL | 47.84º | 0.76% | 0.62% | - |
| HSV(B) | 47.84º | 0.64% | 0.91% | - |
| XYZ | 55.4 | 59.39 | 16.73 | - |
| YUV | 196.52 | 63.94 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 83 | 0 | 0.13 | 0.64 | 0.09 | 47.84 | 0.76 | 0.62 |
| Hex | E7 | C9 | 53 | 0 | D | 40 | 9 | 30 | 4C | 3E |
| Octal | 347 | 311 | 123 | 0 | 15 | 100 | 11 | 60 | 114 | 76 |
| Binary | 11100111 | 11001001 | 1010011 | 0 | 1101 | 1000000 | 1001 | 110000 | 1001100 | 111110 |
Color Harmonies of #E7C953
Complementary color
Monochromatic Colors of #E7C953
Black with #E7C953
Text Example
Text Example
White with #E7C953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C953; }
p { color: rgb(231,201,83); }
H1.HeaderClassName
{
color: #E7C953;
}
.AnyTagClassName
{
color: #E7C953;
}
</style>
background-color css
<style>
a { background-color: #E7C953; }
a { background-color: rgb(231,201,83); }
div.DivClassName
{
background-color: #E7C953;
}
.BgClassName
{
background-color: #E7C953;
}
</style>
border-color css
<style>
span { border-color: #E7C953; }
span { border-color: rgb(231,201,83); }
td.TdClassName
{
border-color: #E7C953;
}
.TagClassName
{
border-color: #E7C953;
}
</style>