Shades of Festival #EECC49
Tints of Festival #EECC49
RGB
CMYK
RGB Variations
Color information
#EECC49 (or 0xEECC49) is known color: Festival. HEX triplet: EE, CC and 49. RGB value is (238,204,73). Sum of RGB (Red+Green+Blue) = 238+204+73=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 73 (28.91% from 255 or 14.17% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECC49 is #1133B6. Grayscale: #C7C7C7. Windows color (decimal): -1127351 or 4836590. OLE color: 4836590.
HSL color Cylindrical-coordinate representation of color #EECC49: hue angle of 47.64º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EECC49 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 73 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.07 |
| HSL | 47.64º | 0.83% | 0.61% | - |
| HSV(B) | 47.64º | 0.69% | 0.93% | - |
| XYZ | 58.06 | 61.84 | 15.18 | - |
| YUV | 199.23 | 56.76 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 73 | 0 | 0.14 | 0.69 | 0.07 | 47.64 | 0.83 | 0.61 |
| Hex | EE | CC | 49 | 0 | E | 45 | 7 | 30 | 53 | 3D |
| Octal | 356 | 314 | 111 | 0 | 16 | 105 | 7 | 60 | 123 | 75 |
| Binary | 11101110 | 11001100 | 1001001 | 0 | 1110 | 1000101 | 111 | 110000 | 1010011 | 111101 |
Color Harmonies of #EECC49
Complementary color
Monochromatic Colors of #EECC49
Black with #EECC49
Text Example
Text Example
White with #EECC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECC49; }
p { color: rgb(238,204,73); }
H1.HeaderClassName
{
color: #EECC49;
}
.AnyTagClassName
{
color: #EECC49;
}
</style>
background-color css
<style>
a { background-color: #EECC49; }
a { background-color: rgb(238,204,73); }
div.DivClassName
{
background-color: #EECC49;
}
.BgClassName
{
background-color: #EECC49;
}
</style>
border-color css
<style>
span { border-color: #EECC49; }
span { border-color: rgb(238,204,73); }
td.TdClassName
{
border-color: #EECC49;
}
.TagClassName
{
border-color: #EECC49;
}
</style>