Shades of Festival #EAC446
Tints of Festival #EAC446
RGB
CMYK
RGB Variations
Color information
#EAC446 (or 0xEAC446) is known color: Festival. HEX triplet: EA, C4 and 46. RGB value is (234,196,70). Sum of RGB (Red+Green+Blue) = 234+196+70=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 70 (27.73% from 255 or 14% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC446 is #153BB9. Grayscale: #C1C1C1. Windows color (decimal): -1391546 or 4637930. OLE color: 4637930.
HSL color Cylindrical-coordinate representation of color #EAC446: hue angle of 46.1º 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 #EAC446 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 70 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.08 |
| HSL | 46.1º | 0.8% | 0.6% | - |
| HSV(B) | 46.1º | 0.7% | 0.92% | - |
| XYZ | 54.78 | 57.41 | 13.99 | - |
| YUV | 193 | 58.59 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 70 | 0 | 0.16 | 0.70 | 0.08 | 46.1 | 0.8 | 0.6 |
| Hex | EA | C4 | 46 | 0 | 10 | 46 | 8 | 2E | 50 | 3C |
| Octal | 352 | 304 | 106 | 0 | 20 | 106 | 10 | 56 | 120 | 74 |
| Binary | 11101010 | 11000100 | 1000110 | 0 | 10000 | 1000110 | 1000 | 101110 | 1010000 | 111100 |
Color Harmonies of #EAC446
Complementary color
Monochromatic Colors of #EAC446
Black with #EAC446
Text Example
Text Example
White with #EAC446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC446; }
p { color: rgb(234,196,70); }
H1.HeaderClassName
{
color: #EAC446;
}
.AnyTagClassName
{
color: #EAC446;
}
</style>
background-color css
<style>
a { background-color: #EAC446; }
a { background-color: rgb(234,196,70); }
div.DivClassName
{
background-color: #EAC446;
}
.BgClassName
{
background-color: #EAC446;
}
</style>
border-color css
<style>
span { border-color: #EAC446; }
span { border-color: rgb(234,196,70); }
td.TdClassName
{
border-color: #EAC446;
}
.TagClassName
{
border-color: #EAC446;
}
</style>