Shades of Festival #EAC54A
Tints of Festival #EAC54A
RGB
CMYK
RGB Variations
Color information
#EAC54A (or 0xEAC54A) is known color: Festival. HEX triplet: EA, C5 and 4A. RGB value is (234,197,74). Sum of RGB (Red+Green+Blue) = 234+197+74=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC54A is #153AB5. Grayscale: #C2C2C2. Windows color (decimal): -1391286 or 4900330. OLE color: 4900330.
HSL color Cylindrical-coordinate representation of color #EAC54A: hue angle of 46.12º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAC54A is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 74 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.08 |
| HSL | 46.13º | 0.79% | 0.6% | - |
| HSV(B) | 46.13º | 0.68% | 0.92% | - |
| XYZ | 55.13 | 57.92 | 14.75 | - |
| YUV | 194.04 | 60.26 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 74 | 0 | 0.16 | 0.68 | 0.08 | 46.13 | 0.79 | 0.6 |
| Hex | EA | C5 | 4A | 0 | 10 | 44 | 8 | 2E | 4F | 3C |
| Octal | 352 | 305 | 112 | 0 | 20 | 104 | 10 | 56 | 117 | 74 |
| Binary | 11101010 | 11000101 | 1001010 | 0 | 10000 | 1000100 | 1000 | 101110 | 1001111 | 111100 |
Color Harmonies of #EAC54A
Complementary color
Monochromatic Colors of #EAC54A
Black with #EAC54A
Text Example
Text Example
White with #EAC54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC54A; }
p { color: rgb(234,197,74); }
H1.HeaderClassName
{
color: #EAC54A;
}
.AnyTagClassName
{
color: #EAC54A;
}
</style>
background-color css
<style>
a { background-color: #EAC54A; }
a { background-color: rgb(234,197,74); }
div.DivClassName
{
background-color: #EAC54A;
}
.BgClassName
{
background-color: #EAC54A;
}
</style>
border-color css
<style>
span { border-color: #EAC54A; }
span { border-color: rgb(234,197,74); }
td.TdClassName
{
border-color: #EAC54A;
}
.TagClassName
{
border-color: #EAC54A;
}
</style>