Shades of Festival #EAC949
Tints of Festival #EAC949
RGB
CMYK
RGB Variations
Color information
#EAC949 (or 0xEAC949) is known color: Festival. HEX triplet: EA, C9 and 49. RGB value is (234,201,73). Sum of RGB (Red+Green+Blue) = 234+201+73=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC949 is #1536B6. Grayscale: #C4C4C4. Windows color (decimal): -1390263 or 4835818. OLE color: 4835818.
HSL color Cylindrical-coordinate representation of color #EAC949: hue angle of 47.7º 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 #EAC949 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 73 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.08 |
| HSL | 47.7º | 0.79% | 0.6% | - |
| HSV(B) | 47.7º | 0.69% | 0.92% | - |
| XYZ | 56.02 | 59.75 | 14.88 | - |
| YUV | 196.28 | 58.43 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 73 | 0 | 0.14 | 0.69 | 0.08 | 47.7 | 0.79 | 0.6 |
| Hex | EA | C9 | 49 | 0 | E | 45 | 8 | 30 | 4F | 3C |
| Octal | 352 | 311 | 111 | 0 | 16 | 105 | 10 | 60 | 117 | 74 |
| Binary | 11101010 | 11001001 | 1001001 | 0 | 1110 | 1000101 | 1000 | 110000 | 1001111 | 111100 |
Color Harmonies of #EAC949
Complementary color
Monochromatic Colors of #EAC949
Black with #EAC949
Text Example
Text Example
White with #EAC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC949; }
p { color: rgb(234,201,73); }
H1.HeaderClassName
{
color: #EAC949;
}
.AnyTagClassName
{
color: #EAC949;
}
</style>
background-color css
<style>
a { background-color: #EAC949; }
a { background-color: rgb(234,201,73); }
div.DivClassName
{
background-color: #EAC949;
}
.BgClassName
{
background-color: #EAC949;
}
</style>
border-color css
<style>
span { border-color: #EAC949; }
span { border-color: rgb(234,201,73); }
td.TdClassName
{
border-color: #EAC949;
}
.TagClassName
{
border-color: #EAC949;
}
</style>