Shades of Festival #EAC542
Tints of Festival #EAC542
RGB
CMYK
RGB Variations
Color information
#EAC542 (or 0xEAC542) is known color: Festival. HEX triplet: EA, C5 and 42. RGB value is (234,197,66). Sum of RGB (Red+Green+Blue) = 234+197+66=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC542 is #153ABD. Grayscale: #C1C1C1. Windows color (decimal): -1391294 or 4376042. OLE color: 4376042.
HSL color Cylindrical-coordinate representation of color #EAC542: hue angle of 46.79º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EAC542 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 66 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.08 |
| HSL | 46.79º | 0.8% | 0.59% | - |
| HSV(B) | 46.79º | 0.72% | 0.92% | - |
| XYZ | 54.88 | 57.82 | 13.42 | - |
| YUV | 193.13 | 56.26 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 66 | 0 | 0.16 | 0.72 | 0.08 | 46.79 | 0.8 | 0.59 |
| Hex | EA | C5 | 42 | 0 | 10 | 48 | 8 | 2F | 50 | 3B |
| Octal | 352 | 305 | 102 | 0 | 20 | 110 | 10 | 57 | 120 | 73 |
| Binary | 11101010 | 11000101 | 1000010 | 0 | 10000 | 1001000 | 1000 | 101111 | 1010000 | 111011 |
Color Harmonies of #EAC542
Complementary color
Monochromatic Colors of #EAC542
Black with #EAC542
Text Example
Text Example
White with #EAC542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC542; }
p { color: rgb(234,197,66); }
H1.HeaderClassName
{
color: #EAC542;
}
.AnyTagClassName
{
color: #EAC542;
}
</style>
background-color css
<style>
a { background-color: #EAC542; }
a { background-color: rgb(234,197,66); }
div.DivClassName
{
background-color: #EAC542;
}
.BgClassName
{
background-color: #EAC542;
}
</style>
border-color css
<style>
span { border-color: #EAC542; }
span { border-color: rgb(234,197,66); }
td.TdClassName
{
border-color: #EAC542;
}
.TagClassName
{
border-color: #EAC542;
}
</style>