Shades of Festival #EDD049
Tints of Festival #EDD049
RGB
CMYK
RGB Variations
Color information
#EDD049 (or 0xEDD049) is known color: Festival. HEX triplet: ED, D0 and 49. RGB value is (237,208,73). Sum of RGB (Red+Green+Blue) = 237+208+73=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 73 (28.91% from 255 or 14.09% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD049 is #122FB6. Grayscale: #C9C9C9. Windows color (decimal): -1191863 or 4837613. OLE color: 4837613.
HSL color Cylindrical-coordinate representation of color #EDD049: hue angle of 49.39º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDD049 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 73 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.07 |
| HSL | 49.39º | 0.82% | 0.61% | - |
| HSV(B) | 49.39º | 0.69% | 0.93% | - |
| XYZ | 58.68 | 63.6 | 15.49 | - |
| YUV | 201.28 | 55.61 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 73 | 0 | 0.12 | 0.69 | 0.07 | 49.39 | 0.82 | 0.61 |
| Hex | ED | D0 | 49 | 0 | C | 45 | 7 | 31 | 52 | 3D |
| Octal | 355 | 320 | 111 | 0 | 14 | 105 | 7 | 61 | 122 | 75 |
| Binary | 11101101 | 11010000 | 1001001 | 0 | 1100 | 1000101 | 111 | 110001 | 1010010 | 111101 |
Color Harmonies of #EDD049
Complementary color
Monochromatic Colors of #EDD049
Black with #EDD049
Text Example
Text Example
White with #EDD049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD049; }
p { color: rgb(237,208,73); }
H1.HeaderClassName
{
color: #EDD049;
}
.AnyTagClassName
{
color: #EDD049;
}
</style>
background-color css
<style>
a { background-color: #EDD049; }
a { background-color: rgb(237,208,73); }
div.DivClassName
{
background-color: #EDD049;
}
.BgClassName
{
background-color: #EDD049;
}
</style>
border-color css
<style>
span { border-color: #EDD049; }
span { border-color: rgb(237,208,73); }
td.TdClassName
{
border-color: #EDD049;
}
.TagClassName
{
border-color: #EDD049;
}
</style>