Shades of Festival #EDC840
Tints of Festival #EDC840
RGB
CMYK
RGB Variations
Color information
#EDC840 (or 0xEDC840) is known color: Festival. HEX triplet: ED, C8 and 40. RGB value is (237,200,64). Sum of RGB (Red+Green+Blue) = 237+200+64=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC840 is #1237BF. Grayscale: #C4C4C4. Windows color (decimal): -1193920 or 4245741. OLE color: 4245741.
HSL color Cylindrical-coordinate representation of color #EDC840: hue angle of 47.17º 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 #EDC840 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 64 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.07 |
| HSL | 47.17º | 0.83% | 0.59% | - |
| HSV(B) | 47.17º | 0.73% | 0.93% | - |
| XYZ | 56.5 | 59.68 | 13.39 | - |
| YUV | 195.56 | 53.76 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 64 | 0 | 0.16 | 0.73 | 0.07 | 47.17 | 0.83 | 0.59 |
| Hex | ED | C8 | 40 | 0 | 10 | 49 | 7 | 2F | 53 | 3B |
| Octal | 355 | 310 | 100 | 0 | 20 | 111 | 7 | 57 | 123 | 73 |
| Binary | 11101101 | 11001000 | 1000000 | 0 | 10000 | 1001001 | 111 | 101111 | 1010011 | 111011 |
Color Harmonies of #EDC840
Complementary color
Monochromatic Colors of #EDC840
Black with #EDC840
Text Example
Text Example
White with #EDC840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC840; }
p { color: rgb(237,200,64); }
H1.HeaderClassName
{
color: #EDC840;
}
.AnyTagClassName
{
color: #EDC840;
}
</style>
background-color css
<style>
a { background-color: #EDC840; }
a { background-color: rgb(237,200,64); }
div.DivClassName
{
background-color: #EDC840;
}
.BgClassName
{
background-color: #EDC840;
}
</style>
border-color css
<style>
span { border-color: #EDC840; }
span { border-color: rgb(237,200,64); }
td.TdClassName
{
border-color: #EDC840;
}
.TagClassName
{
border-color: #EDC840;
}
</style>