Shades of Festival #EDD03F
Tints of Festival #EDD03F
RGB
CMYK
RGB Variations
Color information
#EDD03F (or 0xEDD03F) is known color: Festival. HEX triplet: ED, D0 and 3F. RGB value is (237,208,63). Sum of RGB (Red+Green+Blue) = 237+208+63=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 63 (25% from 255 or 12.40% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD03F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD03F is #122FC0. Grayscale: #C8C8C8. Windows color (decimal): -1191873 or 4182253. OLE color: 4182253.
HSL color Cylindrical-coordinate representation of color #EDD03F: hue angle of 50º 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 #EDD03F is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 63 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.07 |
| HSL | 50º | 0.83% | 0.59% | - |
| HSV(B) | 50º | 0.73% | 0.93% | - |
| XYZ | 58.38 | 63.48 | 13.88 | - |
| YUV | 200.14 | 50.61 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 63 | 0 | 0.12 | 0.73 | 0.07 | 50 | 0.83 | 0.59 |
| Hex | ED | D0 | 3F | 0 | C | 49 | 7 | 32 | 53 | 3B |
| Octal | 355 | 320 | 77 | 0 | 14 | 111 | 7 | 62 | 123 | 73 |
| Binary | 11101101 | 11010000 | 111111 | 0 | 1100 | 1001001 | 111 | 110010 | 1010011 | 111011 |
Color Harmonies of #EDD03F
Complementary color
Monochromatic Colors of #EDD03F
Black with #EDD03F
Text Example
Text Example
White with #EDD03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD03F; }
p { color: rgb(237,208,63); }
H1.HeaderClassName
{
color: #EDD03F;
}
.AnyTagClassName
{
color: #EDD03F;
}
</style>
background-color css
<style>
a { background-color: #EDD03F; }
a { background-color: rgb(237,208,63); }
div.DivClassName
{
background-color: #EDD03F;
}
.BgClassName
{
background-color: #EDD03F;
}
</style>
border-color css
<style>
span { border-color: #EDD03F; }
span { border-color: rgb(237,208,63); }
td.TdClassName
{
border-color: #EDD03F;
}
.TagClassName
{
border-color: #EDD03F;
}
</style>