Shades of Festival #EAC545
Tints of Festival #EAC545
RGB
CMYK
RGB Variations
Color information
#EAC545 (or 0xEAC545) is known color: Festival. HEX triplet: EA, C5 and 45. RGB value is (234,197,69). Sum of RGB (Red+Green+Blue) = 234+197+69=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC545 is #153ABA. Grayscale: #C2C2C2. Windows color (decimal): -1391291 or 4572650. OLE color: 4572650.
HSL color Cylindrical-coordinate representation of color #EAC545: hue angle of 46.55º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAC545 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 69 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.08 |
| HSL | 46.55º | 0.8% | 0.59% | - |
| HSV(B) | 46.55º | 0.71% | 0.92% | - |
| XYZ | 54.97 | 57.85 | 13.9 | - |
| YUV | 193.47 | 57.76 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 69 | 0 | 0.16 | 0.71 | 0.08 | 46.55 | 0.8 | 0.59 |
| Hex | EA | C5 | 45 | 0 | 10 | 47 | 8 | 2F | 50 | 3B |
| Octal | 352 | 305 | 105 | 0 | 20 | 107 | 10 | 57 | 120 | 73 |
| Binary | 11101010 | 11000101 | 1000101 | 0 | 10000 | 1000111 | 1000 | 101111 | 1010000 | 111011 |
Color Harmonies of #EAC545
Complementary color
Monochromatic Colors of #EAC545
Black with #EAC545
Text Example
Text Example
White with #EAC545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC545; }
p { color: rgb(234,197,69); }
H1.HeaderClassName
{
color: #EAC545;
}
.AnyTagClassName
{
color: #EAC545;
}
</style>
background-color css
<style>
a { background-color: #EAC545; }
a { background-color: rgb(234,197,69); }
div.DivClassName
{
background-color: #EAC545;
}
.BgClassName
{
background-color: #EAC545;
}
</style>
border-color css
<style>
span { border-color: #EAC545; }
span { border-color: rgb(234,197,69); }
td.TdClassName
{
border-color: #EAC545;
}
.TagClassName
{
border-color: #EAC545;
}
</style>