Shades of Festival #E5C858
Tints of Festival #E5C858
RGB
CMYK
RGB Variations
Color information
#E5C858 (or 0xE5C858) is known color: Festival. HEX triplet: E5, C8 and 58. RGB value is (229,200,88). Sum of RGB (Red+Green+Blue) = 229+200+88=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 88 (34.77% from 255 or 17.02% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C858 is #1A37A7. Grayscale: #C4C4C4. Windows color (decimal): -1718184 or 5818597. OLE color: 5818597.
HSL color Cylindrical-coordinate representation of color #E5C858: hue angle of 47.66º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5C858 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 200 | 88 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.10 |
| HSL | 47.66º | 0.73% | 0.62% | - |
| HSV(B) | 47.66º | 0.62% | 0.9% | - |
| XYZ | 54.73 | 58.67 | 17.67 | - |
| YUV | 195.9 | 67.11 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 200 | 88 | 0 | 0.13 | 0.62 | 0.10 | 47.66 | 0.73 | 0.62 |
| Hex | E5 | C8 | 58 | 0 | D | 3E | A | 30 | 49 | 3E |
| Octal | 345 | 310 | 130 | 0 | 15 | 76 | 12 | 60 | 111 | 76 |
| Binary | 11100101 | 11001000 | 1011000 | 0 | 1101 | 111110 | 1010 | 110000 | 1001001 | 111110 |
Color Harmonies of #E5C858
Complementary color
Monochromatic Colors of #E5C858
Black with #E5C858
Text Example
Text Example
White with #E5C858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C858; }
p { color: rgb(229,200,88); }
H1.HeaderClassName
{
color: #E5C858;
}
.AnyTagClassName
{
color: #E5C858;
}
</style>
background-color css
<style>
a { background-color: #E5C858; }
a { background-color: rgb(229,200,88); }
div.DivClassName
{
background-color: #E5C858;
}
.BgClassName
{
background-color: #E5C858;
}
</style>
border-color css
<style>
span { border-color: #E5C858; }
span { border-color: rgb(229,200,88); }
td.TdClassName
{
border-color: #E5C858;
}
.TagClassName
{
border-color: #E5C858;
}
</style>