Shades of Festival #EDC547
Tints of Festival #EDC547
RGB
CMYK
RGB Variations
Color information
#EDC547 (or 0xEDC547) is known color: Festival. HEX triplet: ED, C5 and 47. RGB value is (237,197,71). Sum of RGB (Red+Green+Blue) = 237+197+71=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 71 (28.12% from 255 or 14.06% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC547 is #123AB8. Grayscale: #C3C3C3. Windows color (decimal): -1194681 or 4703725. OLE color: 4703725.
HSL color Cylindrical-coordinate representation of color #EDC547: hue angle of 45.54º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDC547 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 71 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.07 |
| HSL | 45.54º | 0.82% | 0.6% | - |
| HSV(B) | 45.54º | 0.7% | 0.93% | - |
| XYZ | 56.03 | 58.39 | 14.28 | - |
| YUV | 194.6 | 58.25 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 71 | 0 | 0.17 | 0.70 | 0.07 | 45.54 | 0.82 | 0.6 |
| Hex | ED | C5 | 47 | 0 | 11 | 46 | 7 | 2E | 52 | 3C |
| Octal | 355 | 305 | 107 | 0 | 21 | 106 | 7 | 56 | 122 | 74 |
| Binary | 11101101 | 11000101 | 1000111 | 0 | 10001 | 1000110 | 111 | 101110 | 1010010 | 111100 |
Color Harmonies of #EDC547
Complementary color
Monochromatic Colors of #EDC547
Black with #EDC547
Text Example
Text Example
White with #EDC547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC547; }
p { color: rgb(237,197,71); }
H1.HeaderClassName
{
color: #EDC547;
}
.AnyTagClassName
{
color: #EDC547;
}
</style>
background-color css
<style>
a { background-color: #EDC547; }
a { background-color: rgb(237,197,71); }
div.DivClassName
{
background-color: #EDC547;
}
.BgClassName
{
background-color: #EDC547;
}
</style>
border-color css
<style>
span { border-color: #EDC547; }
span { border-color: rgb(237,197,71); }
td.TdClassName
{
border-color: #EDC547;
}
.TagClassName
{
border-color: #EDC547;
}
</style>