Shades of Festival #EAC244
Tints of Festival #EAC244
RGB
CMYK
RGB Variations
Color information
#EAC244 (or 0xEAC244) is known color: Festival. HEX triplet: EA, C2 and 44. RGB value is (234,194,68). Sum of RGB (Red+Green+Blue) = 234+194+68=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 68 (26.95% from 255 or 13.71% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC244 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC244 is #153DBB. Grayscale: #C0C0C0. Windows color (decimal): -1392060 or 4506346. OLE color: 4506346.
HSL color Cylindrical-coordinate representation of color #EAC244: hue angle of 45.54º 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 #EAC244 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 68 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.08 |
| HSL | 45.54º | 0.8% | 0.59% | - |
| HSV(B) | 45.54º | 0.71% | 0.92% | - |
| XYZ | 54.27 | 56.49 | 13.51 | - |
| YUV | 191.6 | 58.25 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 68 | 0 | 0.17 | 0.71 | 0.08 | 45.54 | 0.8 | 0.59 |
| Hex | EA | C2 | 44 | 0 | 11 | 47 | 8 | 2E | 50 | 3B |
| Octal | 352 | 302 | 104 | 0 | 21 | 107 | 10 | 56 | 120 | 73 |
| Binary | 11101010 | 11000010 | 1000100 | 0 | 10001 | 1000111 | 1000 | 101110 | 1010000 | 111011 |
Color Harmonies of #EAC244
Complementary color
Monochromatic Colors of #EAC244
Black with #EAC244
Text Example
Text Example
White with #EAC244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC244; }
p { color: rgb(234,194,68); }
H1.HeaderClassName
{
color: #EAC244;
}
.AnyTagClassName
{
color: #EAC244;
}
</style>
background-color css
<style>
a { background-color: #EAC244; }
a { background-color: rgb(234,194,68); }
div.DivClassName
{
background-color: #EAC244;
}
.BgClassName
{
background-color: #EAC244;
}
</style>
border-color css
<style>
span { border-color: #EAC244; }
span { border-color: rgb(234,194,68); }
td.TdClassName
{
border-color: #EAC244;
}
.TagClassName
{
border-color: #EAC244;
}
</style>