Shades of Festival #EDCD49
Tints of Festival #EDCD49
RGB
CMYK
RGB Variations
Color information
#EDCD49 (or 0xEDCD49) is known color: Festival. HEX triplet: ED, CD and 49. RGB value is (237,205,73). Sum of RGB (Red+Green+Blue) = 237+205+73=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 73 (28.91% from 255 or 14.17% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD49 is #1232B6. Grayscale: #C8C8C8. Windows color (decimal): -1192631 or 4836845. OLE color: 4836845.
HSL color Cylindrical-coordinate representation of color #EDCD49: hue angle of 48.29º 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 #EDCD49 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 73 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.07 |
| HSL | 48.29º | 0.82% | 0.61% | - |
| HSV(B) | 48.29º | 0.69% | 0.93% | - |
| XYZ | 57.96 | 62.15 | 15.24 | - |
| YUV | 199.52 | 56.6 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 73 | 0 | 0.14 | 0.69 | 0.07 | 48.29 | 0.82 | 0.61 |
| Hex | ED | CD | 49 | 0 | E | 45 | 7 | 30 | 52 | 3D |
| Octal | 355 | 315 | 111 | 0 | 16 | 105 | 7 | 60 | 122 | 75 |
| Binary | 11101101 | 11001101 | 1001001 | 0 | 1110 | 1000101 | 111 | 110000 | 1010010 | 111101 |
Color Harmonies of #EDCD49
Complementary color
Monochromatic Colors of #EDCD49
Black with #EDCD49
Text Example
Text Example
White with #EDCD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD49; }
p { color: rgb(237,205,73); }
H1.HeaderClassName
{
color: #EDCD49;
}
.AnyTagClassName
{
color: #EDCD49;
}
</style>
background-color css
<style>
a { background-color: #EDCD49; }
a { background-color: rgb(237,205,73); }
div.DivClassName
{
background-color: #EDCD49;
}
.BgClassName
{
background-color: #EDCD49;
}
</style>
border-color css
<style>
span { border-color: #EDCD49; }
span { border-color: rgb(237,205,73); }
td.TdClassName
{
border-color: #EDCD49;
}
.TagClassName
{
border-color: #EDCD49;
}
</style>