Shades of Festival #E1CA55
Tints of Festival #E1CA55
RGB
CMYK
RGB Variations
Color information
#E1CA55 (or 0xE1CA55) is known color: Festival. HEX triplet: E1, CA and 55. RGB value is (225,202,85). Sum of RGB (Red+Green+Blue) = 225+202+85=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CA55 is #1E35AA. Grayscale: #C4C4C4. Windows color (decimal): -1979819 or 5622497. OLE color: 5622497.
HSL color Cylindrical-coordinate representation of color #E1CA55: hue angle of 50.14º 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 #E1CA55 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 85 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.12 |
| HSL | 50.14º | 0.7% | 0.61% | - |
| HSV(B) | 50.14º | 0.62% | 0.88% | - |
| XYZ | 53.81 | 58.9 | 17.13 | - |
| YUV | 195.54 | 65.62 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 85 | 0 | 0.10 | 0.62 | 0.12 | 50.14 | 0.7 | 0.61 |
| Hex | E1 | CA | 55 | 0 | A | 3E | C | 32 | 46 | 3D |
| Octal | 341 | 312 | 125 | 0 | 12 | 76 | 14 | 62 | 106 | 75 |
| Binary | 11100001 | 11001010 | 1010101 | 0 | 1010 | 111110 | 1100 | 110010 | 1000110 | 111101 |
Color Harmonies of #E1CA55
Complementary color
Monochromatic Colors of #E1CA55
Black with #E1CA55
Text Example
Text Example
White with #E1CA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA55; }
p { color: rgb(225,202,85); }
H1.HeaderClassName
{
color: #E1CA55;
}
.AnyTagClassName
{
color: #E1CA55;
}
</style>
background-color css
<style>
a { background-color: #E1CA55; }
a { background-color: rgb(225,202,85); }
div.DivClassName
{
background-color: #E1CA55;
}
.BgClassName
{
background-color: #E1CA55;
}
</style>
border-color css
<style>
span { border-color: #E1CA55; }
span { border-color: rgb(225,202,85); }
td.TdClassName
{
border-color: #E1CA55;
}
.TagClassName
{
border-color: #E1CA55;
}
</style>