Shades of Festival #EECD49
Tints of Festival #EECD49
RGB
CMYK
RGB Variations
Color information
#EECD49 (or 0xEECD49) is known color: Festival. HEX triplet: EE, CD and 49. RGB value is (238,205,73). Sum of RGB (Red+Green+Blue) = 238+205+73=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 73 (28.91% from 255 or 14.15% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECD49 is #1132B6. Grayscale: #C8C8C8. Windows color (decimal): -1127095 or 4836846. OLE color: 4836846.
HSL color Cylindrical-coordinate representation of color #EECD49: hue angle of 48º 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 #EECD49 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 73 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.07 |
| HSL | 48º | 0.83% | 0.61% | - |
| HSV(B) | 48º | 0.69% | 0.93% | - |
| XYZ | 58.29 | 62.32 | 15.26 | - |
| YUV | 199.82 | 56.43 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 73 | 0 | 0.14 | 0.69 | 0.07 | 48 | 0.83 | 0.61 |
| Hex | EE | CD | 49 | 0 | E | 45 | 7 | 30 | 53 | 3D |
| Octal | 356 | 315 | 111 | 0 | 16 | 105 | 7 | 60 | 123 | 75 |
| Binary | 11101110 | 11001101 | 1001001 | 0 | 1110 | 1000101 | 111 | 110000 | 1010011 | 111101 |
Color Harmonies of #EECD49
Complementary color
Monochromatic Colors of #EECD49
Black with #EECD49
Text Example
Text Example
White with #EECD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECD49; }
p { color: rgb(238,205,73); }
H1.HeaderClassName
{
color: #EECD49;
}
.AnyTagClassName
{
color: #EECD49;
}
</style>
background-color css
<style>
a { background-color: #EECD49; }
a { background-color: rgb(238,205,73); }
div.DivClassName
{
background-color: #EECD49;
}
.BgClassName
{
background-color: #EECD49;
}
</style>
border-color css
<style>
span { border-color: #EECD49; }
span { border-color: rgb(238,205,73); }
td.TdClassName
{
border-color: #EECD49;
}
.TagClassName
{
border-color: #EECD49;
}
</style>