Shades of Festival #EDD03E
Tints of Festival #EDD03E
RGB
CMYK
RGB Variations
Color information
#EDD03E (or 0xEDD03E) is known color: Festival. HEX triplet: ED, D0 and 3E. RGB value is (237,208,62). Sum of RGB (Red+Green+Blue) = 237+208+62=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 62 (24.61% from 255 or 12.23% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD03E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD03E is #122FC1. Grayscale: #C8C8C8. Windows color (decimal): -1191874 or 4116717. OLE color: 4116717.
HSL color Cylindrical-coordinate representation of color #EDD03E: hue angle of 50.06º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDD03E is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 62 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.07 |
| HSL | 50.06º | 0.83% | 0.59% | - |
| HSV(B) | 50.06º | 0.74% | 0.93% | - |
| XYZ | 58.35 | 63.46 | 13.73 | - |
| YUV | 200.03 | 50.11 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 62 | 0 | 0.12 | 0.74 | 0.07 | 50.06 | 0.83 | 0.59 |
| Hex | ED | D0 | 3E | 0 | C | 4A | 7 | 32 | 53 | 3B |
| Octal | 355 | 320 | 76 | 0 | 14 | 112 | 7 | 62 | 123 | 73 |
| Binary | 11101101 | 11010000 | 111110 | 0 | 1100 | 1001010 | 111 | 110010 | 1010011 | 111011 |
Color Harmonies of #EDD03E
Complementary color
Monochromatic Colors of #EDD03E
Black with #EDD03E
Text Example
Text Example
White with #EDD03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD03E; }
p { color: rgb(237,208,62); }
H1.HeaderClassName
{
color: #EDD03E;
}
.AnyTagClassName
{
color: #EDD03E;
}
</style>
background-color css
<style>
a { background-color: #EDD03E; }
a { background-color: rgb(237,208,62); }
div.DivClassName
{
background-color: #EDD03E;
}
.BgClassName
{
background-color: #EDD03E;
}
</style>
border-color css
<style>
span { border-color: #EDD03E; }
span { border-color: rgb(237,208,62); }
td.TdClassName
{
border-color: #EDD03E;
}
.TagClassName
{
border-color: #EDD03E;
}
</style>