Shades of Festival #E2CE52
Tints of Festival #E2CE52
RGB
CMYK
RGB Variations
Color information
#E2CE52 (or 0xE2CE52) is known color: Festival. HEX triplet: E2, CE and 52. RGB value is (226,206,82). Sum of RGB (Red+Green+Blue) = 226+206+82=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CE52 is #1D31AD. Grayscale: #C6C6C6. Windows color (decimal): -1913262 or 5426914. OLE color: 5426914.
HSL color Cylindrical-coordinate representation of color #E2CE52: hue angle of 51.67º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2CE52 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 82 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.11 |
| HSL | 51.67º | 0.71% | 0.6% | - |
| HSV(B) | 51.67º | 0.64% | 0.89% | - |
| XYZ | 54.96 | 60.92 | 16.84 | - |
| YUV | 197.84 | 62.63 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 82 | 0 | 0.09 | 0.64 | 0.11 | 51.67 | 0.71 | 0.6 |
| Hex | E2 | CE | 52 | 0 | 9 | 40 | B | 34 | 47 | 3C |
| Octal | 342 | 316 | 122 | 0 | 11 | 100 | 13 | 64 | 107 | 74 |
| Binary | 11100010 | 11001110 | 1010010 | 0 | 1001 | 1000000 | 1011 | 110100 | 1000111 | 111100 |
Color Harmonies of #E2CE52
Complementary color
Monochromatic Colors of #E2CE52
Black with #E2CE52
Text Example
Text Example
White with #E2CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE52; }
p { color: rgb(226,206,82); }
H1.HeaderClassName
{
color: #E2CE52;
}
.AnyTagClassName
{
color: #E2CE52;
}
</style>
background-color css
<style>
a { background-color: #E2CE52; }
a { background-color: rgb(226,206,82); }
div.DivClassName
{
background-color: #E2CE52;
}
.BgClassName
{
background-color: #E2CE52;
}
</style>
border-color css
<style>
span { border-color: #E2CE52; }
span { border-color: rgb(226,206,82); }
td.TdClassName
{
border-color: #E2CE52;
}
.TagClassName
{
border-color: #E2CE52;
}
</style>