Shades of Festival #EEC647
Tints of Festival #EEC647
RGB
CMYK
RGB Variations
Color information
#EEC647 (or 0xEEC647) is known color: Festival. HEX triplet: EE, C6 and 47. RGB value is (238,198,71). Sum of RGB (Red+Green+Blue) = 238+198+71=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 71 (28.12% from 255 or 14.00% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC647 is #1139B8. Grayscale: #C4C4C4. Windows color (decimal): -1128889 or 4703982. OLE color: 4703982.
HSL color Cylindrical-coordinate representation of color #EEC647: hue angle of 45.63º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EEC647 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 71 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.07 |
| HSL | 45.63º | 0.83% | 0.61% | - |
| HSV(B) | 45.63º | 0.7% | 0.93% | - |
| XYZ | 56.59 | 59.02 | 14.37 | - |
| YUV | 195.48 | 57.75 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 71 | 0 | 0.17 | 0.70 | 0.07 | 45.63 | 0.83 | 0.61 |
| Hex | EE | C6 | 47 | 0 | 11 | 46 | 7 | 2E | 53 | 3D |
| Octal | 356 | 306 | 107 | 0 | 21 | 106 | 7 | 56 | 123 | 75 |
| Binary | 11101110 | 11000110 | 1000111 | 0 | 10001 | 1000110 | 111 | 101110 | 1010011 | 111101 |
Color Harmonies of #EEC647
Complementary color
Monochromatic Colors of #EEC647
Black with #EEC647
Text Example
Text Example
White with #EEC647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC647; }
p { color: rgb(238,198,71); }
H1.HeaderClassName
{
color: #EEC647;
}
.AnyTagClassName
{
color: #EEC647;
}
</style>
background-color css
<style>
a { background-color: #EEC647; }
a { background-color: rgb(238,198,71); }
div.DivClassName
{
background-color: #EEC647;
}
.BgClassName
{
background-color: #EEC647;
}
</style>
border-color css
<style>
span { border-color: #EEC647; }
span { border-color: rgb(238,198,71); }
td.TdClassName
{
border-color: #EEC647;
}
.TagClassName
{
border-color: #EEC647;
}
</style>