Shades of Festival #E3C84F
Tints of Festival #E3C84F
RGB
CMYK
RGB Variations
Color information
#E3C84F (or 0xE3C84F) is known color: Festival. HEX triplet: E3, C8 and 4F. RGB value is (227,200,79). Sum of RGB (Red+Green+Blue) = 227+200+79=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 79 (31.25% from 255 or 15.61% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C84F is #1C37B0. Grayscale: #C2C2C2. Windows color (decimal): -1849265 or 5228771. OLE color: 5228771.
HSL color Cylindrical-coordinate representation of color #E3C84F: hue angle of 49.05º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E3C84F is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 200 | 79 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.11 |
| HSL | 49.05º | 0.73% | 0.6% | - |
| HSV(B) | 49.05º | 0.65% | 0.89% | - |
| XYZ | 53.74 | 58.2 | 15.8 | - |
| YUV | 194.28 | 62.95 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 200 | 79 | 0 | 0.12 | 0.65 | 0.11 | 49.05 | 0.73 | 0.6 |
| Hex | E3 | C8 | 4F | 0 | C | 41 | B | 31 | 49 | 3C |
| Octal | 343 | 310 | 117 | 0 | 14 | 101 | 13 | 61 | 111 | 74 |
| Binary | 11100011 | 11001000 | 1001111 | 0 | 1100 | 1000001 | 1011 | 110001 | 1001001 | 111100 |
Color Harmonies of #E3C84F
Complementary color
Monochromatic Colors of #E3C84F
Black with #E3C84F
Text Example
Text Example
White with #E3C84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C84F; }
p { color: rgb(227,200,79); }
H1.HeaderClassName
{
color: #E3C84F;
}
.AnyTagClassName
{
color: #E3C84F;
}
</style>
background-color css
<style>
a { background-color: #E3C84F; }
a { background-color: rgb(227,200,79); }
div.DivClassName
{
background-color: #E3C84F;
}
.BgClassName
{
background-color: #E3C84F;
}
</style>
border-color css
<style>
span { border-color: #E3C84F; }
span { border-color: rgb(227,200,79); }
td.TdClassName
{
border-color: #E3C84F;
}
.TagClassName
{
border-color: #E3C84F;
}
</style>