Shades of Festival #E3CC55
Tints of Festival #E3CC55
RGB
CMYK
RGB Variations
Color information
#E3CC55 (or 0xE3CC55) is known color: Festival. HEX triplet: E3, CC and 55. RGB value is (227,204,85). Sum of RGB (Red+Green+Blue) = 227+204+85=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CC55 is #1C33AA. Grayscale: #C5C5C5. Windows color (decimal): -1848235 or 5623011. OLE color: 5623011.
HSL color Cylindrical-coordinate representation of color #E3CC55: hue angle of 50.28º degrees, saturation: 0.72, 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 #E3CC55 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 85 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.11 |
| HSL | 50.28º | 0.72% | 0.61% | - |
| HSV(B) | 50.28º | 0.63% | 0.89% | - |
| XYZ | 54.91 | 60.17 | 17.31 | - |
| YUV | 197.31 | 64.62 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 85 | 0 | 0.10 | 0.63 | 0.11 | 50.28 | 0.72 | 0.61 |
| Hex | E3 | CC | 55 | 0 | A | 3F | B | 32 | 48 | 3D |
| Octal | 343 | 314 | 125 | 0 | 12 | 77 | 13 | 62 | 110 | 75 |
| Binary | 11100011 | 11001100 | 1010101 | 0 | 1010 | 111111 | 1011 | 110010 | 1001000 | 111101 |
Color Harmonies of #E3CC55
Complementary color
Monochromatic Colors of #E3CC55
Black with #E3CC55
Text Example
Text Example
White with #E3CC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CC55; }
p { color: rgb(227,204,85); }
H1.HeaderClassName
{
color: #E3CC55;
}
.AnyTagClassName
{
color: #E3CC55;
}
</style>
background-color css
<style>
a { background-color: #E3CC55; }
a { background-color: rgb(227,204,85); }
div.DivClassName
{
background-color: #E3CC55;
}
.BgClassName
{
background-color: #E3CC55;
}
</style>
border-color css
<style>
span { border-color: #E3CC55; }
span { border-color: rgb(227,204,85); }
td.TdClassName
{
border-color: #E3CC55;
}
.TagClassName
{
border-color: #E3CC55;
}
</style>