Shades of Festival #EAC84D
Tints of Festival #EAC84D
RGB
CMYK
RGB Variations
Color information
#EAC84D (or 0xEAC84D) is known color: Festival. HEX triplet: EA, C8 and 4D. RGB value is (234,200,77). Sum of RGB (Red+Green+Blue) = 234+200+77=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC84D is #1537B2. Grayscale: #C4C4C4. Windows color (decimal): -1390515 or 5097706. OLE color: 5097706.
HSL color Cylindrical-coordinate representation of color #EAC84D: hue angle of 47.01º 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 #EAC84D is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 77 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.08 |
| HSL | 47.01º | 0.79% | 0.61% | - |
| HSV(B) | 47.01º | 0.67% | 0.92% | - |
| XYZ | 55.93 | 59.34 | 15.53 | - |
| YUV | 196.14 | 60.76 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 77 | 0 | 0.15 | 0.67 | 0.08 | 47.01 | 0.79 | 0.61 |
| Hex | EA | C8 | 4D | 0 | F | 43 | 8 | 2F | 4F | 3D |
| Octal | 352 | 310 | 115 | 0 | 17 | 103 | 10 | 57 | 117 | 75 |
| Binary | 11101010 | 11001000 | 1001101 | 0 | 1111 | 1000011 | 1000 | 101111 | 1001111 | 111101 |
Color Harmonies of #EAC84D
Complementary color
Monochromatic Colors of #EAC84D
Black with #EAC84D
Text Example
Text Example
White with #EAC84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC84D; }
p { color: rgb(234,200,77); }
H1.HeaderClassName
{
color: #EAC84D;
}
.AnyTagClassName
{
color: #EAC84D;
}
</style>
background-color css
<style>
a { background-color: #EAC84D; }
a { background-color: rgb(234,200,77); }
div.DivClassName
{
background-color: #EAC84D;
}
.BgClassName
{
background-color: #EAC84D;
}
</style>
border-color css
<style>
span { border-color: #EAC84D; }
span { border-color: rgb(234,200,77); }
td.TdClassName
{
border-color: #EAC84D;
}
.TagClassName
{
border-color: #EAC84D;
}
</style>