Shades of Festival #EAC849
Tints of Festival #EAC849
RGB
CMYK
RGB Variations
Color information
#EAC849 (or 0xEAC849) is known color: Festival. HEX triplet: EA, C8 and 49. RGB value is (234,200,73). Sum of RGB (Red+Green+Blue) = 234+200+73=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC849 is #1537B6. Grayscale: #C4C4C4. Windows color (decimal): -1390519 or 4835562. OLE color: 4835562.
HSL color Cylindrical-coordinate representation of color #EAC849: hue angle of 47.33º 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 #EAC849 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 73 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.08 |
| HSL | 47.33º | 0.79% | 0.6% | - |
| HSV(B) | 47.33º | 0.69% | 0.92% | - |
| XYZ | 55.79 | 59.28 | 14.81 | - |
| YUV | 195.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 73 | 0 | 0.15 | 0.69 | 0.08 | 47.33 | 0.79 | 0.6 |
| Hex | EA | C8 | 49 | 0 | F | 45 | 8 | 2F | 4F | 3C |
| Octal | 352 | 310 | 111 | 0 | 17 | 105 | 10 | 57 | 117 | 74 |
| Binary | 11101010 | 11001000 | 1001001 | 0 | 1111 | 1000101 | 1000 | 101111 | 1001111 | 111100 |
Color Harmonies of #EAC849
Complementary color
Monochromatic Colors of #EAC849
Black with #EAC849
Text Example
Text Example
White with #EAC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC849; }
p { color: rgb(234,200,73); }
H1.HeaderClassName
{
color: #EAC849;
}
.AnyTagClassName
{
color: #EAC849;
}
</style>
background-color css
<style>
a { background-color: #EAC849; }
a { background-color: rgb(234,200,73); }
div.DivClassName
{
background-color: #EAC849;
}
.BgClassName
{
background-color: #EAC849;
}
</style>
border-color css
<style>
span { border-color: #EAC849; }
span { border-color: rgb(234,200,73); }
td.TdClassName
{
border-color: #EAC849;
}
.TagClassName
{
border-color: #EAC849;
}
</style>