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