Shades of Festival #EAC440
Tints of Festival #EAC440
RGB
CMYK
RGB Variations
Color information
#EAC440 (or 0xEAC440) is known color: Festival. HEX triplet: EA, C4 and 40. RGB value is (234,196,64). Sum of RGB (Red+Green+Blue) = 234+196+64=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC440 is #153BBF. Grayscale: #C0C0C0. Windows color (decimal): -1391552 or 4244714. OLE color: 4244714.
HSL color Cylindrical-coordinate representation of color #EAC440: hue angle of 46.59º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAC440 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 64 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.08 |
| HSL | 46.59º | 0.8% | 0.58% | - |
| HSV(B) | 46.59º | 0.73% | 0.92% | - |
| XYZ | 54.6 | 57.34 | 13.04 | - |
| YUV | 192.31 | 55.59 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 64 | 0 | 0.16 | 0.73 | 0.08 | 46.59 | 0.8 | 0.58 |
| Hex | EA | C4 | 40 | 0 | 10 | 49 | 8 | 2F | 50 | 3A |
| Octal | 352 | 304 | 100 | 0 | 20 | 111 | 10 | 57 | 120 | 72 |
| Binary | 11101010 | 11000100 | 1000000 | 0 | 10000 | 1001001 | 1000 | 101111 | 1010000 | 111010 |
Color Harmonies of #EAC440
Complementary color
Monochromatic Colors of #EAC440
Black with #EAC440
Text Example
Text Example
White with #EAC440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC440; }
p { color: rgb(234,196,64); }
H1.HeaderClassName
{
color: #EAC440;
}
.AnyTagClassName
{
color: #EAC440;
}
</style>
background-color css
<style>
a { background-color: #EAC440; }
a { background-color: rgb(234,196,64); }
div.DivClassName
{
background-color: #EAC440;
}
.BgClassName
{
background-color: #EAC440;
}
</style>
border-color css
<style>
span { border-color: #EAC440; }
span { border-color: rgb(234,196,64); }
td.TdClassName
{
border-color: #EAC440;
}
.TagClassName
{
border-color: #EAC440;
}
</style>