Shades of Festival #EEC648
Tints of Festival #EEC648
RGB
CMYK
RGB Variations
Color information
#EEC648 (or 0xEEC648) is known color: Festival. HEX triplet: EE, C6 and 48. RGB value is (238,198,72). Sum of RGB (Red+Green+Blue) = 238+198+72=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC648 is #1139B7. Grayscale: #C4C4C4. Windows color (decimal): -1128888 or 4769518. OLE color: 4769518.
HSL color Cylindrical-coordinate representation of color #EEC648: hue angle of 45.54º 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 #EEC648 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 72 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.07 |
| HSL | 45.54º | 0.83% | 0.61% | - |
| HSV(B) | 45.54º | 0.7% | 0.93% | - |
| XYZ | 56.62 | 59.03 | 14.54 | - |
| YUV | 195.6 | 58.25 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 72 | 0 | 0.17 | 0.70 | 0.07 | 45.54 | 0.83 | 0.61 |
| Hex | EE | C6 | 48 | 0 | 11 | 46 | 7 | 2E | 53 | 3D |
| Octal | 356 | 306 | 110 | 0 | 21 | 106 | 7 | 56 | 123 | 75 |
| Binary | 11101110 | 11000110 | 1001000 | 0 | 10001 | 1000110 | 111 | 101110 | 1010011 | 111101 |
Color Harmonies of #EEC648
Complementary color
Monochromatic Colors of #EEC648
Black with #EEC648
Text Example
Text Example
White with #EEC648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC648; }
p { color: rgb(238,198,72); }
H1.HeaderClassName
{
color: #EEC648;
}
.AnyTagClassName
{
color: #EEC648;
}
</style>
background-color css
<style>
a { background-color: #EEC648; }
a { background-color: rgb(238,198,72); }
div.DivClassName
{
background-color: #EEC648;
}
.BgClassName
{
background-color: #EEC648;
}
</style>
border-color css
<style>
span { border-color: #EEC648; }
span { border-color: rgb(238,198,72); }
td.TdClassName
{
border-color: #EEC648;
}
.TagClassName
{
border-color: #EEC648;
}
</style>