Shades of Festival #E1C351
Tints of Festival #E1C351
RGB
CMYK
RGB Variations
Color information
#E1C351 (or 0xE1C351) is known color: Festival. HEX triplet: E1, C3 and 51. RGB value is (225,195,81). Sum of RGB (Red+Green+Blue) = 225+195+81=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C351 is #1E3CAE. Grayscale: #BFBFBF. Windows color (decimal): -1981615 or 5358561. OLE color: 5358561.
HSL color Cylindrical-coordinate representation of color #E1C351: hue angle of 47.5º 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 #E1C351 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 195 | 81 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.12 |
| HSL | 47.5º | 0.71% | 0.6% | - |
| HSV(B) | 47.5º | 0.64% | 0.88% | - |
| XYZ | 52.05 | 55.63 | 15.78 | - |
| YUV | 190.97 | 65.94 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 195 | 81 | 0 | 0.13 | 0.64 | 0.12 | 47.5 | 0.71 | 0.6 |
| Hex | E1 | C3 | 51 | 0 | D | 40 | C | 30 | 47 | 3C |
| Octal | 341 | 303 | 121 | 0 | 15 | 100 | 14 | 60 | 107 | 74 |
| Binary | 11100001 | 11000011 | 1010001 | 0 | 1101 | 1000000 | 1100 | 110000 | 1000111 | 111100 |
Color Harmonies of #E1C351
Complementary color
Monochromatic Colors of #E1C351
Black with #E1C351
Text Example
Text Example
White with #E1C351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C351; }
p { color: rgb(225,195,81); }
H1.HeaderClassName
{
color: #E1C351;
}
.AnyTagClassName
{
color: #E1C351;
}
</style>
background-color css
<style>
a { background-color: #E1C351; }
a { background-color: rgb(225,195,81); }
div.DivClassName
{
background-color: #E1C351;
}
.BgClassName
{
background-color: #E1C351;
}
</style>
border-color css
<style>
span { border-color: #E1C351; }
span { border-color: rgb(225,195,81); }
td.TdClassName
{
border-color: #E1C351;
}
.TagClassName
{
border-color: #E1C351;
}
</style>