Shades of Festival #EDD440
Tints of Festival #EDD440
RGB
CMYK
RGB Variations
Color information
#EDD440 (or 0xEDD440) is known color: Festival. HEX triplet: ED, D4 and 40. RGB value is (237,212,64). Sum of RGB (Red+Green+Blue) = 237+212+64=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD440 is #122BBF. Grayscale: #CBCBCB. Windows color (decimal): -1190848 or 4248813. OLE color: 4248813.
HSL color Cylindrical-coordinate representation of color #EDD440: hue angle of 51.33º 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 #EDD440 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 64 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.07 |
| HSL | 51.33º | 0.83% | 0.59% | - |
| HSV(B) | 51.33º | 0.73% | 0.93% | - |
| XYZ | 59.39 | 65.46 | 14.36 | - |
| YUV | 202.6 | 49.78 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 64 | 0 | 0.11 | 0.73 | 0.07 | 51.33 | 0.83 | 0.59 |
| Hex | ED | D4 | 40 | 0 | B | 49 | 7 | 33 | 53 | 3B |
| Octal | 355 | 324 | 100 | 0 | 13 | 111 | 7 | 63 | 123 | 73 |
| Binary | 11101101 | 11010100 | 1000000 | 0 | 1011 | 1001001 | 111 | 110011 | 1010011 | 111011 |
Color Harmonies of #EDD440
Complementary color
Monochromatic Colors of #EDD440
Black with #EDD440
Text Example
Text Example
White with #EDD440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD440; }
p { color: rgb(237,212,64); }
H1.HeaderClassName
{
color: #EDD440;
}
.AnyTagClassName
{
color: #EDD440;
}
</style>
background-color css
<style>
a { background-color: #EDD440; }
a { background-color: rgb(237,212,64); }
div.DivClassName
{
background-color: #EDD440;
}
.BgClassName
{
background-color: #EDD440;
}
</style>
border-color css
<style>
span { border-color: #EDD440; }
span { border-color: rgb(237,212,64); }
td.TdClassName
{
border-color: #EDD440;
}
.TagClassName
{
border-color: #EDD440;
}
</style>