Shades of Festival #EAC340
Tints of Festival #EAC340
RGB
CMYK
RGB Variations
Color information
#EAC340 (or 0xEAC340) is known color: Festival. HEX triplet: EA, C3 and 40. RGB value is (234,195,64). Sum of RGB (Red+Green+Blue) = 234+195+64=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC340 is #153CBF. Grayscale: #C0C0C0. Windows color (decimal): -1391808 or 4244458. OLE color: 4244458.
HSL color Cylindrical-coordinate representation of color #EAC340: hue angle of 46.24º 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 #EAC340 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 64 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.08 |
| HSL | 46.24º | 0.8% | 0.58% | - |
| HSV(B) | 46.24º | 0.73% | 0.92% | - |
| XYZ | 54.37 | 56.89 | 12.97 | - |
| YUV | 191.73 | 55.92 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 64 | 0 | 0.17 | 0.73 | 0.08 | 46.24 | 0.8 | 0.58 |
| Hex | EA | C3 | 40 | 0 | 11 | 49 | 8 | 2E | 50 | 3A |
| Octal | 352 | 303 | 100 | 0 | 21 | 111 | 10 | 56 | 120 | 72 |
| Binary | 11101010 | 11000011 | 1000000 | 0 | 10001 | 1001001 | 1000 | 101110 | 1010000 | 111010 |
Color Harmonies of #EAC340
Complementary color
Monochromatic Colors of #EAC340
Black with #EAC340
Text Example
Text Example
White with #EAC340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC340; }
p { color: rgb(234,195,64); }
H1.HeaderClassName
{
color: #EAC340;
}
.AnyTagClassName
{
color: #EAC340;
}
</style>
background-color css
<style>
a { background-color: #EAC340; }
a { background-color: rgb(234,195,64); }
div.DivClassName
{
background-color: #EAC340;
}
.BgClassName
{
background-color: #EAC340;
}
</style>
border-color css
<style>
span { border-color: #EAC340; }
span { border-color: rgb(234,195,64); }
td.TdClassName
{
border-color: #EAC340;
}
.TagClassName
{
border-color: #EAC340;
}
</style>