Shades of Festival #E1C650
Tints of Festival #E1C650
RGB
CMYK
RGB Variations
Color information
#E1C650 (or 0xE1C650) is known color: Festival. HEX triplet: E1, C6 and 50. RGB value is (225,198,80). Sum of RGB (Red+Green+Blue) = 225+198+80=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C650 is #1E39AF. Grayscale: #C1C1C1. Windows color (decimal): -1980848 or 5293793. OLE color: 5293793.
HSL color Cylindrical-coordinate representation of color #E1C650: hue angle of 48.83º 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 #E1C650 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 198 | 80 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.12 |
| HSL | 48.83º | 0.71% | 0.6% | - |
| HSV(B) | 48.83º | 0.64% | 0.88% | - |
| XYZ | 52.69 | 56.97 | 15.81 | - |
| YUV | 192.62 | 64.45 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 198 | 80 | 0 | 0.12 | 0.64 | 0.12 | 48.83 | 0.71 | 0.6 |
| Hex | E1 | C6 | 50 | 0 | C | 40 | C | 31 | 47 | 3C |
| Octal | 341 | 306 | 120 | 0 | 14 | 100 | 14 | 61 | 107 | 74 |
| Binary | 11100001 | 11000110 | 1010000 | 0 | 1100 | 1000000 | 1100 | 110001 | 1000111 | 111100 |
Color Harmonies of #E1C650
Complementary color
Monochromatic Colors of #E1C650
Black with #E1C650
Text Example
Text Example
White with #E1C650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C650; }
p { color: rgb(225,198,80); }
H1.HeaderClassName
{
color: #E1C650;
}
.AnyTagClassName
{
color: #E1C650;
}
</style>
background-color css
<style>
a { background-color: #E1C650; }
a { background-color: rgb(225,198,80); }
div.DivClassName
{
background-color: #E1C650;
}
.BgClassName
{
background-color: #E1C650;
}
</style>
border-color css
<style>
span { border-color: #E1C650; }
span { border-color: rgb(225,198,80); }
td.TdClassName
{
border-color: #E1C650;
}
.TagClassName
{
border-color: #E1C650;
}
</style>