Shades of Festival #EEC443
Tints of Festival #EEC443
RGB
CMYK
RGB Variations
Color information
#EEC443 (or 0xEEC443) is known color: Festival. HEX triplet: EE, C4 and 43. RGB value is (238,196,67). Sum of RGB (Red+Green+Blue) = 238+196+67=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 67 (26.56% from 255 or 13.37% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC443 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC443 is #113BBC. Grayscale: #C2C2C2. Windows color (decimal): -1129405 or 4441326. OLE color: 4441326.
HSL color Cylindrical-coordinate representation of color #EEC443: hue angle of 45.26º 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 #EEC443 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 67 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.07 |
| HSL | 45.26º | 0.83% | 0.6% | - |
| HSV(B) | 45.26º | 0.72% | 0.93% | - |
| XYZ | 56.01 | 58.06 | 13.57 | - |
| YUV | 193.85 | 56.41 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 67 | 0 | 0.18 | 0.72 | 0.07 | 45.26 | 0.83 | 0.6 |
| Hex | EE | C4 | 43 | 0 | 12 | 48 | 7 | 2D | 53 | 3C |
| Octal | 356 | 304 | 103 | 0 | 22 | 110 | 7 | 55 | 123 | 74 |
| Binary | 11101110 | 11000100 | 1000011 | 0 | 10010 | 1001000 | 111 | 101101 | 1010011 | 111100 |
Color Harmonies of #EEC443
Complementary color
Monochromatic Colors of #EEC443
Black with #EEC443
Text Example
Text Example
White with #EEC443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC443; }
p { color: rgb(238,196,67); }
H1.HeaderClassName
{
color: #EEC443;
}
.AnyTagClassName
{
color: #EEC443;
}
</style>
background-color css
<style>
a { background-color: #EEC443; }
a { background-color: rgb(238,196,67); }
div.DivClassName
{
background-color: #EEC443;
}
.BgClassName
{
background-color: #EEC443;
}
</style>
border-color css
<style>
span { border-color: #EEC443; }
span { border-color: rgb(238,196,67); }
td.TdClassName
{
border-color: #EEC443;
}
.TagClassName
{
border-color: #EEC443;
}
</style>