Shades of Festival #E3C955
Tints of Festival #E3C955
RGB
CMYK
RGB Variations
Color information
#E3C955 (or 0xE3C955) is known color: Festival. HEX triplet: E3, C9 and 55. RGB value is (227,201,85). Sum of RGB (Red+Green+Blue) = 227+201+85=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C955 is #1C36AA. Grayscale: #C4C4C4. Windows color (decimal): -1849003 or 5622243. OLE color: 5622243.
HSL color Cylindrical-coordinate representation of color #E3C955: hue angle of 49.01º 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 #E3C955 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 201 | 85 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.11 |
| HSL | 49.01º | 0.72% | 0.61% | - |
| HSV(B) | 49.01º | 0.63% | 0.89% | - |
| XYZ | 54.2 | 58.76 | 17.08 | - |
| YUV | 195.55 | 65.61 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 201 | 85 | 0 | 0.11 | 0.63 | 0.11 | 49.01 | 0.72 | 0.61 |
| Hex | E3 | C9 | 55 | 0 | B | 3F | B | 31 | 48 | 3D |
| Octal | 343 | 311 | 125 | 0 | 13 | 77 | 13 | 61 | 110 | 75 |
| Binary | 11100011 | 11001001 | 1010101 | 0 | 1011 | 111111 | 1011 | 110001 | 1001000 | 111101 |
Color Harmonies of #E3C955
Complementary color
Monochromatic Colors of #E3C955
Black with #E3C955
Text Example
Text Example
White with #E3C955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C955; }
p { color: rgb(227,201,85); }
H1.HeaderClassName
{
color: #E3C955;
}
.AnyTagClassName
{
color: #E3C955;
}
</style>
background-color css
<style>
a { background-color: #E3C955; }
a { background-color: rgb(227,201,85); }
div.DivClassName
{
background-color: #E3C955;
}
.BgClassName
{
background-color: #E3C955;
}
</style>
border-color css
<style>
span { border-color: #E3C955; }
span { border-color: rgb(227,201,85); }
td.TdClassName
{
border-color: #E3C955;
}
.TagClassName
{
border-color: #E3C955;
}
</style>