Shades of Festival #EDC343
Tints of Festival #EDC343
RGB
CMYK
RGB Variations
Color information
#EDC343 (or 0xEDC343) is known color: Festival. HEX triplet: ED, C3 and 43. RGB value is (237,195,67). Sum of RGB (Red+Green+Blue) = 237+195+67=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 67 (26.56% from 255 or 13.43% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC343 is #123CBC. Grayscale: #C1C1C1. Windows color (decimal): -1195197 or 4441069. OLE color: 4441069.
HSL color Cylindrical-coordinate representation of color #EDC343: hue angle of 45.18º 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 #EDC343 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 67 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.07 |
| HSL | 45.18º | 0.83% | 0.6% | - |
| HSV(B) | 45.18º | 0.72% | 0.93% | - |
| XYZ | 55.45 | 57.44 | 13.47 | - |
| YUV | 192.97 | 56.91 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 67 | 0 | 0.18 | 0.72 | 0.07 | 45.18 | 0.83 | 0.6 |
| Hex | ED | C3 | 43 | 0 | 12 | 48 | 7 | 2D | 53 | 3C |
| Octal | 355 | 303 | 103 | 0 | 22 | 110 | 7 | 55 | 123 | 74 |
| Binary | 11101101 | 11000011 | 1000011 | 0 | 10010 | 1001000 | 111 | 101101 | 1010011 | 111100 |
Color Harmonies of #EDC343
Complementary color
Monochromatic Colors of #EDC343
Black with #EDC343
Text Example
Text Example
White with #EDC343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC343; }
p { color: rgb(237,195,67); }
H1.HeaderClassName
{
color: #EDC343;
}
.AnyTagClassName
{
color: #EDC343;
}
</style>
background-color css
<style>
a { background-color: #EDC343; }
a { background-color: rgb(237,195,67); }
div.DivClassName
{
background-color: #EDC343;
}
.BgClassName
{
background-color: #EDC343;
}
</style>
border-color css
<style>
span { border-color: #EDC343; }
span { border-color: rgb(237,195,67); }
td.TdClassName
{
border-color: #EDC343;
}
.TagClassName
{
border-color: #EDC343;
}
</style>