Shades of Festival #EDC649
Tints of Festival #EDC649
RGB
CMYK
RGB Variations
Color information
#EDC649 (or 0xEDC649) is known color: Festival. HEX triplet: ED, C6 and 49. RGB value is (237,198,73). Sum of RGB (Red+Green+Blue) = 237+198+73=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC649 is #1239B6. Grayscale: #C3C3C3. Windows color (decimal): -1194423 or 4835053. OLE color: 4835053.
HSL color Cylindrical-coordinate representation of color #EDC649: hue angle of 45.73º 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 #EDC649 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 73 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.07 |
| HSL | 45.73º | 0.82% | 0.61% | - |
| HSV(B) | 45.73º | 0.69% | 0.93% | - |
| XYZ | 56.32 | 58.87 | 14.7 | - |
| YUV | 195.41 | 58.92 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 73 | 0 | 0.16 | 0.69 | 0.07 | 45.73 | 0.82 | 0.61 |
| Hex | ED | C6 | 49 | 0 | 10 | 45 | 7 | 2E | 52 | 3D |
| Octal | 355 | 306 | 111 | 0 | 20 | 105 | 7 | 56 | 122 | 75 |
| Binary | 11101101 | 11000110 | 1001001 | 0 | 10000 | 1000101 | 111 | 101110 | 1010010 | 111101 |
Color Harmonies of #EDC649
Complementary color
Monochromatic Colors of #EDC649
Black with #EDC649
Text Example
Text Example
White with #EDC649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC649; }
p { color: rgb(237,198,73); }
H1.HeaderClassName
{
color: #EDC649;
}
.AnyTagClassName
{
color: #EDC649;
}
</style>
background-color css
<style>
a { background-color: #EDC649; }
a { background-color: rgb(237,198,73); }
div.DivClassName
{
background-color: #EDC649;
}
.BgClassName
{
background-color: #EDC649;
}
</style>
border-color css
<style>
span { border-color: #EDC649; }
span { border-color: rgb(237,198,73); }
td.TdClassName
{
border-color: #EDC649;
}
.TagClassName
{
border-color: #EDC649;
}
</style>