Shades of Festival #E1CE54
Tints of Festival #E1CE54
RGB
CMYK
RGB Variations
Color information
#E1CE54 (or 0xE1CE54) is known color: Festival. HEX triplet: E1, CE and 54. RGB value is (225,206,84). Sum of RGB (Red+Green+Blue) = 225+206+84=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CE54 is #1E31AB. Grayscale: #C6C6C6. Windows color (decimal): -1978796 or 5557985. OLE color: 5557985.
HSL color Cylindrical-coordinate representation of color #E1CE54: hue angle of 51.91º 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 #E1CE54 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 84 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.12 |
| HSL | 51.91º | 0.7% | 0.61% | - |
| HSV(B) | 51.91º | 0.63% | 0.88% | - |
| XYZ | 54.72 | 60.79 | 17.24 | - |
| YUV | 197.77 | 63.79 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 84 | 0 | 0.08 | 0.63 | 0.12 | 51.91 | 0.7 | 0.61 |
| Hex | E1 | CE | 54 | 0 | 8 | 3F | C | 34 | 46 | 3D |
| Octal | 341 | 316 | 124 | 0 | 10 | 77 | 14 | 64 | 106 | 75 |
| Binary | 11100001 | 11001110 | 1010100 | 0 | 1000 | 111111 | 1100 | 110100 | 1000110 | 111101 |
Color Harmonies of #E1CE54
Complementary color
Monochromatic Colors of #E1CE54
Black with #E1CE54
Text Example
Text Example
White with #E1CE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CE54; }
p { color: rgb(225,206,84); }
H1.HeaderClassName
{
color: #E1CE54;
}
.AnyTagClassName
{
color: #E1CE54;
}
</style>
background-color css
<style>
a { background-color: #E1CE54; }
a { background-color: rgb(225,206,84); }
div.DivClassName
{
background-color: #E1CE54;
}
.BgClassName
{
background-color: #E1CE54;
}
</style>
border-color css
<style>
span { border-color: #E1CE54; }
span { border-color: rgb(225,206,84); }
td.TdClassName
{
border-color: #E1CE54;
}
.TagClassName
{
border-color: #E1CE54;
}
</style>