Shades of Festival #EDD53F
Tints of Festival #EDD53F
RGB
CMYK
RGB Variations
Color information
#EDD53F (or 0xEDD53F) is known color: Festival. HEX triplet: ED, D5 and 3F. RGB value is (237,213,63). Sum of RGB (Red+Green+Blue) = 237+213+63=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 63 (25% from 255 or 12.28% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD53F is #122AC0. Grayscale: #CBCBCB. Windows color (decimal): -1190593 or 4183533. OLE color: 4183533.
HSL color Cylindrical-coordinate representation of color #EDD53F: hue angle of 51.72º 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 #EDD53F is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 63 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.07 |
| HSL | 51.72º | 0.83% | 0.59% | - |
| HSV(B) | 51.72º | 0.73% | 0.93% | - |
| XYZ | 59.62 | 65.95 | 14.29 | - |
| YUV | 203.08 | 48.95 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 63 | 0 | 0.10 | 0.73 | 0.07 | 51.72 | 0.83 | 0.59 |
| Hex | ED | D5 | 3F | 0 | A | 49 | 7 | 34 | 53 | 3B |
| Octal | 355 | 325 | 77 | 0 | 12 | 111 | 7 | 64 | 123 | 73 |
| Binary | 11101101 | 11010101 | 111111 | 0 | 1010 | 1001001 | 111 | 110100 | 1010011 | 111011 |
Color Harmonies of #EDD53F
Complementary color
Monochromatic Colors of #EDD53F
Black with #EDD53F
Text Example
Text Example
White with #EDD53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD53F; }
p { color: rgb(237,213,63); }
H1.HeaderClassName
{
color: #EDD53F;
}
.AnyTagClassName
{
color: #EDD53F;
}
</style>
background-color css
<style>
a { background-color: #EDD53F; }
a { background-color: rgb(237,213,63); }
div.DivClassName
{
background-color: #EDD53F;
}
.BgClassName
{
background-color: #EDD53F;
}
</style>
border-color css
<style>
span { border-color: #EDD53F; }
span { border-color: rgb(237,213,63); }
td.TdClassName
{
border-color: #EDD53F;
}
.TagClassName
{
border-color: #EDD53F;
}
</style>