Shades of Festival #E5CC56
Tints of Festival #E5CC56
RGB
CMYK
RGB Variations
Color information
#E5CC56 (or 0xE5CC56) is known color: Festival. HEX triplet: E5, CC and 56. RGB value is (229,204,86). Sum of RGB (Red+Green+Blue) = 229+204+86=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CC56 is #1A33A9. Grayscale: #C6C6C6. Windows color (decimal): -1717162 or 5688549. OLE color: 5688549.
HSL color Cylindrical-coordinate representation of color #E5CC56: hue angle of 49.51º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5CC56 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 86 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.10 |
| HSL | 49.51º | 0.73% | 0.62% | - |
| HSV(B) | 49.51º | 0.62% | 0.9% | - |
| XYZ | 55.59 | 60.52 | 17.56 | - |
| YUV | 198.02 | 64.78 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 86 | 0 | 0.11 | 0.62 | 0.10 | 49.51 | 0.73 | 0.62 |
| Hex | E5 | CC | 56 | 0 | B | 3E | A | 32 | 49 | 3E |
| Octal | 345 | 314 | 126 | 0 | 13 | 76 | 12 | 62 | 111 | 76 |
| Binary | 11100101 | 11001100 | 1010110 | 0 | 1011 | 111110 | 1010 | 110010 | 1001001 | 111110 |
Color Harmonies of #E5CC56
Complementary color
Monochromatic Colors of #E5CC56
Black with #E5CC56
Text Example
Text Example
White with #E5CC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CC56; }
p { color: rgb(229,204,86); }
H1.HeaderClassName
{
color: #E5CC56;
}
.AnyTagClassName
{
color: #E5CC56;
}
</style>
background-color css
<style>
a { background-color: #E5CC56; }
a { background-color: rgb(229,204,86); }
div.DivClassName
{
background-color: #E5CC56;
}
.BgClassName
{
background-color: #E5CC56;
}
</style>
border-color css
<style>
span { border-color: #E5CC56; }
span { border-color: rgb(229,204,86); }
td.TdClassName
{
border-color: #E5CC56;
}
.TagClassName
{
border-color: #E5CC56;
}
</style>