Shades of Festival #E1C754
Tints of Festival #E1C754
RGB
CMYK
RGB Variations
Color information
#E1C754 (or 0xE1C754) is known color: Festival. HEX triplet: E1, C7 and 54. RGB value is (225,199,84). Sum of RGB (Red+Green+Blue) = 225+199+84=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 84 (33.20% from 255 or 16.54% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C754 is #1E38AB. Grayscale: #C2C2C2. Windows color (decimal): -1980588 or 5556193. OLE color: 5556193.
HSL color Cylindrical-coordinate representation of color #E1C754: hue angle of 48.94º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E1C754 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 199 | 84 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.12 |
| HSL | 48.94º | 0.7% | 0.61% | - |
| HSV(B) | 48.94º | 0.63% | 0.88% | - |
| XYZ | 53.08 | 57.49 | 16.69 | - |
| YUV | 193.66 | 66.11 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 84 | 0 | 0.12 | 0.63 | 0.12 | 48.94 | 0.7 | 0.61 |
| Hex | E1 | C7 | 54 | 0 | C | 3F | C | 31 | 46 | 3D |
| Octal | 341 | 307 | 124 | 0 | 14 | 77 | 14 | 61 | 106 | 75 |
| Binary | 11100001 | 11000111 | 1010100 | 0 | 1100 | 111111 | 1100 | 110001 | 1000110 | 111101 |
Color Harmonies of #E1C754
Complementary color
Monochromatic Colors of #E1C754
Black with #E1C754
Text Example
Text Example
White with #E1C754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C754; }
p { color: rgb(225,199,84); }
H1.HeaderClassName
{
color: #E1C754;
}
.AnyTagClassName
{
color: #E1C754;
}
</style>
background-color css
<style>
a { background-color: #E1C754; }
a { background-color: rgb(225,199,84); }
div.DivClassName
{
background-color: #E1C754;
}
.BgClassName
{
background-color: #E1C754;
}
</style>
border-color css
<style>
span { border-color: #E1C754; }
span { border-color: rgb(225,199,84); }
td.TdClassName
{
border-color: #E1C754;
}
.TagClassName
{
border-color: #E1C754;
}
</style>