Shades of Festival #EAC043
Tints of Festival #EAC043
RGB
CMYK
RGB Variations
Color information
#EAC043 (or 0xEAC043) is known color: Festival. HEX triplet: EA, C0 and 43. RGB value is (234,192,67). Sum of RGB (Red+Green+Blue) = 234+192+67=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 67 (26.56% from 255 or 13.59% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC043 is #153FBC. Grayscale: #BEBEBE. Windows color (decimal): -1392573 or 4440298. OLE color: 4440298.
HSL color Cylindrical-coordinate representation of color #EAC043: hue angle of 44.91º 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 #EAC043 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 67 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.08 |
| HSL | 44.91º | 0.8% | 0.59% | - |
| HSV(B) | 44.91º | 0.71% | 0.92% | - |
| XYZ | 53.79 | 55.6 | 13.21 | - |
| YUV | 190.31 | 58.41 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 67 | 0 | 0.18 | 0.71 | 0.08 | 44.91 | 0.8 | 0.59 |
| Hex | EA | C0 | 43 | 0 | 12 | 47 | 8 | 2D | 50 | 3B |
| Octal | 352 | 300 | 103 | 0 | 22 | 107 | 10 | 55 | 120 | 73 |
| Binary | 11101010 | 11000000 | 1000011 | 0 | 10010 | 1000111 | 1000 | 101101 | 1010000 | 111011 |
Color Harmonies of #EAC043
Complementary color
Monochromatic Colors of #EAC043
Black with #EAC043
Text Example
Text Example
White with #EAC043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC043; }
p { color: rgb(234,192,67); }
H1.HeaderClassName
{
color: #EAC043;
}
.AnyTagClassName
{
color: #EAC043;
}
</style>
background-color css
<style>
a { background-color: #EAC043; }
a { background-color: rgb(234,192,67); }
div.DivClassName
{
background-color: #EAC043;
}
.BgClassName
{
background-color: #EAC043;
}
</style>
border-color css
<style>
span { border-color: #EAC043; }
span { border-color: rgb(234,192,67); }
td.TdClassName
{
border-color: #EAC043;
}
.TagClassName
{
border-color: #EAC043;
}
</style>