Shades of Festival #EDD63F
Tints of Festival #EDD63F
RGB
CMYK
RGB Variations
Color information
#EDD63F (or 0xEDD63F) is known color: Festival. HEX triplet: ED, D6 and 3F. RGB value is (237,214,63). Sum of RGB (Red+Green+Blue) = 237+214+63=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 63 (25% from 255 or 12.26% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD63F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD63F is #1229C0. Grayscale: #CCCCCC. Windows color (decimal): -1190337 or 4183789. OLE color: 4183789.
HSL color Cylindrical-coordinate representation of color #EDD63F: hue angle of 52.07º 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 #EDD63F is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 63 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.07 |
| HSL | 52.07º | 0.83% | 0.59% | - |
| HSV(B) | 52.07º | 0.73% | 0.93% | - |
| XYZ | 59.87 | 66.46 | 14.37 | - |
| YUV | 203.66 | 48.62 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 63 | 0 | 0.10 | 0.73 | 0.07 | 52.07 | 0.83 | 0.59 |
| Hex | ED | D6 | 3F | 0 | A | 49 | 7 | 34 | 53 | 3B |
| Octal | 355 | 326 | 77 | 0 | 12 | 111 | 7 | 64 | 123 | 73 |
| Binary | 11101101 | 11010110 | 111111 | 0 | 1010 | 1001001 | 111 | 110100 | 1010011 | 111011 |
Color Harmonies of #EDD63F
Complementary color
Monochromatic Colors of #EDD63F
Black with #EDD63F
Text Example
Text Example
White with #EDD63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD63F; }
p { color: rgb(237,214,63); }
H1.HeaderClassName
{
color: #EDD63F;
}
.AnyTagClassName
{
color: #EDD63F;
}
</style>
background-color css
<style>
a { background-color: #EDD63F; }
a { background-color: rgb(237,214,63); }
div.DivClassName
{
background-color: #EDD63F;
}
.BgClassName
{
background-color: #EDD63F;
}
</style>
border-color css
<style>
span { border-color: #EDD63F; }
span { border-color: rgb(237,214,63); }
td.TdClassName
{
border-color: #EDD63F;
}
.TagClassName
{
border-color: #EDD63F;
}
</style>