Shades of Festival #EEC845
Tints of Festival #EEC845
RGB
CMYK
RGB Variations
Color information
#EEC845 (or 0xEEC845) is known color: Festival. HEX triplet: EE, C8 and 45. RGB value is (238,200,69). Sum of RGB (Red+Green+Blue) = 238+200+69=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 69 (27.34% from 255 or 13.61% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC845 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC845 is #1137BA. Grayscale: #C4C4C4. Windows color (decimal): -1128379 or 4573422. OLE color: 4573422.
HSL color Cylindrical-coordinate representation of color #EEC845: hue angle of 46.51º 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 #EEC845 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 69 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.07 |
| HSL | 46.51º | 0.83% | 0.6% | - |
| HSV(B) | 46.51º | 0.71% | 0.93% | - |
| XYZ | 56.99 | 59.92 | 14.19 | - |
| YUV | 196.43 | 56.09 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 69 | 0 | 0.16 | 0.71 | 0.07 | 46.51 | 0.83 | 0.6 |
| Hex | EE | C8 | 45 | 0 | 10 | 47 | 7 | 2F | 53 | 3C |
| Octal | 356 | 310 | 105 | 0 | 20 | 107 | 7 | 57 | 123 | 74 |
| Binary | 11101110 | 11001000 | 1000101 | 0 | 10000 | 1000111 | 111 | 101111 | 1010011 | 111100 |
Color Harmonies of #EEC845
Complementary color
Monochromatic Colors of #EEC845
Black with #EEC845
Text Example
Text Example
White with #EEC845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC845; }
p { color: rgb(238,200,69); }
H1.HeaderClassName
{
color: #EEC845;
}
.AnyTagClassName
{
color: #EEC845;
}
</style>
background-color css
<style>
a { background-color: #EEC845; }
a { background-color: rgb(238,200,69); }
div.DivClassName
{
background-color: #EEC845;
}
.BgClassName
{
background-color: #EEC845;
}
</style>
border-color css
<style>
span { border-color: #EEC845; }
span { border-color: rgb(238,200,69); }
td.TdClassName
{
border-color: #EEC845;
}
.TagClassName
{
border-color: #EEC845;
}
</style>