Shades of Festival #EEC541
Tints of Festival #EEC541
RGB
CMYK
RGB Variations
Color information
#EEC541 (or 0xEEC541) is known color: Festival. HEX triplet: EE, C5 and 41. RGB value is (238,197,65). Sum of RGB (Red+Green+Blue) = 238+197+65=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 65 (25.78% from 255 or 13% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC541 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC541 is #113ABE. Grayscale: #C2C2C2. Windows color (decimal): -1129151 or 4310510. OLE color: 4310510.
HSL color Cylindrical-coordinate representation of color #EEC541: hue angle of 45.78º 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 #EEC541 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 65 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.07 |
| HSL | 45.78º | 0.84% | 0.59% | - |
| HSV(B) | 45.78º | 0.73% | 0.93% | - |
| XYZ | 56.18 | 58.49 | 13.33 | - |
| YUV | 194.21 | 55.08 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 65 | 0 | 0.17 | 0.73 | 0.07 | 45.78 | 0.84 | 0.59 |
| Hex | EE | C5 | 41 | 0 | 11 | 49 | 7 | 2E | 54 | 3B |
| Octal | 356 | 305 | 101 | 0 | 21 | 111 | 7 | 56 | 124 | 73 |
| Binary | 11101110 | 11000101 | 1000001 | 0 | 10001 | 1001001 | 111 | 101110 | 1010100 | 111011 |
Color Harmonies of #EEC541
Complementary color
Monochromatic Colors of #EEC541
Black with #EEC541
Text Example
Text Example
White with #EEC541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC541; }
p { color: rgb(238,197,65); }
H1.HeaderClassName
{
color: #EEC541;
}
.AnyTagClassName
{
color: #EEC541;
}
</style>
background-color css
<style>
a { background-color: #EEC541; }
a { background-color: rgb(238,197,65); }
div.DivClassName
{
background-color: #EEC541;
}
.BgClassName
{
background-color: #EEC541;
}
</style>
border-color css
<style>
span { border-color: #EEC541; }
span { border-color: rgb(238,197,65); }
td.TdClassName
{
border-color: #EEC541;
}
.TagClassName
{
border-color: #EEC541;
}
</style>