Shades of Festival #EACC46
Tints of Festival #EACC46
RGB
CMYK
RGB Variations
Color information
#EACC46 (or 0xEACC46) is known color: Festival. HEX triplet: EA, CC and 46. RGB value is (234,204,70). Sum of RGB (Red+Green+Blue) = 234+204+70=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 70 (27.73% from 255 or 13.78% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC46 is #1533B9. Grayscale: #C6C6C6. Windows color (decimal): -1389498 or 4639978. OLE color: 4639978.
HSL color Cylindrical-coordinate representation of color #EACC46: hue angle of 49.02º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EACC46 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 70 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.08 |
| HSL | 49.02º | 0.8% | 0.6% | - |
| HSV(B) | 49.02º | 0.7% | 0.92% | - |
| XYZ | 56.63 | 61.12 | 14.61 | - |
| YUV | 197.69 | 55.94 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 70 | 0 | 0.13 | 0.70 | 0.08 | 49.02 | 0.8 | 0.6 |
| Hex | EA | CC | 46 | 0 | D | 46 | 8 | 31 | 50 | 3C |
| Octal | 352 | 314 | 106 | 0 | 15 | 106 | 10 | 61 | 120 | 74 |
| Binary | 11101010 | 11001100 | 1000110 | 0 | 1101 | 1000110 | 1000 | 110001 | 1010000 | 111100 |
Color Harmonies of #EACC46
Complementary color
Monochromatic Colors of #EACC46
Black with #EACC46
Text Example
Text Example
White with #EACC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC46; }
p { color: rgb(234,204,70); }
H1.HeaderClassName
{
color: #EACC46;
}
.AnyTagClassName
{
color: #EACC46;
}
</style>
background-color css
<style>
a { background-color: #EACC46; }
a { background-color: rgb(234,204,70); }
div.DivClassName
{
background-color: #EACC46;
}
.BgClassName
{
background-color: #EACC46;
}
</style>
border-color css
<style>
span { border-color: #EACC46; }
span { border-color: rgb(234,204,70); }
td.TdClassName
{
border-color: #EACC46;
}
.TagClassName
{
border-color: #EACC46;
}
</style>