Shades of Festival #EEC94D
Tints of Festival #EEC94D
RGB
CMYK
RGB Variations
Color information
#EEC94D (or 0xEEC94D) is known color: Festival. HEX triplet: EE, C9 and 4D. RGB value is (238,201,77). Sum of RGB (Red+Green+Blue) = 238+201+77=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC94D is #1136B2. Grayscale: #C6C6C6. Windows color (decimal): -1128115 or 5097966. OLE color: 5097966.
HSL color Cylindrical-coordinate representation of color #EEC94D: hue angle of 46.21º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEC94D is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 77 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.07 |
| HSL | 46.21º | 0.83% | 0.62% | - |
| HSV(B) | 46.21º | 0.68% | 0.93% | - |
| XYZ | 57.49 | 60.49 | 15.67 | - |
| YUV | 197.93 | 59.76 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 77 | 0 | 0.16 | 0.68 | 0.07 | 46.21 | 0.83 | 0.62 |
| Hex | EE | C9 | 4D | 0 | 10 | 44 | 7 | 2E | 53 | 3E |
| Octal | 356 | 311 | 115 | 0 | 20 | 104 | 7 | 56 | 123 | 76 |
| Binary | 11101110 | 11001001 | 1001101 | 0 | 10000 | 1000100 | 111 | 101110 | 1010011 | 111110 |
Color Harmonies of #EEC94D
Complementary color
Monochromatic Colors of #EEC94D
Black with #EEC94D
Text Example
Text Example
White with #EEC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC94D; }
p { color: rgb(238,201,77); }
H1.HeaderClassName
{
color: #EEC94D;
}
.AnyTagClassName
{
color: #EEC94D;
}
</style>
background-color css
<style>
a { background-color: #EEC94D; }
a { background-color: rgb(238,201,77); }
div.DivClassName
{
background-color: #EEC94D;
}
.BgClassName
{
background-color: #EEC94D;
}
</style>
border-color css
<style>
span { border-color: #EEC94D; }
span { border-color: rgb(238,201,77); }
td.TdClassName
{
border-color: #EEC94D;
}
.TagClassName
{
border-color: #EEC94D;
}
</style>