Shades of Festival #EEC84E
Tints of Festival #EEC84E
RGB
CMYK
RGB Variations
Color information
#EEC84E (or 0xEEC84E) is known color: Festival. HEX triplet: EE, C8 and 4E. RGB value is (238,200,78). Sum of RGB (Red+Green+Blue) = 238+200+78=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 78 (30.86% from 255 or 15.12% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC84E is #1137B1. Grayscale: #C5C5C5. Windows color (decimal): -1128370 or 5163246. OLE color: 5163246.
HSL color Cylindrical-coordinate representation of color #EEC84E: hue angle of 45.75º 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 #EEC84E is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 78 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.07 |
| HSL | 45.75º | 0.82% | 0.62% | - |
| HSV(B) | 45.75º | 0.67% | 0.93% | - |
| XYZ | 57.29 | 60.04 | 15.78 | - |
| YUV | 197.45 | 60.59 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 78 | 0 | 0.16 | 0.67 | 0.07 | 45.75 | 0.82 | 0.62 |
| Hex | EE | C8 | 4E | 0 | 10 | 43 | 7 | 2E | 52 | 3E |
| Octal | 356 | 310 | 116 | 0 | 20 | 103 | 7 | 56 | 122 | 76 |
| Binary | 11101110 | 11001000 | 1001110 | 0 | 10000 | 1000011 | 111 | 101110 | 1010010 | 111110 |
Color Harmonies of #EEC84E
Complementary color
Monochromatic Colors of #EEC84E
Black with #EEC84E
Text Example
Text Example
White with #EEC84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC84E; }
p { color: rgb(238,200,78); }
H1.HeaderClassName
{
color: #EEC84E;
}
.AnyTagClassName
{
color: #EEC84E;
}
</style>
background-color css
<style>
a { background-color: #EEC84E; }
a { background-color: rgb(238,200,78); }
div.DivClassName
{
background-color: #EEC84E;
}
.BgClassName
{
background-color: #EEC84E;
}
</style>
border-color css
<style>
span { border-color: #EEC84E; }
span { border-color: rgb(238,200,78); }
td.TdClassName
{
border-color: #EEC84E;
}
.TagClassName
{
border-color: #EEC84E;
}
</style>