Shades of Festival #EDC850
Tints of Festival #EDC850
RGB
CMYK
RGB Variations
Color information
#EDC850 (or 0xEDC850) is known color: Festival. HEX triplet: ED, C8 and 50. RGB value is (237,200,80). Sum of RGB (Red+Green+Blue) = 237+200+80=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC850 is #1237AF. Grayscale: #C5C5C5. Windows color (decimal): -1193904 or 5294317. OLE color: 5294317.
HSL color Cylindrical-coordinate representation of color #EDC850: hue angle of 45.86º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDC850 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 80 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.07 |
| HSL | 45.86º | 0.81% | 0.62% | - |
| HSV(B) | 45.86º | 0.66% | 0.93% | - |
| XYZ | 57.03 | 59.89 | 16.14 | - |
| YUV | 197.38 | 61.76 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 80 | 0 | 0.16 | 0.66 | 0.07 | 45.86 | 0.81 | 0.62 |
| Hex | ED | C8 | 50 | 0 | 10 | 42 | 7 | 2E | 51 | 3E |
| Octal | 355 | 310 | 120 | 0 | 20 | 102 | 7 | 56 | 121 | 76 |
| Binary | 11101101 | 11001000 | 1010000 | 0 | 10000 | 1000010 | 111 | 101110 | 1010001 | 111110 |
Color Harmonies of #EDC850
Complementary color
Monochromatic Colors of #EDC850
Black with #EDC850
Text Example
Text Example
White with #EDC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC850; }
p { color: rgb(237,200,80); }
H1.HeaderClassName
{
color: #EDC850;
}
.AnyTagClassName
{
color: #EDC850;
}
</style>
background-color css
<style>
a { background-color: #EDC850; }
a { background-color: rgb(237,200,80); }
div.DivClassName
{
background-color: #EDC850;
}
.BgClassName
{
background-color: #EDC850;
}
</style>
border-color css
<style>
span { border-color: #EDC850; }
span { border-color: rgb(237,200,80); }
td.TdClassName
{
border-color: #EDC850;
}
.TagClassName
{
border-color: #EDC850;
}
</style>