Shades of Festival #EEC946
Tints of Festival #EEC946
RGB
CMYK
RGB Variations
Color information
#EEC946 (or 0xEEC946) is known color: Festival. HEX triplet: EE, C9 and 46. RGB value is (238,201,70). Sum of RGB (Red+Green+Blue) = 238+201+70=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 70 (27.73% from 255 or 13.75% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC946 is #1136B9. Grayscale: #C5C5C5. Windows color (decimal): -1128122 or 4639214. OLE color: 4639214.
HSL color Cylindrical-coordinate representation of color #EEC946: hue angle of 46.79º 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 #EEC946 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 70 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.07 |
| HSL | 46.79º | 0.83% | 0.6% | - |
| HSV(B) | 46.79º | 0.71% | 0.93% | - |
| XYZ | 57.25 | 60.39 | 14.43 | - |
| YUV | 197.13 | 56.26 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 70 | 0 | 0.16 | 0.71 | 0.07 | 46.79 | 0.83 | 0.6 |
| Hex | EE | C9 | 46 | 0 | 10 | 47 | 7 | 2F | 53 | 3C |
| Octal | 356 | 311 | 106 | 0 | 20 | 107 | 7 | 57 | 123 | 74 |
| Binary | 11101110 | 11001001 | 1000110 | 0 | 10000 | 1000111 | 111 | 101111 | 1010011 | 111100 |
Color Harmonies of #EEC946
Complementary color
Monochromatic Colors of #EEC946
Black with #EEC946
Text Example
Text Example
White with #EEC946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC946; }
p { color: rgb(238,201,70); }
H1.HeaderClassName
{
color: #EEC946;
}
.AnyTagClassName
{
color: #EEC946;
}
</style>
background-color css
<style>
a { background-color: #EEC946; }
a { background-color: rgb(238,201,70); }
div.DivClassName
{
background-color: #EEC946;
}
.BgClassName
{
background-color: #EEC946;
}
</style>
border-color css
<style>
span { border-color: #EEC946; }
span { border-color: rgb(238,201,70); }
td.TdClassName
{
border-color: #EEC946;
}
.TagClassName
{
border-color: #EEC946;
}
</style>