Shades of Festival #E0C553
Tints of Festival #E0C553
RGB
CMYK
RGB Variations
Color information
#E0C553 (or 0xE0C553) is known color: Festival. HEX triplet: E0, C5 and 53. RGB value is (224,197,83). Sum of RGB (Red+Green+Blue) = 224+197+83=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C553 is #1F3AAC. Grayscale: #C0C0C0. Windows color (decimal): -2046637 or 5490144. OLE color: 5490144.
HSL color Cylindrical-coordinate representation of color #E0C553: hue angle of 48.51º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0C553 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 197 | 83 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.12 |
| HSL | 48.51º | 0.69% | 0.6% | - |
| HSV(B) | 48.51º | 0.63% | 0.88% | - |
| XYZ | 52.27 | 56.4 | 16.32 | - |
| YUV | 192.08 | 66.45 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 83 | 0 | 0.12 | 0.63 | 0.12 | 48.51 | 0.69 | 0.6 |
| Hex | E0 | C5 | 53 | 0 | C | 3F | C | 31 | 45 | 3C |
| Octal | 340 | 305 | 123 | 0 | 14 | 77 | 14 | 61 | 105 | 74 |
| Binary | 11100000 | 11000101 | 1010011 | 0 | 1100 | 111111 | 1100 | 110001 | 1000101 | 111100 |
Color Harmonies of #E0C553
Complementary color
Monochromatic Colors of #E0C553
Black with #E0C553
Text Example
Text Example
White with #E0C553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C553; }
p { color: rgb(224,197,83); }
H1.HeaderClassName
{
color: #E0C553;
}
.AnyTagClassName
{
color: #E0C553;
}
</style>
background-color css
<style>
a { background-color: #E0C553; }
a { background-color: rgb(224,197,83); }
div.DivClassName
{
background-color: #E0C553;
}
.BgClassName
{
background-color: #E0C553;
}
</style>
border-color css
<style>
span { border-color: #E0C553; }
span { border-color: rgb(224,197,83); }
td.TdClassName
{
border-color: #E0C553;
}
.TagClassName
{
border-color: #E0C553;
}
</style>