Shades of Festival #E2C84D
Tints of Festival #E2C84D
RGB
CMYK
RGB Variations
Color information
#E2C84D (or 0xE2C84D) is known color: Festival. HEX triplet: E2, C8 and 4D. RGB value is (226,200,77). Sum of RGB (Red+Green+Blue) = 226+200+77=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C84D is #1D37B2. Grayscale: #C2C2C2. Windows color (decimal): -1914803 or 5097698. OLE color: 5097698.
HSL color Cylindrical-coordinate representation of color #E2C84D: hue angle of 49.53º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2C84D is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 200 | 77 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.11 |
| HSL | 49.53º | 0.72% | 0.59% | - |
| HSV(B) | 49.53º | 0.66% | 0.89% | - |
| XYZ | 53.36 | 58.01 | 15.41 | - |
| YUV | 193.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 200 | 77 | 0 | 0.12 | 0.66 | 0.11 | 49.53 | 0.72 | 0.59 |
| Hex | E2 | C8 | 4D | 0 | C | 42 | B | 32 | 48 | 3B |
| Octal | 342 | 310 | 115 | 0 | 14 | 102 | 13 | 62 | 110 | 73 |
| Binary | 11100010 | 11001000 | 1001101 | 0 | 1100 | 1000010 | 1011 | 110010 | 1001000 | 111011 |
Color Harmonies of #E2C84D
Complementary color
Monochromatic Colors of #E2C84D
Black with #E2C84D
Text Example
Text Example
White with #E2C84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C84D; }
p { color: rgb(226,200,77); }
H1.HeaderClassName
{
color: #E2C84D;
}
.AnyTagClassName
{
color: #E2C84D;
}
</style>
background-color css
<style>
a { background-color: #E2C84D; }
a { background-color: rgb(226,200,77); }
div.DivClassName
{
background-color: #E2C84D;
}
.BgClassName
{
background-color: #E2C84D;
}
</style>
border-color css
<style>
span { border-color: #E2C84D; }
span { border-color: rgb(226,200,77); }
td.TdClassName
{
border-color: #E2C84D;
}
.TagClassName
{
border-color: #E2C84D;
}
</style>