Shades of Festival #EAC445
Tints of Festival #EAC445
RGB
CMYK
RGB Variations
Color information
#EAC445 (or 0xEAC445) is known color: Festival. HEX triplet: EA, C4 and 45. RGB value is (234,196,69). Sum of RGB (Red+Green+Blue) = 234+196+69=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC445 is #153BBA. Grayscale: #C1C1C1. Windows color (decimal): -1391547 or 4572394. OLE color: 4572394.
HSL color Cylindrical-coordinate representation of color #EAC445: hue angle of 46.18º 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 #EAC445 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 69 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.08 |
| HSL | 46.18º | 0.8% | 0.59% | - |
| HSV(B) | 46.18º | 0.71% | 0.92% | - |
| XYZ | 54.75 | 57.4 | 13.82 | - |
| YUV | 192.88 | 58.09 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 69 | 0 | 0.16 | 0.71 | 0.08 | 46.18 | 0.8 | 0.59 |
| Hex | EA | C4 | 45 | 0 | 10 | 47 | 8 | 2E | 50 | 3B |
| Octal | 352 | 304 | 105 | 0 | 20 | 107 | 10 | 56 | 120 | 73 |
| Binary | 11101010 | 11000100 | 1000101 | 0 | 10000 | 1000111 | 1000 | 101110 | 1010000 | 111011 |
Color Harmonies of #EAC445
Complementary color
Monochromatic Colors of #EAC445
Black with #EAC445
Text Example
Text Example
White with #EAC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC445; }
p { color: rgb(234,196,69); }
H1.HeaderClassName
{
color: #EAC445;
}
.AnyTagClassName
{
color: #EAC445;
}
</style>
background-color css
<style>
a { background-color: #EAC445; }
a { background-color: rgb(234,196,69); }
div.DivClassName
{
background-color: #EAC445;
}
.BgClassName
{
background-color: #EAC445;
}
</style>
border-color css
<style>
span { border-color: #EAC445; }
span { border-color: rgb(234,196,69); }
td.TdClassName
{
border-color: #EAC445;
}
.TagClassName
{
border-color: #EAC445;
}
</style>