Shades of Festival #EACC40
Tints of Festival #EACC40
RGB
CMYK
RGB Variations
Color information
#EACC40 (or 0xEACC40) is known color: Festival. HEX triplet: EA, CC and 40. RGB value is (234,204,64). Sum of RGB (Red+Green+Blue) = 234+204+64=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC40 is #1533BF. Grayscale: #C5C5C5. Windows color (decimal): -1389504 or 4246762. OLE color: 4246762.
HSL color Cylindrical-coordinate representation of color #EACC40: hue angle of 49.41º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EACC40 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 64 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.08 |
| HSL | 49.41º | 0.8% | 0.58% | - |
| HSV(B) | 49.41º | 0.73% | 0.92% | - |
| XYZ | 56.45 | 61.05 | 13.66 | - |
| YUV | 197.01 | 52.94 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 64 | 0 | 0.13 | 0.73 | 0.08 | 49.41 | 0.8 | 0.58 |
| Hex | EA | CC | 40 | 0 | D | 49 | 8 | 31 | 50 | 3A |
| Octal | 352 | 314 | 100 | 0 | 15 | 111 | 10 | 61 | 120 | 72 |
| Binary | 11101010 | 11001100 | 1000000 | 0 | 1101 | 1001001 | 1000 | 110001 | 1010000 | 111010 |
Color Harmonies of #EACC40
Complementary color
Monochromatic Colors of #EACC40
Black with #EACC40
Text Example
Text Example
White with #EACC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC40; }
p { color: rgb(234,204,64); }
H1.HeaderClassName
{
color: #EACC40;
}
.AnyTagClassName
{
color: #EACC40;
}
</style>
background-color css
<style>
a { background-color: #EACC40; }
a { background-color: rgb(234,204,64); }
div.DivClassName
{
background-color: #EACC40;
}
.BgClassName
{
background-color: #EACC40;
}
</style>
border-color css
<style>
span { border-color: #EACC40; }
span { border-color: rgb(234,204,64); }
td.TdClassName
{
border-color: #EACC40;
}
.TagClassName
{
border-color: #EACC40;
}
</style>