Shades of Festival #EAC54D
Tints of Festival #EAC54D
RGB
CMYK
RGB Variations
Color information
#EAC54D (or 0xEAC54D) is known color: Festival. HEX triplet: EA, C5 and 4D. RGB value is (234,197,77). Sum of RGB (Red+Green+Blue) = 234+197+77=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC54D is #153AB2. Grayscale: #C2C2C2. Windows color (decimal): -1391283 or 5096938. OLE color: 5096938.
HSL color Cylindrical-coordinate representation of color #EAC54D: hue angle of 45.86º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EAC54D is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 77 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.08 |
| HSL | 45.86º | 0.79% | 0.61% | - |
| HSV(B) | 45.86º | 0.67% | 0.92% | - |
| XYZ | 55.24 | 57.96 | 15.3 | - |
| YUV | 194.38 | 61.76 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 77 | 0 | 0.16 | 0.67 | 0.08 | 45.86 | 0.79 | 0.61 |
| Hex | EA | C5 | 4D | 0 | 10 | 43 | 8 | 2E | 4F | 3D |
| Octal | 352 | 305 | 115 | 0 | 20 | 103 | 10 | 56 | 117 | 75 |
| Binary | 11101010 | 11000101 | 1001101 | 0 | 10000 | 1000011 | 1000 | 101110 | 1001111 | 111101 |
Color Harmonies of #EAC54D
Complementary color
Monochromatic Colors of #EAC54D
Black with #EAC54D
Text Example
Text Example
White with #EAC54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC54D; }
p { color: rgb(234,197,77); }
H1.HeaderClassName
{
color: #EAC54D;
}
.AnyTagClassName
{
color: #EAC54D;
}
</style>
background-color css
<style>
a { background-color: #EAC54D; }
a { background-color: rgb(234,197,77); }
div.DivClassName
{
background-color: #EAC54D;
}
.BgClassName
{
background-color: #EAC54D;
}
</style>
border-color css
<style>
span { border-color: #EAC54D; }
span { border-color: rgb(234,197,77); }
td.TdClassName
{
border-color: #EAC54D;
}
.TagClassName
{
border-color: #EAC54D;
}
</style>