Shades of Festival #EDC941
Tints of Festival #EDC941
RGB
CMYK
RGB Variations
Color information
#EDC941 (or 0xEDC941) is known color: Festival. HEX triplet: ED, C9 and 41. RGB value is (237,201,65). Sum of RGB (Red+Green+Blue) = 237+201+65=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 65 (25.78% from 255 or 12.92% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC941 is #1236BE. Grayscale: #C4C4C4. Windows color (decimal): -1193663 or 4311533. OLE color: 4311533.
HSL color Cylindrical-coordinate representation of color #EDC941: hue angle of 47.44º 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 #EDC941 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 65 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.07 |
| HSL | 47.44º | 0.83% | 0.59% | - |
| HSV(B) | 47.44º | 0.73% | 0.93% | - |
| XYZ | 56.77 | 60.16 | 13.62 | - |
| YUV | 196.26 | 53.93 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 65 | 0 | 0.15 | 0.73 | 0.07 | 47.44 | 0.83 | 0.59 |
| Hex | ED | C9 | 41 | 0 | F | 49 | 7 | 2F | 53 | 3B |
| Octal | 355 | 311 | 101 | 0 | 17 | 111 | 7 | 57 | 123 | 73 |
| Binary | 11101101 | 11001001 | 1000001 | 0 | 1111 | 1001001 | 111 | 101111 | 1010011 | 111011 |
Color Harmonies of #EDC941
Complementary color
Monochromatic Colors of #EDC941
Black with #EDC941
Text Example
Text Example
White with #EDC941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC941; }
p { color: rgb(237,201,65); }
H1.HeaderClassName
{
color: #EDC941;
}
.AnyTagClassName
{
color: #EDC941;
}
</style>
background-color css
<style>
a { background-color: #EDC941; }
a { background-color: rgb(237,201,65); }
div.DivClassName
{
background-color: #EDC941;
}
.BgClassName
{
background-color: #EDC941;
}
</style>
border-color css
<style>
span { border-color: #EDC941; }
span { border-color: rgb(237,201,65); }
td.TdClassName
{
border-color: #EDC941;
}
.TagClassName
{
border-color: #EDC941;
}
</style>