Shades of Festival #EECA49
Tints of Festival #EECA49
RGB
CMYK
RGB Variations
Color information
#EECA49 (or 0xEECA49) is known color: Festival. HEX triplet: EE, CA and 49. RGB value is (238,202,73). Sum of RGB (Red+Green+Blue) = 238+202+73=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 73 (28.91% from 255 or 14.23% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA49 is #1135B6. Grayscale: #C6C6C6. Windows color (decimal): -1127863 or 4836078. OLE color: 4836078.
HSL color Cylindrical-coordinate representation of color #EECA49: hue angle of 46.91º 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 #EECA49 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 73 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.07 |
| HSL | 46.91º | 0.83% | 0.61% | - |
| HSV(B) | 46.91º | 0.69% | 0.93% | - |
| XYZ | 57.58 | 60.9 | 15.02 | - |
| YUV | 198.06 | 57.43 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 73 | 0 | 0.15 | 0.69 | 0.07 | 46.91 | 0.83 | 0.61 |
| Hex | EE | CA | 49 | 0 | F | 45 | 7 | 2F | 53 | 3D |
| Octal | 356 | 312 | 111 | 0 | 17 | 105 | 7 | 57 | 123 | 75 |
| Binary | 11101110 | 11001010 | 1001001 | 0 | 1111 | 1000101 | 111 | 101111 | 1010011 | 111101 |
Color Harmonies of #EECA49
Complementary color
Monochromatic Colors of #EECA49
Black with #EECA49
Text Example
Text Example
White with #EECA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA49; }
p { color: rgb(238,202,73); }
H1.HeaderClassName
{
color: #EECA49;
}
.AnyTagClassName
{
color: #EECA49;
}
</style>
background-color css
<style>
a { background-color: #EECA49; }
a { background-color: rgb(238,202,73); }
div.DivClassName
{
background-color: #EECA49;
}
.BgClassName
{
background-color: #EECA49;
}
</style>
border-color css
<style>
span { border-color: #EECA49; }
span { border-color: rgb(238,202,73); }
td.TdClassName
{
border-color: #EECA49;
}
.TagClassName
{
border-color: #EECA49;
}
</style>