Shades of Festival #EDD443
Tints of Festival #EDD443
RGB
CMYK
RGB Variations
Color information
#EDD443 (or 0xEDD443) is known color: Festival. HEX triplet: ED, D4 and 43. RGB value is (237,212,67). Sum of RGB (Red+Green+Blue) = 237+212+67=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 67 (26.56% from 255 or 12.98% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD443 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD443 is #122BBC. Grayscale: #CBCBCB. Windows color (decimal): -1190845 or 4445421. OLE color: 4445421.
HSL color Cylindrical-coordinate representation of color #EDD443: hue angle of 51.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 #EDD443 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 67 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.07 |
| HSL | 51.18º | 0.83% | 0.6% | - |
| HSV(B) | 51.18º | 0.72% | 0.93% | - |
| XYZ | 59.48 | 65.5 | 14.82 | - |
| YUV | 202.95 | 51.28 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 67 | 0 | 0.11 | 0.72 | 0.07 | 51.18 | 0.83 | 0.6 |
| Hex | ED | D4 | 43 | 0 | B | 48 | 7 | 33 | 53 | 3C |
| Octal | 355 | 324 | 103 | 0 | 13 | 110 | 7 | 63 | 123 | 74 |
| Binary | 11101101 | 11010100 | 1000011 | 0 | 1011 | 1001000 | 111 | 110011 | 1010011 | 111100 |
Color Harmonies of #EDD443
Complementary color
Monochromatic Colors of #EDD443
Black with #EDD443
Text Example
Text Example
White with #EDD443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD443; }
p { color: rgb(237,212,67); }
H1.HeaderClassName
{
color: #EDD443;
}
.AnyTagClassName
{
color: #EDD443;
}
</style>
background-color css
<style>
a { background-color: #EDD443; }
a { background-color: rgb(237,212,67); }
div.DivClassName
{
background-color: #EDD443;
}
.BgClassName
{
background-color: #EDD443;
}
</style>
border-color css
<style>
span { border-color: #EDD443; }
span { border-color: rgb(237,212,67); }
td.TdClassName
{
border-color: #EDD443;
}
.TagClassName
{
border-color: #EDD443;
}
</style>