Shades of Festival #E1CC56
Tints of Festival #E1CC56
RGB
CMYK
RGB Variations
Color information
#E1CC56 (or 0xE1CC56) is known color: Festival. HEX triplet: E1, CC and 56. RGB value is (225,204,86). Sum of RGB (Red+Green+Blue) = 225+204+86=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CC56 is #1E33A9. Grayscale: #C5C5C5. Windows color (decimal): -1979306 or 5688545. OLE color: 5688545.
HSL color Cylindrical-coordinate representation of color #E1CC56: hue angle of 50.94º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1CC56 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 86 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.12 |
| HSL | 50.94º | 0.7% | 0.61% | - |
| HSV(B) | 50.94º | 0.62% | 0.88% | - |
| XYZ | 54.32 | 59.87 | 17.5 | - |
| YUV | 196.83 | 65.46 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 86 | 0 | 0.09 | 0.62 | 0.12 | 50.94 | 0.7 | 0.61 |
| Hex | E1 | CC | 56 | 0 | 9 | 3E | C | 33 | 46 | 3D |
| Octal | 341 | 314 | 126 | 0 | 11 | 76 | 14 | 63 | 106 | 75 |
| Binary | 11100001 | 11001100 | 1010110 | 0 | 1001 | 111110 | 1100 | 110011 | 1000110 | 111101 |
Color Harmonies of #E1CC56
Complementary color
Monochromatic Colors of #E1CC56
Black with #E1CC56
Text Example
Text Example
White with #E1CC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CC56; }
p { color: rgb(225,204,86); }
H1.HeaderClassName
{
color: #E1CC56;
}
.AnyTagClassName
{
color: #E1CC56;
}
</style>
background-color css
<style>
a { background-color: #E1CC56; }
a { background-color: rgb(225,204,86); }
div.DivClassName
{
background-color: #E1CC56;
}
.BgClassName
{
background-color: #E1CC56;
}
</style>
border-color css
<style>
span { border-color: #E1CC56; }
span { border-color: rgb(225,204,86); }
td.TdClassName
{
border-color: #E1CC56;
}
.TagClassName
{
border-color: #E1CC56;
}
</style>