Shades of Festival #EEC643
Tints of Festival #EEC643
RGB
CMYK
RGB Variations
Color information
#EEC643 (or 0xEEC643) is known color: Festival. HEX triplet: EE, C6 and 43. RGB value is (238,198,67). Sum of RGB (Red+Green+Blue) = 238+198+67=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 67 (26.56% from 255 or 13.32% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC643 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC643 is #1139BC. Grayscale: #C3C3C3. Windows color (decimal): -1128893 or 4441838. OLE color: 4441838.
HSL color Cylindrical-coordinate representation of color #EEC643: hue angle of 45.96º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EEC643 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 67 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.07 |
| HSL | 45.96º | 0.83% | 0.6% | - |
| HSV(B) | 45.96º | 0.72% | 0.93% | - |
| XYZ | 56.47 | 58.97 | 13.72 | - |
| YUV | 195.03 | 55.75 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 67 | 0 | 0.17 | 0.72 | 0.07 | 45.96 | 0.83 | 0.6 |
| Hex | EE | C6 | 43 | 0 | 11 | 48 | 7 | 2E | 53 | 3C |
| Octal | 356 | 306 | 103 | 0 | 21 | 110 | 7 | 56 | 123 | 74 |
| Binary | 11101110 | 11000110 | 1000011 | 0 | 10001 | 1001000 | 111 | 101110 | 1010011 | 111100 |
Color Harmonies of #EEC643
Complementary color
Monochromatic Colors of #EEC643
Black with #EEC643
Text Example
Text Example
White with #EEC643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC643; }
p { color: rgb(238,198,67); }
H1.HeaderClassName
{
color: #EEC643;
}
.AnyTagClassName
{
color: #EEC643;
}
</style>
background-color css
<style>
a { background-color: #EEC643; }
a { background-color: rgb(238,198,67); }
div.DivClassName
{
background-color: #EEC643;
}
.BgClassName
{
background-color: #EEC643;
}
</style>
border-color css
<style>
span { border-color: #EEC643; }
span { border-color: rgb(238,198,67); }
td.TdClassName
{
border-color: #EEC643;
}
.TagClassName
{
border-color: #EEC643;
}
</style>