Shades of Festival #EDC946
Tints of Festival #EDC946
RGB
CMYK
RGB Variations
Color information
#EDC946 (or 0xEDC946) is known color: Festival. HEX triplet: ED, C9 and 46. RGB value is (237,201,70). Sum of RGB (Red+Green+Blue) = 237+201+70=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 70 (27.73% from 255 or 13.78% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC946 is #1236B9. Grayscale: #C5C5C5. Windows color (decimal): -1193658 or 4639213. OLE color: 4639213.
HSL color Cylindrical-coordinate representation of color #EDC946: hue angle of 47.07º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDC946 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 70 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.07 |
| HSL | 47.07º | 0.82% | 0.6% | - |
| HSV(B) | 47.07º | 0.7% | 0.93% | - |
| XYZ | 56.92 | 60.22 | 14.42 | - |
| YUV | 196.83 | 56.43 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 70 | 0 | 0.15 | 0.70 | 0.07 | 47.07 | 0.82 | 0.6 |
| Hex | ED | C9 | 46 | 0 | F | 46 | 7 | 2F | 52 | 3C |
| Octal | 355 | 311 | 106 | 0 | 17 | 106 | 7 | 57 | 122 | 74 |
| Binary | 11101101 | 11001001 | 1000110 | 0 | 1111 | 1000110 | 111 | 101111 | 1010010 | 111100 |
Color Harmonies of #EDC946
Complementary color
Monochromatic Colors of #EDC946
Black with #EDC946
Text Example
Text Example
White with #EDC946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC946; }
p { color: rgb(237,201,70); }
H1.HeaderClassName
{
color: #EDC946;
}
.AnyTagClassName
{
color: #EDC946;
}
</style>
background-color css
<style>
a { background-color: #EDC946; }
a { background-color: rgb(237,201,70); }
div.DivClassName
{
background-color: #EDC946;
}
.BgClassName
{
background-color: #EDC946;
}
</style>
border-color css
<style>
span { border-color: #EDC946; }
span { border-color: rgb(237,201,70); }
td.TdClassName
{
border-color: #EDC946;
}
.TagClassName
{
border-color: #EDC946;
}
</style>