Shades of Festival #EAC242
Tints of Festival #EAC242
RGB
CMYK
RGB Variations
Color information
#EAC242 (or 0xEAC242) is known color: Festival. HEX triplet: EA, C2 and 42. RGB value is (234,194,66). Sum of RGB (Red+Green+Blue) = 234+194+66=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC242 is #153DBD. Grayscale: #BFBFBF. Windows color (decimal): -1392062 or 4375274. OLE color: 4375274.
HSL color Cylindrical-coordinate representation of color #EAC242: hue angle of 45.71º 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 #EAC242 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 66 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.08 |
| HSL | 45.71º | 0.8% | 0.59% | - |
| HSV(B) | 45.71º | 0.72% | 0.92% | - |
| XYZ | 54.21 | 56.47 | 13.2 | - |
| YUV | 191.37 | 57.25 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 66 | 0 | 0.17 | 0.72 | 0.08 | 45.71 | 0.8 | 0.59 |
| Hex | EA | C2 | 42 | 0 | 11 | 48 | 8 | 2E | 50 | 3B |
| Octal | 352 | 302 | 102 | 0 | 21 | 110 | 10 | 56 | 120 | 73 |
| Binary | 11101010 | 11000010 | 1000010 | 0 | 10001 | 1001000 | 1000 | 101110 | 1010000 | 111011 |
Color Harmonies of #EAC242
Complementary color
Monochromatic Colors of #EAC242
Black with #EAC242
Text Example
Text Example
White with #EAC242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC242; }
p { color: rgb(234,194,66); }
H1.HeaderClassName
{
color: #EAC242;
}
.AnyTagClassName
{
color: #EAC242;
}
</style>
background-color css
<style>
a { background-color: #EAC242; }
a { background-color: rgb(234,194,66); }
div.DivClassName
{
background-color: #EAC242;
}
.BgClassName
{
background-color: #EAC242;
}
</style>
border-color css
<style>
span { border-color: #EAC242; }
span { border-color: rgb(234,194,66); }
td.TdClassName
{
border-color: #EAC242;
}
.TagClassName
{
border-color: #EAC242;
}
</style>