Shades of Festival #EEC544
Tints of Festival #EEC544
RGB
CMYK
RGB Variations
Color information
#EEC544 (or 0xEEC544) is known color: Festival. HEX triplet: EE, C5 and 44. RGB value is (238,197,68). Sum of RGB (Red+Green+Blue) = 238+197+68=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 68 (26.95% from 255 or 13.52% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC544 is #113ABB. Grayscale: #C3C3C3. Windows color (decimal): -1129148 or 4507118. OLE color: 4507118.
HSL color Cylindrical-coordinate representation of color #EEC544: hue angle of 45.53º 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 #EEC544 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 68 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.07 |
| HSL | 45.53º | 0.83% | 0.6% | - |
| HSV(B) | 45.53º | 0.71% | 0.93% | - |
| XYZ | 56.27 | 58.53 | 13.8 | - |
| YUV | 194.55 | 56.58 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 68 | 0 | 0.17 | 0.71 | 0.07 | 45.53 | 0.83 | 0.6 |
| Hex | EE | C5 | 44 | 0 | 11 | 47 | 7 | 2E | 53 | 3C |
| Octal | 356 | 305 | 104 | 0 | 21 | 107 | 7 | 56 | 123 | 74 |
| Binary | 11101110 | 11000101 | 1000100 | 0 | 10001 | 1000111 | 111 | 101110 | 1010011 | 111100 |
Color Harmonies of #EEC544
Complementary color
Monochromatic Colors of #EEC544
Black with #EEC544
Text Example
Text Example
White with #EEC544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC544; }
p { color: rgb(238,197,68); }
H1.HeaderClassName
{
color: #EEC544;
}
.AnyTagClassName
{
color: #EEC544;
}
</style>
background-color css
<style>
a { background-color: #EEC544; }
a { background-color: rgb(238,197,68); }
div.DivClassName
{
background-color: #EEC544;
}
.BgClassName
{
background-color: #EEC544;
}
</style>
border-color css
<style>
span { border-color: #EEC544; }
span { border-color: rgb(238,197,68); }
td.TdClassName
{
border-color: #EEC544;
}
.TagClassName
{
border-color: #EEC544;
}
</style>