Shades of Festival #EEC745
Tints of Festival #EEC745
RGB
CMYK
RGB Variations
Color information
#EEC745 (or 0xEEC745) is known color: Festival. HEX triplet: EE, C7 and 45. RGB value is (238,199,69). Sum of RGB (Red+Green+Blue) = 238+199+69=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 69 (27.34% from 255 or 13.64% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC745 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC745 is #1138BA. Grayscale: #C4C4C4. Windows color (decimal): -1128635 or 4573166. OLE color: 4573166.
HSL color Cylindrical-coordinate representation of color #EEC745: hue angle of 46.15º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEC745 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 69 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.07 |
| HSL | 46.15º | 0.83% | 0.6% | - |
| HSV(B) | 46.15º | 0.71% | 0.93% | - |
| XYZ | 56.76 | 59.45 | 14.11 | - |
| YUV | 195.84 | 56.42 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 69 | 0 | 0.16 | 0.71 | 0.07 | 46.15 | 0.83 | 0.6 |
| Hex | EE | C7 | 45 | 0 | 10 | 47 | 7 | 2E | 53 | 3C |
| Octal | 356 | 307 | 105 | 0 | 20 | 107 | 7 | 56 | 123 | 74 |
| Binary | 11101110 | 11000111 | 1000101 | 0 | 10000 | 1000111 | 111 | 101110 | 1010011 | 111100 |
Color Harmonies of #EEC745
Complementary color
Monochromatic Colors of #EEC745
Black with #EEC745
Text Example
Text Example
White with #EEC745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC745; }
p { color: rgb(238,199,69); }
H1.HeaderClassName
{
color: #EEC745;
}
.AnyTagClassName
{
color: #EEC745;
}
</style>
background-color css
<style>
a { background-color: #EEC745; }
a { background-color: rgb(238,199,69); }
div.DivClassName
{
background-color: #EEC745;
}
.BgClassName
{
background-color: #EEC745;
}
</style>
border-color css
<style>
span { border-color: #EEC745; }
span { border-color: rgb(238,199,69); }
td.TdClassName
{
border-color: #EEC745;
}
.TagClassName
{
border-color: #EEC745;
}
</style>