Shades of Festival #EEC646
Tints of Festival #EEC646
RGB
CMYK
RGB Variations
Color information
#EEC646 (or 0xEEC646) is known color: Festival. HEX triplet: EE, C6 and 46. RGB value is (238,198,70). Sum of RGB (Red+Green+Blue) = 238+198+70=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 70 (27.73% from 255 or 13.83% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC646 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC646 is #1139B9. Grayscale: #C3C3C3. Windows color (decimal): -1128890 or 4638446. OLE color: 4638446.
HSL color Cylindrical-coordinate representation of color #EEC646: hue angle of 45.71º 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 #EEC646 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 70 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.07 |
| HSL | 45.71º | 0.83% | 0.6% | - |
| HSV(B) | 45.71º | 0.71% | 0.93% | - |
| XYZ | 56.56 | 59.01 | 14.2 | - |
| YUV | 195.37 | 57.25 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 70 | 0 | 0.17 | 0.71 | 0.07 | 45.71 | 0.83 | 0.6 |
| Hex | EE | C6 | 46 | 0 | 11 | 47 | 7 | 2E | 53 | 3C |
| Octal | 356 | 306 | 106 | 0 | 21 | 107 | 7 | 56 | 123 | 74 |
| Binary | 11101110 | 11000110 | 1000110 | 0 | 10001 | 1000111 | 111 | 101110 | 1010011 | 111100 |
Color Harmonies of #EEC646
Complementary color
Monochromatic Colors of #EEC646
Black with #EEC646
Text Example
Text Example
White with #EEC646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC646; }
p { color: rgb(238,198,70); }
H1.HeaderClassName
{
color: #EEC646;
}
.AnyTagClassName
{
color: #EEC646;
}
</style>
background-color css
<style>
a { background-color: #EEC646; }
a { background-color: rgb(238,198,70); }
div.DivClassName
{
background-color: #EEC646;
}
.BgClassName
{
background-color: #EEC646;
}
</style>
border-color css
<style>
span { border-color: #EEC646; }
span { border-color: rgb(238,198,70); }
td.TdClassName
{
border-color: #EEC646;
}
.TagClassName
{
border-color: #EEC646;
}
</style>