Shades of Festival #EDC545
Tints of Festival #EDC545
RGB
CMYK
RGB Variations
Color information
#EDC545 (or 0xEDC545) is known color: Festival. HEX triplet: ED, C5 and 45. RGB value is (237,197,69). Sum of RGB (Red+Green+Blue) = 237+197+69=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC545 is #123ABA. Grayscale: #C2C2C2. Windows color (decimal): -1194683 or 4572653. OLE color: 4572653.
HSL color Cylindrical-coordinate representation of color #EDC545: hue angle of 45.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDC545 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 69 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.07 |
| HSL | 45.71º | 0.82% | 0.6% | - |
| HSV(B) | 45.71º | 0.71% | 0.93% | - |
| XYZ | 55.97 | 58.37 | 13.95 | - |
| YUV | 194.37 | 57.25 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 69 | 0 | 0.17 | 0.71 | 0.07 | 45.71 | 0.82 | 0.6 |
| Hex | ED | C5 | 45 | 0 | 11 | 47 | 7 | 2E | 52 | 3C |
| Octal | 355 | 305 | 105 | 0 | 21 | 107 | 7 | 56 | 122 | 74 |
| Binary | 11101101 | 11000101 | 1000101 | 0 | 10001 | 1000111 | 111 | 101110 | 1010010 | 111100 |
Color Harmonies of #EDC545
Complementary color
Monochromatic Colors of #EDC545
Black with #EDC545
Text Example
Text Example
White with #EDC545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC545; }
p { color: rgb(237,197,69); }
H1.HeaderClassName
{
color: #EDC545;
}
.AnyTagClassName
{
color: #EDC545;
}
</style>
background-color css
<style>
a { background-color: #EDC545; }
a { background-color: rgb(237,197,69); }
div.DivClassName
{
background-color: #EDC545;
}
.BgClassName
{
background-color: #EDC545;
}
</style>
border-color css
<style>
span { border-color: #EDC545; }
span { border-color: rgb(237,197,69); }
td.TdClassName
{
border-color: #EDC545;
}
.TagClassName
{
border-color: #EDC545;
}
</style>