Shades of Festival #E2CA56
Tints of Festival #E2CA56
RGB
CMYK
RGB Variations
Color information
#E2CA56 (or 0xE2CA56) is known color: Festival. HEX triplet: E2, CA and 56. RGB value is (226,202,86). Sum of RGB (Red+Green+Blue) = 226+202+86=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CA56 is #1D35A9. Grayscale: #C4C4C4. Windows color (decimal): -1914282 or 5688034. OLE color: 5688034.
HSL color Cylindrical-coordinate representation of color #E2CA56: hue angle of 49.71º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2CA56 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 86 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.11 |
| HSL | 49.71º | 0.71% | 0.61% | - |
| HSV(B) | 49.71º | 0.62% | 0.89% | - |
| XYZ | 54.16 | 59.08 | 17.35 | - |
| YUV | 195.95 | 65.95 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 86 | 0 | 0.11 | 0.62 | 0.11 | 49.71 | 0.71 | 0.61 |
| Hex | E2 | CA | 56 | 0 | B | 3E | B | 32 | 47 | 3D |
| Octal | 342 | 312 | 126 | 0 | 13 | 76 | 13 | 62 | 107 | 75 |
| Binary | 11100010 | 11001010 | 1010110 | 0 | 1011 | 111110 | 1011 | 110010 | 1000111 | 111101 |
Color Harmonies of #E2CA56
Complementary color
Monochromatic Colors of #E2CA56
Black with #E2CA56
Text Example
Text Example
White with #E2CA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CA56; }
p { color: rgb(226,202,86); }
H1.HeaderClassName
{
color: #E2CA56;
}
.AnyTagClassName
{
color: #E2CA56;
}
</style>
background-color css
<style>
a { background-color: #E2CA56; }
a { background-color: rgb(226,202,86); }
div.DivClassName
{
background-color: #E2CA56;
}
.BgClassName
{
background-color: #E2CA56;
}
</style>
border-color css
<style>
span { border-color: #E2CA56; }
span { border-color: rgb(226,202,86); }
td.TdClassName
{
border-color: #E2CA56;
}
.TagClassName
{
border-color: #E2CA56;
}
</style>