Shades of Festival #EEC644
Tints of Festival #EEC644
RGB
CMYK
RGB Variations
Color information
#EEC644 (or 0xEEC644) is known color: Festival. HEX triplet: EE, C6 and 44. RGB value is (238,198,68). Sum of RGB (Red+Green+Blue) = 238+198+68=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 68 (26.95% from 255 or 13.49% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC644 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC644 is #1139BB. Grayscale: #C3C3C3. Windows color (decimal): -1128892 or 4507374. OLE color: 4507374.
HSL color Cylindrical-coordinate representation of color #EEC644: hue angle of 45.88º 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 #EEC644 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 68 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.07 |
| HSL | 45.88º | 0.83% | 0.6% | - |
| HSV(B) | 45.88º | 0.71% | 0.93% | - |
| XYZ | 56.5 | 58.98 | 13.88 | - |
| YUV | 195.14 | 56.25 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 68 | 0 | 0.17 | 0.71 | 0.07 | 45.88 | 0.83 | 0.6 |
| Hex | EE | C6 | 44 | 0 | 11 | 47 | 7 | 2E | 53 | 3C |
| Octal | 356 | 306 | 104 | 0 | 21 | 107 | 7 | 56 | 123 | 74 |
| Binary | 11101110 | 11000110 | 1000100 | 0 | 10001 | 1000111 | 111 | 101110 | 1010011 | 111100 |
Color Harmonies of #EEC644
Complementary color
Monochromatic Colors of #EEC644
Black with #EEC644
Text Example
Text Example
White with #EEC644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC644; }
p { color: rgb(238,198,68); }
H1.HeaderClassName
{
color: #EEC644;
}
.AnyTagClassName
{
color: #EEC644;
}
</style>
background-color css
<style>
a { background-color: #EEC644; }
a { background-color: rgb(238,198,68); }
div.DivClassName
{
background-color: #EEC644;
}
.BgClassName
{
background-color: #EEC644;
}
</style>
border-color css
<style>
span { border-color: #EEC644; }
span { border-color: rgb(238,198,68); }
td.TdClassName
{
border-color: #EEC644;
}
.TagClassName
{
border-color: #EEC644;
}
</style>