Shades of Festival #EAC341
Tints of Festival #EAC341
RGB
CMYK
RGB Variations
Color information
#EAC341 (or 0xEAC341) is known color: Festival. HEX triplet: EA, C3 and 41. RGB value is (234,195,65). Sum of RGB (Red+Green+Blue) = 234+195+65=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 65 (25.78% from 255 or 13.16% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC341 is #153CBE. Grayscale: #C0C0C0. Windows color (decimal): -1391807 or 4309994. OLE color: 4309994.
HSL color Cylindrical-coordinate representation of color #EAC341: hue angle of 46.15º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EAC341 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 65 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.08 |
| HSL | 46.15º | 0.8% | 0.59% | - |
| HSV(B) | 46.15º | 0.72% | 0.92% | - |
| XYZ | 54.4 | 56.9 | 13.12 | - |
| YUV | 191.84 | 56.42 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 65 | 0 | 0.17 | 0.72 | 0.08 | 46.15 | 0.8 | 0.59 |
| Hex | EA | C3 | 41 | 0 | 11 | 48 | 8 | 2E | 50 | 3B |
| Octal | 352 | 303 | 101 | 0 | 21 | 110 | 10 | 56 | 120 | 73 |
| Binary | 11101010 | 11000011 | 1000001 | 0 | 10001 | 1001000 | 1000 | 101110 | 1010000 | 111011 |
Color Harmonies of #EAC341
Complementary color
Monochromatic Colors of #EAC341
Black with #EAC341
Text Example
Text Example
White with #EAC341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC341; }
p { color: rgb(234,195,65); }
H1.HeaderClassName
{
color: #EAC341;
}
.AnyTagClassName
{
color: #EAC341;
}
</style>
background-color css
<style>
a { background-color: #EAC341; }
a { background-color: rgb(234,195,65); }
div.DivClassName
{
background-color: #EAC341;
}
.BgClassName
{
background-color: #EAC341;
}
</style>
border-color css
<style>
span { border-color: #EAC341; }
span { border-color: rgb(234,195,65); }
td.TdClassName
{
border-color: #EAC341;
}
.TagClassName
{
border-color: #EAC341;
}
</style>