Shades of Festival #EDC749
Tints of Festival #EDC749
RGB
CMYK
RGB Variations
Color information
#EDC749 (or 0xEDC749) is known color: Festival. HEX triplet: ED, C7 and 49. RGB value is (237,199,73). Sum of RGB (Red+Green+Blue) = 237+199+73=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC749 is #1238B6. Grayscale: #C4C4C4. Windows color (decimal): -1194167 or 4835309. OLE color: 4835309.
HSL color Cylindrical-coordinate representation of color #EDC749: hue angle of 46.1º degrees, saturation: 0.82, 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 #EDC749 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 73 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.07 |
| HSL | 46.1º | 0.82% | 0.61% | - |
| HSV(B) | 46.1º | 0.69% | 0.93% | - |
| XYZ | 56.55 | 59.33 | 14.78 | - |
| YUV | 196 | 58.59 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 73 | 0 | 0.16 | 0.69 | 0.07 | 46.1 | 0.82 | 0.61 |
| Hex | ED | C7 | 49 | 0 | 10 | 45 | 7 | 2E | 52 | 3D |
| Octal | 355 | 307 | 111 | 0 | 20 | 105 | 7 | 56 | 122 | 75 |
| Binary | 11101101 | 11000111 | 1001001 | 0 | 10000 | 1000101 | 111 | 101110 | 1010010 | 111101 |
Color Harmonies of #EDC749
Complementary color
Monochromatic Colors of #EDC749
Black with #EDC749
Text Example
Text Example
White with #EDC749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC749; }
p { color: rgb(237,199,73); }
H1.HeaderClassName
{
color: #EDC749;
}
.AnyTagClassName
{
color: #EDC749;
}
</style>
background-color css
<style>
a { background-color: #EDC749; }
a { background-color: rgb(237,199,73); }
div.DivClassName
{
background-color: #EDC749;
}
.BgClassName
{
background-color: #EDC749;
}
</style>
border-color css
<style>
span { border-color: #EDC749; }
span { border-color: rgb(237,199,73); }
td.TdClassName
{
border-color: #EDC749;
}
.TagClassName
{
border-color: #EDC749;
}
</style>