Shades of Festival #EDD040
Tints of Festival #EDD040
RGB
CMYK
RGB Variations
Color information
#EDD040 (or 0xEDD040) is known color: Festival. HEX triplet: ED, D0 and 40. RGB value is (237,208,64). Sum of RGB (Red+Green+Blue) = 237+208+64=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD040 is #122FBF. Grayscale: #C8C8C8. Windows color (decimal): -1191872 or 4247789. OLE color: 4247789.
HSL color Cylindrical-coordinate representation of color #EDD040: hue angle of 49.94º 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 #EDD040 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 64 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.07 |
| HSL | 49.94º | 0.83% | 0.59% | - |
| HSV(B) | 49.94º | 0.73% | 0.93% | - |
| XYZ | 58.41 | 63.49 | 14.03 | - |
| YUV | 200.26 | 51.11 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 64 | 0 | 0.12 | 0.73 | 0.07 | 49.94 | 0.83 | 0.59 |
| Hex | ED | D0 | 40 | 0 | C | 49 | 7 | 32 | 53 | 3B |
| Octal | 355 | 320 | 100 | 0 | 14 | 111 | 7 | 62 | 123 | 73 |
| Binary | 11101101 | 11010000 | 1000000 | 0 | 1100 | 1001001 | 111 | 110010 | 1010011 | 111011 |
Color Harmonies of #EDD040
Complementary color
Monochromatic Colors of #EDD040
Black with #EDD040
Text Example
Text Example
White with #EDD040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD040; }
p { color: rgb(237,208,64); }
H1.HeaderClassName
{
color: #EDD040;
}
.AnyTagClassName
{
color: #EDD040;
}
</style>
background-color css
<style>
a { background-color: #EDD040; }
a { background-color: rgb(237,208,64); }
div.DivClassName
{
background-color: #EDD040;
}
.BgClassName
{
background-color: #EDD040;
}
</style>
border-color css
<style>
span { border-color: #EDD040; }
span { border-color: rgb(237,208,64); }
td.TdClassName
{
border-color: #EDD040;
}
.TagClassName
{
border-color: #EDD040;
}
</style>