Shades of Festival #E2CC54
Tints of Festival #E2CC54
RGB
CMYK
RGB Variations
Color information
#E2CC54 (or 0xE2CC54) is known color: Festival. HEX triplet: E2, CC and 54. RGB value is (226,204,84). Sum of RGB (Red+Green+Blue) = 226+204+84=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CC54 is #1D33AB. Grayscale: #C5C5C5. Windows color (decimal): -1913772 or 5557474. OLE color: 5557474.
HSL color Cylindrical-coordinate representation of color #E2CC54: hue angle of 50.7º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E2CC54 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 84 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.11 |
| HSL | 50.7º | 0.71% | 0.61% | - |
| HSV(B) | 50.7º | 0.63% | 0.89% | - |
| XYZ | 54.56 | 59.99 | 17.09 | - |
| YUV | 196.9 | 64.29 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 84 | 0 | 0.10 | 0.63 | 0.11 | 50.7 | 0.71 | 0.61 |
| Hex | E2 | CC | 54 | 0 | A | 3F | B | 33 | 47 | 3D |
| Octal | 342 | 314 | 124 | 0 | 12 | 77 | 13 | 63 | 107 | 75 |
| Binary | 11100010 | 11001100 | 1010100 | 0 | 1010 | 111111 | 1011 | 110011 | 1000111 | 111101 |
Color Harmonies of #E2CC54
Complementary color
Monochromatic Colors of #E2CC54
Black with #E2CC54
Text Example
Text Example
White with #E2CC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CC54; }
p { color: rgb(226,204,84); }
H1.HeaderClassName
{
color: #E2CC54;
}
.AnyTagClassName
{
color: #E2CC54;
}
</style>
background-color css
<style>
a { background-color: #E2CC54; }
a { background-color: rgb(226,204,84); }
div.DivClassName
{
background-color: #E2CC54;
}
.BgClassName
{
background-color: #E2CC54;
}
</style>
border-color css
<style>
span { border-color: #E2CC54; }
span { border-color: rgb(226,204,84); }
td.TdClassName
{
border-color: #E2CC54;
}
.TagClassName
{
border-color: #E2CC54;
}
</style>