Shades of Festival #E1C858
Tints of Festival #E1C858
RGB
CMYK
RGB Variations
Color information
#E1C858 (or 0xE1C858) is known color: Festival. HEX triplet: E1, C8 and 58. RGB value is (225,200,88). Sum of RGB (Red+Green+Blue) = 225+200+88=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C858 is #1E37A7. Grayscale: #C3C3C3. Windows color (decimal): -1980328 or 5818593. OLE color: 5818593.
HSL color Cylindrical-coordinate representation of color #E1C858: hue angle of 49.05º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E1C858 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 200 | 88 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.12 |
| HSL | 49.05º | 0.7% | 0.61% | - |
| HSV(B) | 49.05º | 0.61% | 0.88% | - |
| XYZ | 53.47 | 58.02 | 17.61 | - |
| YUV | 194.71 | 67.78 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 88 | 0 | 0.11 | 0.61 | 0.12 | 49.05 | 0.7 | 0.61 |
| Hex | E1 | C8 | 58 | 0 | B | 3D | C | 31 | 46 | 3D |
| Octal | 341 | 310 | 130 | 0 | 13 | 75 | 14 | 61 | 106 | 75 |
| Binary | 11100001 | 11001000 | 1011000 | 0 | 1011 | 111101 | 1100 | 110001 | 1000110 | 111101 |
Color Harmonies of #E1C858
Complementary color
Monochromatic Colors of #E1C858
Black with #E1C858
Text Example
Text Example
White with #E1C858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C858; }
p { color: rgb(225,200,88); }
H1.HeaderClassName
{
color: #E1C858;
}
.AnyTagClassName
{
color: #E1C858;
}
</style>
background-color css
<style>
a { background-color: #E1C858; }
a { background-color: rgb(225,200,88); }
div.DivClassName
{
background-color: #E1C858;
}
.BgClassName
{
background-color: #E1C858;
}
</style>
border-color css
<style>
span { border-color: #E1C858; }
span { border-color: rgb(225,200,88); }
td.TdClassName
{
border-color: #E1C858;
}
.TagClassName
{
border-color: #E1C858;
}
</style>