Shades of Festival #EDC546
Tints of Festival #EDC546
RGB
CMYK
RGB Variations
Color information
#EDC546 (or 0xEDC546) is known color: Festival. HEX triplet: ED, C5 and 46. RGB value is (237,197,70). Sum of RGB (Red+Green+Blue) = 237+197+70=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC546 is #123AB9. Grayscale: #C3C3C3. Windows color (decimal): -1194682 or 4638189. OLE color: 4638189.
HSL color Cylindrical-coordinate representation of color #EDC546: hue angle of 45.63º 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 #EDC546 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 70 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.07 |
| HSL | 45.63º | 0.82% | 0.6% | - |
| HSV(B) | 45.63º | 0.7% | 0.93% | - |
| XYZ | 56 | 58.38 | 14.11 | - |
| YUV | 194.48 | 57.75 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 70 | 0 | 0.17 | 0.70 | 0.07 | 45.63 | 0.82 | 0.6 |
| Hex | ED | C5 | 46 | 0 | 11 | 46 | 7 | 2E | 52 | 3C |
| Octal | 355 | 305 | 106 | 0 | 21 | 106 | 7 | 56 | 122 | 74 |
| Binary | 11101101 | 11000101 | 1000110 | 0 | 10001 | 1000110 | 111 | 101110 | 1010010 | 111100 |
Color Harmonies of #EDC546
Complementary color
Monochromatic Colors of #EDC546
Black with #EDC546
Text Example
Text Example
White with #EDC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC546; }
p { color: rgb(237,197,70); }
H1.HeaderClassName
{
color: #EDC546;
}
.AnyTagClassName
{
color: #EDC546;
}
</style>
background-color css
<style>
a { background-color: #EDC546; }
a { background-color: rgb(237,197,70); }
div.DivClassName
{
background-color: #EDC546;
}
.BgClassName
{
background-color: #EDC546;
}
</style>
border-color css
<style>
span { border-color: #EDC546; }
span { border-color: rgb(237,197,70); }
td.TdClassName
{
border-color: #EDC546;
}
.TagClassName
{
border-color: #EDC546;
}
</style>