Shades of Festival #E8C953
Tints of Festival #E8C953
RGB
CMYK
RGB Variations
Color information
#E8C953 (or 0xE8C953) is known color: Festival. HEX triplet: E8, C9 and 53. RGB value is (232,201,83). Sum of RGB (Red+Green+Blue) = 232+201+83=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C953 is #1736AC. Grayscale: #C5C5C5. Windows color (decimal): -1521325 or 5491176. OLE color: 5491176.
HSL color Cylindrical-coordinate representation of color #E8C953: hue angle of 47.52º 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 #E8C953 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 201 | 83 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.09 |
| HSL | 47.52º | 0.76% | 0.62% | - |
| HSV(B) | 47.52º | 0.64% | 0.91% | - |
| XYZ | 55.73 | 59.55 | 16.74 | - |
| YUV | 196.82 | 63.77 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 201 | 83 | 0 | 0.13 | 0.64 | 0.09 | 47.52 | 0.76 | 0.62 |
| Hex | E8 | C9 | 53 | 0 | D | 40 | 9 | 30 | 4C | 3E |
| Octal | 350 | 311 | 123 | 0 | 15 | 100 | 11 | 60 | 114 | 76 |
| Binary | 11101000 | 11001001 | 1010011 | 0 | 1101 | 1000000 | 1001 | 110000 | 1001100 | 111110 |
Color Harmonies of #E8C953
Complementary color
Monochromatic Colors of #E8C953
Black with #E8C953
Text Example
Text Example
White with #E8C953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C953; }
p { color: rgb(232,201,83); }
H1.HeaderClassName
{
color: #E8C953;
}
.AnyTagClassName
{
color: #E8C953;
}
</style>
background-color css
<style>
a { background-color: #E8C953; }
a { background-color: rgb(232,201,83); }
div.DivClassName
{
background-color: #E8C953;
}
.BgClassName
{
background-color: #E8C953;
}
</style>
border-color css
<style>
span { border-color: #E8C953; }
span { border-color: rgb(232,201,83); }
td.TdClassName
{
border-color: #E8C953;
}
.TagClassName
{
border-color: #E8C953;
}
</style>