Shades of Festival #E2CC57
Tints of Festival #E2CC57
RGB
CMYK
RGB Variations
Color information
#E2CC57 (or 0xE2CC57) is known color: Festival. HEX triplet: E2, CC and 57. RGB value is (226,204,87). Sum of RGB (Red+Green+Blue) = 226+204+87=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 87 (34.38% from 255 or 16.83% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CC57 is #1D33A8. Grayscale: #C5C5C5. Windows color (decimal): -1913769 or 5754082. OLE color: 5754082.
HSL color Cylindrical-coordinate representation of color #E2CC57: hue angle of 50.5º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2CC57 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 87 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.11 |
| HSL | 50.5º | 0.71% | 0.61% | - |
| HSV(B) | 50.5º | 0.62% | 0.89% | - |
| XYZ | 54.68 | 60.04 | 17.72 | - |
| YUV | 197.24 | 65.79 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 87 | 0 | 0.10 | 0.62 | 0.11 | 50.5 | 0.71 | 0.61 |
| Hex | E2 | CC | 57 | 0 | A | 3E | B | 33 | 47 | 3D |
| Octal | 342 | 314 | 127 | 0 | 12 | 76 | 13 | 63 | 107 | 75 |
| Binary | 11100010 | 11001100 | 1010111 | 0 | 1010 | 111110 | 1011 | 110011 | 1000111 | 111101 |
Color Harmonies of #E2CC57
Complementary color
Monochromatic Colors of #E2CC57
Black with #E2CC57
Text Example
Text Example
White with #E2CC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CC57; }
p { color: rgb(226,204,87); }
H1.HeaderClassName
{
color: #E2CC57;
}
.AnyTagClassName
{
color: #E2CC57;
}
</style>
background-color css
<style>
a { background-color: #E2CC57; }
a { background-color: rgb(226,204,87); }
div.DivClassName
{
background-color: #E2CC57;
}
.BgClassName
{
background-color: #E2CC57;
}
</style>
border-color css
<style>
span { border-color: #E2CC57; }
span { border-color: rgb(226,204,87); }
td.TdClassName
{
border-color: #E2CC57;
}
.TagClassName
{
border-color: #E2CC57;
}
</style>