Shades of Festival #E1C550
Tints of Festival #E1C550
RGB
CMYK
RGB Variations
Color information
#E1C550 (or 0xE1C550) is known color: Festival. HEX triplet: E1, C5 and 50. RGB value is (225,197,80). Sum of RGB (Red+Green+Blue) = 225+197+80=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C550 is #1E3AAF. Grayscale: #C0C0C0. Windows color (decimal): -1981104 or 5293537. OLE color: 5293537.
HSL color Cylindrical-coordinate representation of color #E1C550: hue angle of 48.41º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1C550 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 197 | 80 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.12 |
| HSL | 48.41º | 0.71% | 0.6% | - |
| HSV(B) | 48.41º | 0.64% | 0.88% | - |
| XYZ | 52.47 | 56.52 | 15.73 | - |
| YUV | 192.03 | 64.78 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 80 | 0 | 0.12 | 0.64 | 0.12 | 48.41 | 0.71 | 0.6 |
| Hex | E1 | C5 | 50 | 0 | C | 40 | C | 30 | 47 | 3C |
| Octal | 341 | 305 | 120 | 0 | 14 | 100 | 14 | 60 | 107 | 74 |
| Binary | 11100001 | 11000101 | 1010000 | 0 | 1100 | 1000000 | 1100 | 110000 | 1000111 | 111100 |
Color Harmonies of #E1C550
Complementary color
Monochromatic Colors of #E1C550
Black with #E1C550
Text Example
Text Example
White with #E1C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C550; }
p { color: rgb(225,197,80); }
H1.HeaderClassName
{
color: #E1C550;
}
.AnyTagClassName
{
color: #E1C550;
}
</style>
background-color css
<style>
a { background-color: #E1C550; }
a { background-color: rgb(225,197,80); }
div.DivClassName
{
background-color: #E1C550;
}
.BgClassName
{
background-color: #E1C550;
}
</style>
border-color css
<style>
span { border-color: #E1C550; }
span { border-color: rgb(225,197,80); }
td.TdClassName
{
border-color: #E1C550;
}
.TagClassName
{
border-color: #E1C550;
}
</style>