Shades of Festival #EAC63E
Tints of Festival #EAC63E
RGB
CMYK
RGB Variations
Color information
#EAC63E (or 0xEAC63E) is known color: Festival. HEX triplet: EA, C6 and 3E. RGB value is (234,198,62). Sum of RGB (Red+Green+Blue) = 234+198+62=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 62 (24.61% from 255 or 12.55% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC63E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC63E is #1539C1. Grayscale: #C1C1C1. Windows color (decimal): -1391042 or 4114154. OLE color: 4114154.
HSL color Cylindrical-coordinate representation of color #EAC63E: hue angle of 47.44º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAC63E is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 62 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.08 |
| HSL | 47.44º | 0.8% | 0.58% | - |
| HSV(B) | 47.44º | 0.74% | 0.92% | - |
| XYZ | 55 | 58.23 | 12.9 | - |
| YUV | 193.26 | 53.93 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 62 | 0 | 0.15 | 0.74 | 0.08 | 47.44 | 0.8 | 0.58 |
| Hex | EA | C6 | 3E | 0 | F | 4A | 8 | 2F | 50 | 3A |
| Octal | 352 | 306 | 76 | 0 | 17 | 112 | 10 | 57 | 120 | 72 |
| Binary | 11101010 | 11000110 | 111110 | 0 | 1111 | 1001010 | 1000 | 101111 | 1010000 | 111010 |
Color Harmonies of #EAC63E
Complementary color
Monochromatic Colors of #EAC63E
Black with #EAC63E
Text Example
Text Example
White with #EAC63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC63E; }
p { color: rgb(234,198,62); }
H1.HeaderClassName
{
color: #EAC63E;
}
.AnyTagClassName
{
color: #EAC63E;
}
</style>
background-color css
<style>
a { background-color: #EAC63E; }
a { background-color: rgb(234,198,62); }
div.DivClassName
{
background-color: #EAC63E;
}
.BgClassName
{
background-color: #EAC63E;
}
</style>
border-color css
<style>
span { border-color: #EAC63E; }
span { border-color: rgb(234,198,62); }
td.TdClassName
{
border-color: #EAC63E;
}
.TagClassName
{
border-color: #EAC63E;
}
</style>