Shades of Festival #EEC444
Tints of Festival #EEC444
RGB
CMYK
RGB Variations
Color information
#EEC444 (or 0xEEC444) is known color: Festival. HEX triplet: EE, C4 and 44. RGB value is (238,196,68). Sum of RGB (Red+Green+Blue) = 238+196+68=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 68 (26.95% from 255 or 13.55% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC444 is #113BBB. Grayscale: #C2C2C2. Windows color (decimal): -1129404 or 4506862. OLE color: 4506862.
HSL color Cylindrical-coordinate representation of color #EEC444: hue angle of 45.18º 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 #EEC444 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 68 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.07 |
| HSL | 45.18º | 0.83% | 0.6% | - |
| HSV(B) | 45.18º | 0.71% | 0.93% | - |
| XYZ | 56.04 | 58.07 | 13.72 | - |
| YUV | 193.97 | 56.91 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 68 | 0 | 0.18 | 0.71 | 0.07 | 45.18 | 0.83 | 0.6 |
| Hex | EE | C4 | 44 | 0 | 12 | 47 | 7 | 2D | 53 | 3C |
| Octal | 356 | 304 | 104 | 0 | 22 | 107 | 7 | 55 | 123 | 74 |
| Binary | 11101110 | 11000100 | 1000100 | 0 | 10010 | 1000111 | 111 | 101101 | 1010011 | 111100 |
Color Harmonies of #EEC444
Complementary color
Monochromatic Colors of #EEC444
Black with #EEC444
Text Example
Text Example
White with #EEC444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC444; }
p { color: rgb(238,196,68); }
H1.HeaderClassName
{
color: #EEC444;
}
.AnyTagClassName
{
color: #EEC444;
}
</style>
background-color css
<style>
a { background-color: #EEC444; }
a { background-color: rgb(238,196,68); }
div.DivClassName
{
background-color: #EEC444;
}
.BgClassName
{
background-color: #EEC444;
}
</style>
border-color css
<style>
span { border-color: #EEC444; }
span { border-color: rgb(238,196,68); }
td.TdClassName
{
border-color: #EEC444;
}
.TagClassName
{
border-color: #EEC444;
}
</style>