Shades of Festival #E1CC57
Tints of Festival #E1CC57
RGB
CMYK
RGB Variations
Color information
#E1CC57 (or 0xE1CC57) is known color: Festival. HEX triplet: E1, CC and 57. RGB value is (225,204,87). Sum of RGB (Red+Green+Blue) = 225+204+87=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 87 (34.38% from 255 or 16.86% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CC57 is #1E33A8. Grayscale: #C5C5C5. Windows color (decimal): -1979305 or 5754081. OLE color: 5754081.
HSL color Cylindrical-coordinate representation of color #E1CC57: hue angle of 50.87º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E1CC57 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 87 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.12 |
| HSL | 50.87º | 0.7% | 0.61% | - |
| HSV(B) | 50.87º | 0.61% | 0.88% | - |
| XYZ | 54.36 | 59.88 | 17.71 | - |
| YUV | 196.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 87 | 0 | 0.09 | 0.61 | 0.12 | 50.87 | 0.7 | 0.61 |
| Hex | E1 | CC | 57 | 0 | 9 | 3D | C | 33 | 46 | 3D |
| Octal | 341 | 314 | 127 | 0 | 11 | 75 | 14 | 63 | 106 | 75 |
| Binary | 11100001 | 11001100 | 1010111 | 0 | 1001 | 111101 | 1100 | 110011 | 1000110 | 111101 |
Color Harmonies of #E1CC57
Complementary color
Monochromatic Colors of #E1CC57
Black with #E1CC57
Text Example
Text Example
White with #E1CC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CC57; }
p { color: rgb(225,204,87); }
H1.HeaderClassName
{
color: #E1CC57;
}
.AnyTagClassName
{
color: #E1CC57;
}
</style>
background-color css
<style>
a { background-color: #E1CC57; }
a { background-color: rgb(225,204,87); }
div.DivClassName
{
background-color: #E1CC57;
}
.BgClassName
{
background-color: #E1CC57;
}
</style>
border-color css
<style>
span { border-color: #E1CC57; }
span { border-color: rgb(225,204,87); }
td.TdClassName
{
border-color: #E1CC57;
}
.TagClassName
{
border-color: #E1CC57;
}
</style>