Shades of Festival #EEC641
Tints of Festival #EEC641
RGB
CMYK
RGB Variations
Color information
#EEC641 (or 0xEEC641) is known color: Festival. HEX triplet: EE, C6 and 41. RGB value is (238,198,65). Sum of RGB (Red+Green+Blue) = 238+198+65=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 65 (25.78% from 255 or 12.97% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC641 is #1139BE. Grayscale: #C3C3C3. Windows color (decimal): -1128895 or 4310766. OLE color: 4310766.
HSL color Cylindrical-coordinate representation of color #EEC641: hue angle of 46.13º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEC641 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 65 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.07 |
| HSL | 46.13º | 0.84% | 0.59% | - |
| HSV(B) | 46.13º | 0.73% | 0.93% | - |
| XYZ | 56.41 | 58.95 | 13.41 | - |
| YUV | 194.8 | 54.75 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 65 | 0 | 0.17 | 0.73 | 0.07 | 46.13 | 0.84 | 0.59 |
| Hex | EE | C6 | 41 | 0 | 11 | 49 | 7 | 2E | 54 | 3B |
| Octal | 356 | 306 | 101 | 0 | 21 | 111 | 7 | 56 | 124 | 73 |
| Binary | 11101110 | 11000110 | 1000001 | 0 | 10001 | 1001001 | 111 | 101110 | 1010100 | 111011 |
Color Harmonies of #EEC641
Complementary color
Monochromatic Colors of #EEC641
Black with #EEC641
Text Example
Text Example
White with #EEC641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC641; }
p { color: rgb(238,198,65); }
H1.HeaderClassName
{
color: #EEC641;
}
.AnyTagClassName
{
color: #EEC641;
}
</style>
background-color css
<style>
a { background-color: #EEC641; }
a { background-color: rgb(238,198,65); }
div.DivClassName
{
background-color: #EEC641;
}
.BgClassName
{
background-color: #EEC641;
}
</style>
border-color css
<style>
span { border-color: #EEC641; }
span { border-color: rgb(238,198,65); }
td.TdClassName
{
border-color: #EEC641;
}
.TagClassName
{
border-color: #EEC641;
}
</style>