Shades of Festival #EAC040
Tints of Festival #EAC040
RGB
CMYK
RGB Variations
Color information
#EAC040 (or 0xEAC040) is known color: Festival. HEX triplet: EA, C0 and 40. RGB value is (234,192,64). Sum of RGB (Red+Green+Blue) = 234+192+64=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC040 is #153FBF. Grayscale: #BEBEBE. Windows color (decimal): -1392576 or 4243690. OLE color: 4243690.
HSL color Cylindrical-coordinate representation of color #EAC040: hue angle of 45.18º 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 #EAC040 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 64 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.08 |
| HSL | 45.18º | 0.8% | 0.58% | - |
| HSV(B) | 45.18º | 0.73% | 0.92% | - |
| XYZ | 53.71 | 55.56 | 12.74 | - |
| YUV | 189.97 | 56.91 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 64 | 0 | 0.18 | 0.73 | 0.08 | 45.18 | 0.8 | 0.58 |
| Hex | EA | C0 | 40 | 0 | 12 | 49 | 8 | 2D | 50 | 3A |
| Octal | 352 | 300 | 100 | 0 | 22 | 111 | 10 | 55 | 120 | 72 |
| Binary | 11101010 | 11000000 | 1000000 | 0 | 10010 | 1001001 | 1000 | 101101 | 1010000 | 111010 |
Color Harmonies of #EAC040
Complementary color
Monochromatic Colors of #EAC040
Black with #EAC040
Text Example
Text Example
White with #EAC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC040; }
p { color: rgb(234,192,64); }
H1.HeaderClassName
{
color: #EAC040;
}
.AnyTagClassName
{
color: #EAC040;
}
</style>
background-color css
<style>
a { background-color: #EAC040; }
a { background-color: rgb(234,192,64); }
div.DivClassName
{
background-color: #EAC040;
}
.BgClassName
{
background-color: #EAC040;
}
</style>
border-color css
<style>
span { border-color: #EAC040; }
span { border-color: rgb(234,192,64); }
td.TdClassName
{
border-color: #EAC040;
}
.TagClassName
{
border-color: #EAC040;
}
</style>