Shades of Festival #EAC644
Tints of Festival #EAC644
RGB
CMYK
RGB Variations
Color information
#EAC644 (or 0xEAC644) is known color: Festival. HEX triplet: EA, C6 and 44. RGB value is (234,198,68). Sum of RGB (Red+Green+Blue) = 234+198+68=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 68 (26.95% from 255 or 13.6% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC644 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC644 is #1539BB. Grayscale: #C2C2C2. Windows color (decimal): -1391036 or 4507370. OLE color: 4507370.
HSL color Cylindrical-coordinate representation of color #EAC644: hue angle of 46.99º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAC644 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 68 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.08 |
| HSL | 46.99º | 0.8% | 0.59% | - |
| HSV(B) | 46.99º | 0.71% | 0.92% | - |
| XYZ | 55.17 | 58.3 | 13.81 | - |
| YUV | 193.94 | 56.93 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 68 | 0 | 0.15 | 0.71 | 0.08 | 46.99 | 0.8 | 0.59 |
| Hex | EA | C6 | 44 | 0 | F | 47 | 8 | 2F | 50 | 3B |
| Octal | 352 | 306 | 104 | 0 | 17 | 107 | 10 | 57 | 120 | 73 |
| Binary | 11101010 | 11000110 | 1000100 | 0 | 1111 | 1000111 | 1000 | 101111 | 1010000 | 111011 |
Color Harmonies of #EAC644
Complementary color
Monochromatic Colors of #EAC644
Black with #EAC644
Text Example
Text Example
White with #EAC644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC644; }
p { color: rgb(234,198,68); }
H1.HeaderClassName
{
color: #EAC644;
}
.AnyTagClassName
{
color: #EAC644;
}
</style>
background-color css
<style>
a { background-color: #EAC644; }
a { background-color: rgb(234,198,68); }
div.DivClassName
{
background-color: #EAC644;
}
.BgClassName
{
background-color: #EAC644;
}
</style>
border-color css
<style>
span { border-color: #EAC644; }
span { border-color: rgb(234,198,68); }
td.TdClassName
{
border-color: #EAC644;
}
.TagClassName
{
border-color: #EAC644;
}
</style>