Shades of Festival #EDC242
Tints of Festival #EDC242
RGB
CMYK
RGB Variations
Color information
#EDC242 (or 0xEDC242) is known color: Festival. HEX triplet: ED, C2 and 42. RGB value is (237,194,66). Sum of RGB (Red+Green+Blue) = 237+194+66=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC242 is #123DBD. Grayscale: #C0C0C0. Windows color (decimal): -1195454 or 4375277. OLE color: 4375277.
HSL color Cylindrical-coordinate representation of color #EDC242: hue angle of 44.91º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDC242 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 66 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.07 |
| HSL | 44.91º | 0.83% | 0.59% | - |
| HSV(B) | 44.91º | 0.72% | 0.93% | - |
| XYZ | 55.2 | 56.98 | 13.24 | - |
| YUV | 192.27 | 56.75 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 66 | 0 | 0.18 | 0.72 | 0.07 | 44.91 | 0.83 | 0.59 |
| Hex | ED | C2 | 42 | 0 | 12 | 48 | 7 | 2D | 53 | 3B |
| Octal | 355 | 302 | 102 | 0 | 22 | 110 | 7 | 55 | 123 | 73 |
| Binary | 11101101 | 11000010 | 1000010 | 0 | 10010 | 1001000 | 111 | 101101 | 1010011 | 111011 |
Color Harmonies of #EDC242
Complementary color
Monochromatic Colors of #EDC242
Black with #EDC242
Text Example
Text Example
White with #EDC242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC242; }
p { color: rgb(237,194,66); }
H1.HeaderClassName
{
color: #EDC242;
}
.AnyTagClassName
{
color: #EDC242;
}
</style>
background-color css
<style>
a { background-color: #EDC242; }
a { background-color: rgb(237,194,66); }
div.DivClassName
{
background-color: #EDC242;
}
.BgClassName
{
background-color: #EDC242;
}
</style>
border-color css
<style>
span { border-color: #EDC242; }
span { border-color: rgb(237,194,66); }
td.TdClassName
{
border-color: #EDC242;
}
.TagClassName
{
border-color: #EDC242;
}
</style>