Shades of Festival #E1C956
Tints of Festival #E1C956
RGB
CMYK
RGB Variations
Color information
#E1C956 (or 0xE1C956) is known color: Festival. HEX triplet: E1, C9 and 56. RGB value is (225,201,86). Sum of RGB (Red+Green+Blue) = 225+201+86=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C956 is #1E36A9. Grayscale: #C3C3C3. Windows color (decimal): -1980074 or 5687777. OLE color: 5687777.
HSL color Cylindrical-coordinate representation of color #E1C956: hue angle of 49.64º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1C956 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 86 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.12 |
| HSL | 49.64º | 0.7% | 0.61% | - |
| HSV(B) | 49.64º | 0.62% | 0.88% | - |
| XYZ | 53.62 | 58.45 | 17.26 | - |
| YUV | 195.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 86 | 0 | 0.11 | 0.62 | 0.12 | 49.64 | 0.7 | 0.61 |
| Hex | E1 | C9 | 56 | 0 | B | 3E | C | 32 | 46 | 3D |
| Octal | 341 | 311 | 126 | 0 | 13 | 76 | 14 | 62 | 106 | 75 |
| Binary | 11100001 | 11001001 | 1010110 | 0 | 1011 | 111110 | 1100 | 110010 | 1000110 | 111101 |
Color Harmonies of #E1C956
Complementary color
Monochromatic Colors of #E1C956
Black with #E1C956
Text Example
Text Example
White with #E1C956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C956; }
p { color: rgb(225,201,86); }
H1.HeaderClassName
{
color: #E1C956;
}
.AnyTagClassName
{
color: #E1C956;
}
</style>
background-color css
<style>
a { background-color: #E1C956; }
a { background-color: rgb(225,201,86); }
div.DivClassName
{
background-color: #E1C956;
}
.BgClassName
{
background-color: #E1C956;
}
</style>
border-color css
<style>
span { border-color: #E1C956; }
span { border-color: rgb(225,201,86); }
td.TdClassName
{
border-color: #E1C956;
}
.TagClassName
{
border-color: #E1C956;
}
</style>