Shades of Festival #EDC446
Tints of Festival #EDC446
RGB
CMYK
RGB Variations
Color information
#EDC446 (or 0xEDC446) is known color: Festival. HEX triplet: ED, C4 and 46. RGB value is (237,196,70). Sum of RGB (Red+Green+Blue) = 237+196+70=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 70 (27.73% from 255 or 13.92% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC446 is #123BB9. Grayscale: #C2C2C2. Windows color (decimal): -1194938 or 4637933. OLE color: 4637933.
HSL color Cylindrical-coordinate representation of color #EDC446: hue angle of 45.27º 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 #EDC446 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 70 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.07 |
| HSL | 45.27º | 0.82% | 0.6% | - |
| HSV(B) | 45.27º | 0.7% | 0.93% | - |
| XYZ | 55.77 | 57.93 | 14.04 | - |
| YUV | 193.9 | 58.08 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 70 | 0 | 0.17 | 0.70 | 0.07 | 45.27 | 0.82 | 0.6 |
| Hex | ED | C4 | 46 | 0 | 11 | 46 | 7 | 2D | 52 | 3C |
| Octal | 355 | 304 | 106 | 0 | 21 | 106 | 7 | 55 | 122 | 74 |
| Binary | 11101101 | 11000100 | 1000110 | 0 | 10001 | 1000110 | 111 | 101101 | 1010010 | 111100 |
Color Harmonies of #EDC446
Complementary color
Monochromatic Colors of #EDC446
Black with #EDC446
Text Example
Text Example
White with #EDC446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC446; }
p { color: rgb(237,196,70); }
H1.HeaderClassName
{
color: #EDC446;
}
.AnyTagClassName
{
color: #EDC446;
}
</style>
background-color css
<style>
a { background-color: #EDC446; }
a { background-color: rgb(237,196,70); }
div.DivClassName
{
background-color: #EDC446;
}
.BgClassName
{
background-color: #EDC446;
}
</style>
border-color css
<style>
span { border-color: #EDC446; }
span { border-color: rgb(237,196,70); }
td.TdClassName
{
border-color: #EDC446;
}
.TagClassName
{
border-color: #EDC446;
}
</style>