Shades of Festival #EDD13E
Tints of Festival #EDD13E
RGB
CMYK
RGB Variations
Color information
#EDD13E (or 0xEDD13E) is known color: Festival. HEX triplet: ED, D1 and 3E. RGB value is (237,209,62). Sum of RGB (Red+Green+Blue) = 237+209+62=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 62 (24.61% from 255 or 12.20% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD13E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD13E is #122EC1. Grayscale: #C9C9C9. Windows color (decimal): -1191618 or 4116973. OLE color: 4116973.
HSL color Cylindrical-coordinate representation of color #EDD13E: hue angle of 50.4º 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 #EDD13E is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 62 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.07 |
| HSL | 50.4º | 0.83% | 0.59% | - |
| HSV(B) | 50.4º | 0.74% | 0.93% | - |
| XYZ | 58.6 | 63.95 | 13.81 | - |
| YUV | 200.61 | 49.78 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 62 | 0 | 0.12 | 0.74 | 0.07 | 50.4 | 0.83 | 0.59 |
| Hex | ED | D1 | 3E | 0 | C | 4A | 7 | 32 | 53 | 3B |
| Octal | 355 | 321 | 76 | 0 | 14 | 112 | 7 | 62 | 123 | 73 |
| Binary | 11101101 | 11010001 | 111110 | 0 | 1100 | 1001010 | 111 | 110010 | 1010011 | 111011 |
Color Harmonies of #EDD13E
Complementary color
Monochromatic Colors of #EDD13E
Black with #EDD13E
Text Example
Text Example
White with #EDD13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD13E; }
p { color: rgb(237,209,62); }
H1.HeaderClassName
{
color: #EDD13E;
}
.AnyTagClassName
{
color: #EDD13E;
}
</style>
background-color css
<style>
a { background-color: #EDD13E; }
a { background-color: rgb(237,209,62); }
div.DivClassName
{
background-color: #EDD13E;
}
.BgClassName
{
background-color: #EDD13E;
}
</style>
border-color css
<style>
span { border-color: #EDD13E; }
span { border-color: rgb(237,209,62); }
td.TdClassName
{
border-color: #EDD13E;
}
.TagClassName
{
border-color: #EDD13E;
}
</style>