Shades of Festival #E8C53E
Tints of Festival #E8C53E
RGB
CMYK
RGB Variations
Color information
#E8C53E (or 0xE8C53E) is known color: Festival. HEX triplet: E8, C5 and 3E. RGB value is (232,197,62). Sum of RGB (Red+Green+Blue) = 232+197+62=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 62 (24.61% from 255 or 12.63% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C53E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C53E is #173AC1. Grayscale: #C0C0C0. Windows color (decimal): -1522370 or 4113896. OLE color: 4113896.
HSL color Cylindrical-coordinate representation of color #E8C53E: hue angle of 47.65º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E8C53E is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 197 | 62 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.09 |
| HSL | 47.65º | 0.79% | 0.58% | - |
| HSV(B) | 47.65º | 0.73% | 0.91% | - |
| XYZ | 54.11 | 57.44 | 12.79 | - |
| YUV | 192.08 | 54.6 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 62 | 0 | 0.15 | 0.73 | 0.09 | 47.65 | 0.79 | 0.58 |
| Hex | E8 | C5 | 3E | 0 | F | 49 | 9 | 30 | 4F | 3A |
| Octal | 350 | 305 | 76 | 0 | 17 | 111 | 11 | 60 | 117 | 72 |
| Binary | 11101000 | 11000101 | 111110 | 0 | 1111 | 1001001 | 1001 | 110000 | 1001111 | 111010 |
Color Harmonies of #E8C53E
Complementary color
Monochromatic Colors of #E8C53E
Black with #E8C53E
Text Example
Text Example
White with #E8C53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C53E; }
p { color: rgb(232,197,62); }
H1.HeaderClassName
{
color: #E8C53E;
}
.AnyTagClassName
{
color: #E8C53E;
}
</style>
background-color css
<style>
a { background-color: #E8C53E; }
a { background-color: rgb(232,197,62); }
div.DivClassName
{
background-color: #E8C53E;
}
.BgClassName
{
background-color: #E8C53E;
}
</style>
border-color css
<style>
span { border-color: #E8C53E; }
span { border-color: rgb(232,197,62); }
td.TdClassName
{
border-color: #E8C53E;
}
.TagClassName
{
border-color: #E8C53E;
}
</style>