Shades of Festival #EDC641
Tints of Festival #EDC641
RGB
CMYK
RGB Variations
Color information
#EDC641 (or 0xEDC641) is known color: Festival. HEX triplet: ED, C6 and 41. RGB value is (237,198,65). Sum of RGB (Red+Green+Blue) = 237+198+65=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 65 (25.78% from 255 or 13% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC641 is #1239BE. Grayscale: #C3C3C3. Windows color (decimal): -1194431 or 4310765. OLE color: 4310765.
HSL color Cylindrical-coordinate representation of color #EDC641: hue angle of 46.4º 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 #EDC641 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 65 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.07 |
| HSL | 46.4º | 0.83% | 0.59% | - |
| HSV(B) | 46.4º | 0.73% | 0.93% | - |
| XYZ | 56.07 | 58.77 | 13.39 | - |
| YUV | 194.5 | 54.92 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 65 | 0 | 0.16 | 0.73 | 0.07 | 46.4 | 0.83 | 0.59 |
| Hex | ED | C6 | 41 | 0 | 10 | 49 | 7 | 2E | 53 | 3B |
| Octal | 355 | 306 | 101 | 0 | 20 | 111 | 7 | 56 | 123 | 73 |
| Binary | 11101101 | 11000110 | 1000001 | 0 | 10000 | 1001001 | 111 | 101110 | 1010011 | 111011 |
Color Harmonies of #EDC641
Complementary color
Monochromatic Colors of #EDC641
Black with #EDC641
Text Example
Text Example
White with #EDC641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC641; }
p { color: rgb(237,198,65); }
H1.HeaderClassName
{
color: #EDC641;
}
.AnyTagClassName
{
color: #EDC641;
}
</style>
background-color css
<style>
a { background-color: #EDC641; }
a { background-color: rgb(237,198,65); }
div.DivClassName
{
background-color: #EDC641;
}
.BgClassName
{
background-color: #EDC641;
}
</style>
border-color css
<style>
span { border-color: #EDC641; }
span { border-color: rgb(237,198,65); }
td.TdClassName
{
border-color: #EDC641;
}
.TagClassName
{
border-color: #EDC641;
}
</style>