Shades of Festival #E5CD56
Tints of Festival #E5CD56
RGB
CMYK
RGB Variations
Color information
#E5CD56 (or 0xE5CD56) is known color: Festival. HEX triplet: E5, CD and 56. RGB value is (229,205,86). Sum of RGB (Red+Green+Blue) = 229+205+86=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CD56 is #1A32A9. Grayscale: #C7C7C7. Windows color (decimal): -1716906 or 5688805. OLE color: 5688805.
HSL color Cylindrical-coordinate representation of color #E5CD56: hue angle of 49.93º 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 #E5CD56 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 86 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.10 |
| HSL | 49.93º | 0.73% | 0.62% | - |
| HSV(B) | 49.93º | 0.62% | 0.9% | - |
| XYZ | 55.82 | 60.99 | 17.63 | - |
| YUV | 198.61 | 64.45 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 86 | 0 | 0.10 | 0.62 | 0.10 | 49.93 | 0.73 | 0.62 |
| Hex | E5 | CD | 56 | 0 | A | 3E | A | 32 | 49 | 3E |
| Octal | 345 | 315 | 126 | 0 | 12 | 76 | 12 | 62 | 111 | 76 |
| Binary | 11100101 | 11001101 | 1010110 | 0 | 1010 | 111110 | 1010 | 110010 | 1001001 | 111110 |
Color Harmonies of #E5CD56
Complementary color
Monochromatic Colors of #E5CD56
Black with #E5CD56
Text Example
Text Example
White with #E5CD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CD56; }
p { color: rgb(229,205,86); }
H1.HeaderClassName
{
color: #E5CD56;
}
.AnyTagClassName
{
color: #E5CD56;
}
</style>
background-color css
<style>
a { background-color: #E5CD56; }
a { background-color: rgb(229,205,86); }
div.DivClassName
{
background-color: #E5CD56;
}
.BgClassName
{
background-color: #E5CD56;
}
</style>
border-color css
<style>
span { border-color: #E5CD56; }
span { border-color: rgb(229,205,86); }
td.TdClassName
{
border-color: #E5CD56;
}
.TagClassName
{
border-color: #E5CD56;
}
</style>