Shades of Festival #EDD741
Tints of Festival #EDD741
RGB
CMYK
RGB Variations
Color information
#EDD741 (or 0xEDD741) is known color: Festival. HEX triplet: ED, D7 and 41. RGB value is (237,215,65). Sum of RGB (Red+Green+Blue) = 237+215+65=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 65 (25.78% from 255 or 12.57% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD741 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD741 is #1228BE. Grayscale: #CDCDCD. Windows color (decimal): -1190079 or 4315117. OLE color: 4315117.
HSL color Cylindrical-coordinate representation of color #EDD741: hue angle of 52.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 #EDD741 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 65 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.07 |
| HSL | 52.33º | 0.83% | 0.59% | - |
| HSV(B) | 52.33º | 0.73% | 0.93% | - |
| XYZ | 60.18 | 66.99 | 14.76 | - |
| YUV | 204.48 | 49.29 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 65 | 0 | 0.09 | 0.73 | 0.07 | 52.33 | 0.83 | 0.59 |
| Hex | ED | D7 | 41 | 0 | 9 | 49 | 7 | 34 | 53 | 3B |
| Octal | 355 | 327 | 101 | 0 | 11 | 111 | 7 | 64 | 123 | 73 |
| Binary | 11101101 | 11010111 | 1000001 | 0 | 1001 | 1001001 | 111 | 110100 | 1010011 | 111011 |
Color Harmonies of #EDD741
Complementary color
Monochromatic Colors of #EDD741
Black with #EDD741
Text Example
Text Example
White with #EDD741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD741; }
p { color: rgb(237,215,65); }
H1.HeaderClassName
{
color: #EDD741;
}
.AnyTagClassName
{
color: #EDD741;
}
</style>
background-color css
<style>
a { background-color: #EDD741; }
a { background-color: rgb(237,215,65); }
div.DivClassName
{
background-color: #EDD741;
}
.BgClassName
{
background-color: #EDD741;
}
</style>
border-color css
<style>
span { border-color: #EDD741; }
span { border-color: rgb(237,215,65); }
td.TdClassName
{
border-color: #EDD741;
}
.TagClassName
{
border-color: #EDD741;
}
</style>