Shades of Festival #EAC349
Tints of Festival #EAC349
RGB
CMYK
RGB Variations
Color information
#EAC349 (or 0xEAC349) is known color: Festival. HEX triplet: EA, C3 and 49. RGB value is (234,195,73). Sum of RGB (Red+Green+Blue) = 234+195+73=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC349 is #153CB6. Grayscale: #C1C1C1. Windows color (decimal): -1391799 or 4834282. OLE color: 4834282.
HSL color Cylindrical-coordinate representation of color #EAC349: hue angle of 45.47º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAC349 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 73 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.08 |
| HSL | 45.47º | 0.79% | 0.6% | - |
| HSV(B) | 45.47º | 0.69% | 0.92% | - |
| XYZ | 54.65 | 57 | 14.43 | - |
| YUV | 192.75 | 60.42 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 73 | 0 | 0.17 | 0.69 | 0.08 | 45.47 | 0.79 | 0.6 |
| Hex | EA | C3 | 49 | 0 | 11 | 45 | 8 | 2D | 4F | 3C |
| Octal | 352 | 303 | 111 | 0 | 21 | 105 | 10 | 55 | 117 | 74 |
| Binary | 11101010 | 11000011 | 1001001 | 0 | 10001 | 1000101 | 1000 | 101101 | 1001111 | 111100 |
Color Harmonies of #EAC349
Complementary color
Monochromatic Colors of #EAC349
Black with #EAC349
Text Example
Text Example
White with #EAC349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC349; }
p { color: rgb(234,195,73); }
H1.HeaderClassName
{
color: #EAC349;
}
.AnyTagClassName
{
color: #EAC349;
}
</style>
background-color css
<style>
a { background-color: #EAC349; }
a { background-color: rgb(234,195,73); }
div.DivClassName
{
background-color: #EAC349;
}
.BgClassName
{
background-color: #EAC349;
}
</style>
border-color css
<style>
span { border-color: #EAC349; }
span { border-color: rgb(234,195,73); }
td.TdClassName
{
border-color: #EAC349;
}
.TagClassName
{
border-color: #EAC349;
}
</style>