Shades of Festival #EEC94F
Tints of Festival #EEC94F
RGB
CMYK
RGB Variations
Color information
#EEC94F (or 0xEEC94F) is known color: Festival. HEX triplet: EE, C9 and 4F. RGB value is (238,201,79). Sum of RGB (Red+Green+Blue) = 238+201+79=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 79 (31.25% from 255 or 15.25% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC94F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC94F is #1136B0. Grayscale: #C6C6C6. Windows color (decimal): -1128113 or 5229038. OLE color: 5229038.
HSL color Cylindrical-coordinate representation of color #EEC94F: hue angle of 46.04º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEC94F is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 79 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.07 |
| HSL | 46.04º | 0.82% | 0.62% | - |
| HSV(B) | 46.04º | 0.67% | 0.93% | - |
| XYZ | 57.56 | 60.51 | 16.04 | - |
| YUV | 198.16 | 60.76 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 79 | 0 | 0.16 | 0.67 | 0.07 | 46.04 | 0.82 | 0.62 |
| Hex | EE | C9 | 4F | 0 | 10 | 43 | 7 | 2E | 52 | 3E |
| Octal | 356 | 311 | 117 | 0 | 20 | 103 | 7 | 56 | 122 | 76 |
| Binary | 11101110 | 11001001 | 1001111 | 0 | 10000 | 1000011 | 111 | 101110 | 1010010 | 111110 |
Color Harmonies of #EEC94F
Complementary color
Monochromatic Colors of #EEC94F
Black with #EEC94F
Text Example
Text Example
White with #EEC94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC94F; }
p { color: rgb(238,201,79); }
H1.HeaderClassName
{
color: #EEC94F;
}
.AnyTagClassName
{
color: #EEC94F;
}
</style>
background-color css
<style>
a { background-color: #EEC94F; }
a { background-color: rgb(238,201,79); }
div.DivClassName
{
background-color: #EEC94F;
}
.BgClassName
{
background-color: #EEC94F;
}
</style>
border-color css
<style>
span { border-color: #EEC94F; }
span { border-color: rgb(238,201,79); }
td.TdClassName
{
border-color: #EEC94F;
}
.TagClassName
{
border-color: #EEC94F;
}
</style>