Shades of Festival #EDC53F
Tints of Festival #EDC53F
RGB
CMYK
RGB Variations
Color information
#EDC53F (or 0xEDC53F) is known color: Festival. HEX triplet: ED, C5 and 3F. RGB value is (237,197,63). Sum of RGB (Red+Green+Blue) = 237+197+63=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 63 (25% from 255 or 12.68% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC53F is #123AC0. Grayscale: #C2C2C2. Windows color (decimal): -1194689 or 4179437. OLE color: 4179437.
HSL color Cylindrical-coordinate representation of color #EDC53F: hue angle of 46.21º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDC53F is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 63 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.07 |
| HSL | 46.21º | 0.83% | 0.59% | - |
| HSV(B) | 46.21º | 0.73% | 0.93% | - |
| XYZ | 55.79 | 58.3 | 13.01 | - |
| YUV | 193.68 | 54.25 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 63 | 0 | 0.17 | 0.73 | 0.07 | 46.21 | 0.83 | 0.59 |
| Hex | ED | C5 | 3F | 0 | 11 | 49 | 7 | 2E | 53 | 3B |
| Octal | 355 | 305 | 77 | 0 | 21 | 111 | 7 | 56 | 123 | 73 |
| Binary | 11101101 | 11000101 | 111111 | 0 | 10001 | 1001001 | 111 | 101110 | 1010011 | 111011 |
Color Harmonies of #EDC53F
Complementary color
Monochromatic Colors of #EDC53F
Black with #EDC53F
Text Example
Text Example
White with #EDC53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC53F; }
p { color: rgb(237,197,63); }
H1.HeaderClassName
{
color: #EDC53F;
}
.AnyTagClassName
{
color: #EDC53F;
}
</style>
background-color css
<style>
a { background-color: #EDC53F; }
a { background-color: rgb(237,197,63); }
div.DivClassName
{
background-color: #EDC53F;
}
.BgClassName
{
background-color: #EDC53F;
}
</style>
border-color css
<style>
span { border-color: #EDC53F; }
span { border-color: rgb(237,197,63); }
td.TdClassName
{
border-color: #EDC53F;
}
.TagClassName
{
border-color: #EDC53F;
}
</style>