Shades of Festival #E4C858
Tints of Festival #E4C858
RGB
CMYK
RGB Variations
Color information
#E4C858 (or 0xE4C858) is known color: Festival. HEX triplet: E4, C8 and 58. RGB value is (228,200,88). Sum of RGB (Red+Green+Blue) = 228+200+88=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 88 (34.77% from 255 or 17.05% from 516); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C858 is #1B37A7. Grayscale: #C4C4C4. Windows color (decimal): -1783720 or 5818596. OLE color: 5818596.
HSL color Cylindrical-coordinate representation of color #E4C858: hue angle of 48º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E4C858 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 200 | 88 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.11 |
| HSL | 48º | 0.72% | 0.62% | - |
| HSV(B) | 48º | 0.61% | 0.89% | - |
| XYZ | 54.41 | 58.51 | 17.66 | - |
| YUV | 195.6 | 67.28 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 200 | 88 | 0 | 0.12 | 0.61 | 0.11 | 48 | 0.72 | 0.62 |
| Hex | E4 | C8 | 58 | 0 | C | 3D | B | 30 | 48 | 3E |
| Octal | 344 | 310 | 130 | 0 | 14 | 75 | 13 | 60 | 110 | 76 |
| Binary | 11100100 | 11001000 | 1011000 | 0 | 1100 | 111101 | 1011 | 110000 | 1001000 | 111110 |
Color Harmonies of #E4C858
Complementary color
Monochromatic Colors of #E4C858
Black with #E4C858
Text Example
Text Example
White with #E4C858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C858; }
p { color: rgb(228,200,88); }
H1.HeaderClassName
{
color: #E4C858;
}
.AnyTagClassName
{
color: #E4C858;
}
</style>
background-color css
<style>
a { background-color: #E4C858; }
a { background-color: rgb(228,200,88); }
div.DivClassName
{
background-color: #E4C858;
}
.BgClassName
{
background-color: #E4C858;
}
</style>
border-color css
<style>
span { border-color: #E4C858; }
span { border-color: rgb(228,200,88); }
td.TdClassName
{
border-color: #E4C858;
}
.TagClassName
{
border-color: #E4C858;
}
</style>