Shades of Festival #EDD141
Tints of Festival #EDD141
RGB
CMYK
RGB Variations
Color information
#EDD141 (or 0xEDD141) is known color: Festival. HEX triplet: ED, D1 and 41. RGB value is (237,209,65). Sum of RGB (Red+Green+Blue) = 237+209+65=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD141 is #122EBE. Grayscale: #C9C9C9. Windows color (decimal): -1191615 or 4313581. OLE color: 4313581.
HSL color Cylindrical-coordinate representation of color #EDD141: hue angle of 50.23º 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 #EDD141 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 65 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.07 |
| HSL | 50.23º | 0.83% | 0.59% | - |
| HSV(B) | 50.23º | 0.73% | 0.93% | - |
| XYZ | 58.68 | 63.99 | 14.26 | - |
| YUV | 200.96 | 51.28 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 65 | 0 | 0.12 | 0.73 | 0.07 | 50.23 | 0.83 | 0.59 |
| Hex | ED | D1 | 41 | 0 | C | 49 | 7 | 32 | 53 | 3B |
| Octal | 355 | 321 | 101 | 0 | 14 | 111 | 7 | 62 | 123 | 73 |
| Binary | 11101101 | 11010001 | 1000001 | 0 | 1100 | 1001001 | 111 | 110010 | 1010011 | 111011 |
Color Harmonies of #EDD141
Complementary color
Monochromatic Colors of #EDD141
Black with #EDD141
Text Example
Text Example
White with #EDD141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD141; }
p { color: rgb(237,209,65); }
H1.HeaderClassName
{
color: #EDD141;
}
.AnyTagClassName
{
color: #EDD141;
}
</style>
background-color css
<style>
a { background-color: #EDD141; }
a { background-color: rgb(237,209,65); }
div.DivClassName
{
background-color: #EDD141;
}
.BgClassName
{
background-color: #EDD141;
}
</style>
border-color css
<style>
span { border-color: #EDD141; }
span { border-color: rgb(237,209,65); }
td.TdClassName
{
border-color: #EDD141;
}
.TagClassName
{
border-color: #EDD141;
}
</style>