Shades of Festival #EEC547
Tints of Festival #EEC547
RGB
CMYK
RGB Variations
Color information
#EEC547 (or 0xEEC547) is known color: Festival. HEX triplet: EE, C5 and 47. RGB value is (238,197,71). Sum of RGB (Red+Green+Blue) = 238+197+71=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 71 (28.12% from 255 or 14.03% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC547 is #113AB8. Grayscale: #C3C3C3. Windows color (decimal): -1129145 or 4703726. OLE color: 4703726.
HSL color Cylindrical-coordinate representation of color #EEC547: hue angle of 45.27º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EEC547 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 71 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.07 |
| HSL | 45.27º | 0.83% | 0.61% | - |
| HSV(B) | 45.27º | 0.7% | 0.93% | - |
| XYZ | 56.36 | 58.56 | 14.29 | - |
| YUV | 194.9 | 58.08 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 71 | 0 | 0.17 | 0.70 | 0.07 | 45.27 | 0.83 | 0.61 |
| Hex | EE | C5 | 47 | 0 | 11 | 46 | 7 | 2D | 53 | 3D |
| Octal | 356 | 305 | 107 | 0 | 21 | 106 | 7 | 55 | 123 | 75 |
| Binary | 11101110 | 11000101 | 1000111 | 0 | 10001 | 1000110 | 111 | 101101 | 1010011 | 111101 |
Color Harmonies of #EEC547
Complementary color
Monochromatic Colors of #EEC547
Black with #EEC547
Text Example
Text Example
White with #EEC547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC547; }
p { color: rgb(238,197,71); }
H1.HeaderClassName
{
color: #EEC547;
}
.AnyTagClassName
{
color: #EEC547;
}
</style>
background-color css
<style>
a { background-color: #EEC547; }
a { background-color: rgb(238,197,71); }
div.DivClassName
{
background-color: #EEC547;
}
.BgClassName
{
background-color: #EEC547;
}
</style>
border-color css
<style>
span { border-color: #EEC547; }
span { border-color: rgb(238,197,71); }
td.TdClassName
{
border-color: #EEC547;
}
.TagClassName
{
border-color: #EEC547;
}
</style>