Shades of Festival #EDC443
Tints of Festival #EDC443
RGB
CMYK
RGB Variations
Color information
#EDC443 (or 0xEDC443) is known color: Festival. HEX triplet: ED, C4 and 43. RGB value is (237,196,67). Sum of RGB (Red+Green+Blue) = 237+196+67=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 67 (26.56% from 255 or 13.4% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC443 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC443 is #123BBC. Grayscale: #C2C2C2. Windows color (decimal): -1194941 or 4441325. OLE color: 4441325.
HSL color Cylindrical-coordinate representation of color #EDC443: hue angle of 45.53º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDC443 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 67 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.07 |
| HSL | 45.53º | 0.83% | 0.6% | - |
| HSV(B) | 45.53º | 0.72% | 0.93% | - |
| XYZ | 55.68 | 57.89 | 13.55 | - |
| YUV | 193.55 | 56.58 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 67 | 0 | 0.17 | 0.72 | 0.07 | 45.53 | 0.83 | 0.6 |
| Hex | ED | C4 | 43 | 0 | 11 | 48 | 7 | 2E | 53 | 3C |
| Octal | 355 | 304 | 103 | 0 | 21 | 110 | 7 | 56 | 123 | 74 |
| Binary | 11101101 | 11000100 | 1000011 | 0 | 10001 | 1001000 | 111 | 101110 | 1010011 | 111100 |
Color Harmonies of #EDC443
Complementary color
Monochromatic Colors of #EDC443
Black with #EDC443
Text Example
Text Example
White with #EDC443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC443; }
p { color: rgb(237,196,67); }
H1.HeaderClassName
{
color: #EDC443;
}
.AnyTagClassName
{
color: #EDC443;
}
</style>
background-color css
<style>
a { background-color: #EDC443; }
a { background-color: rgb(237,196,67); }
div.DivClassName
{
background-color: #EDC443;
}
.BgClassName
{
background-color: #EDC443;
}
</style>
border-color css
<style>
span { border-color: #EDC443; }
span { border-color: rgb(237,196,67); }
td.TdClassName
{
border-color: #EDC443;
}
.TagClassName
{
border-color: #EDC443;
}
</style>