Shades of Festival #EDC848
Tints of Festival #EDC848
RGB
CMYK
RGB Variations
Color information
#EDC848 (or 0xEDC848) is known color: Festival. HEX triplet: ED, C8 and 48. RGB value is (237,200,72). Sum of RGB (Red+Green+Blue) = 237+200+72=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 72 (28.52% from 255 or 14.15% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC848 is #1237B7. Grayscale: #C5C5C5. Windows color (decimal): -1193912 or 4770029. OLE color: 4770029.
HSL color Cylindrical-coordinate representation of color #EDC848: hue angle of 46.55º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDC848 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 72 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.07 |
| HSL | 46.55º | 0.82% | 0.61% | - |
| HSV(B) | 46.55º | 0.7% | 0.93% | - |
| XYZ | 56.75 | 59.78 | 14.68 | - |
| YUV | 196.47 | 57.76 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 72 | 0 | 0.16 | 0.70 | 0.07 | 46.55 | 0.82 | 0.61 |
| Hex | ED | C8 | 48 | 0 | 10 | 46 | 7 | 2F | 52 | 3D |
| Octal | 355 | 310 | 110 | 0 | 20 | 106 | 7 | 57 | 122 | 75 |
| Binary | 11101101 | 11001000 | 1001000 | 0 | 10000 | 1000110 | 111 | 101111 | 1010010 | 111101 |
Color Harmonies of #EDC848
Complementary color
Monochromatic Colors of #EDC848
Black with #EDC848
Text Example
Text Example
White with #EDC848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC848; }
p { color: rgb(237,200,72); }
H1.HeaderClassName
{
color: #EDC848;
}
.AnyTagClassName
{
color: #EDC848;
}
</style>
background-color css
<style>
a { background-color: #EDC848; }
a { background-color: rgb(237,200,72); }
div.DivClassName
{
background-color: #EDC848;
}
.BgClassName
{
background-color: #EDC848;
}
</style>
border-color css
<style>
span { border-color: #EDC848; }
span { border-color: rgb(237,200,72); }
td.TdClassName
{
border-color: #EDC848;
}
.TagClassName
{
border-color: #EDC848;
}
</style>