Shades of Festival #EDC441
Tints of Festival #EDC441
RGB
CMYK
RGB Variations
Color information
#EDC441 (or 0xEDC441) is known color: Festival. HEX triplet: ED, C4 and 41. RGB value is (237,196,65). Sum of RGB (Red+Green+Blue) = 237+196+65=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC441 is #123BBE. Grayscale: #C1C1C1. Windows color (decimal): -1194943 or 4310253. OLE color: 4310253.
HSL color Cylindrical-coordinate representation of color #EDC441: hue angle of 45.7º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDC441 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 65 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.07 |
| HSL | 45.7º | 0.83% | 0.59% | - |
| HSV(B) | 45.7º | 0.73% | 0.93% | - |
| XYZ | 55.62 | 57.87 | 13.24 | - |
| YUV | 193.33 | 55.58 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 65 | 0 | 0.17 | 0.73 | 0.07 | 45.7 | 0.83 | 0.59 |
| Hex | ED | C4 | 41 | 0 | 11 | 49 | 7 | 2E | 53 | 3B |
| Octal | 355 | 304 | 101 | 0 | 21 | 111 | 7 | 56 | 123 | 73 |
| Binary | 11101101 | 11000100 | 1000001 | 0 | 10001 | 1001001 | 111 | 101110 | 1010011 | 111011 |
Color Harmonies of #EDC441
Complementary color
Monochromatic Colors of #EDC441
Black with #EDC441
Text Example
Text Example
White with #EDC441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC441; }
p { color: rgb(237,196,65); }
H1.HeaderClassName
{
color: #EDC441;
}
.AnyTagClassName
{
color: #EDC441;
}
</style>
background-color css
<style>
a { background-color: #EDC441; }
a { background-color: rgb(237,196,65); }
div.DivClassName
{
background-color: #EDC441;
}
.BgClassName
{
background-color: #EDC441;
}
</style>
border-color css
<style>
span { border-color: #EDC441; }
span { border-color: rgb(237,196,65); }
td.TdClassName
{
border-color: #EDC441;
}
.TagClassName
{
border-color: #EDC441;
}
</style>