Shades of Festival #EDD347
Tints of Festival #EDD347
RGB
CMYK
RGB Variations
Color information
#EDD347 (or 0xEDD347) is known color: Festival. HEX triplet: ED, D3 and 47. RGB value is (237,211,71). Sum of RGB (Red+Green+Blue) = 237+211+71=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 71 (28.12% from 255 or 13.68% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD347 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD347 is #122CB8. Grayscale: #CBCBCB. Windows color (decimal): -1191097 or 4707309. OLE color: 4707309.
HSL color Cylindrical-coordinate representation of color #EDD347: hue angle of 50.6º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDD347 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 71 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.07 |
| HSL | 50.6º | 0.82% | 0.6% | - |
| HSV(B) | 50.6º | 0.7% | 0.93% | - |
| XYZ | 59.36 | 65.05 | 15.39 | - |
| YUV | 202.81 | 53.61 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 71 | 0 | 0.11 | 0.70 | 0.07 | 50.6 | 0.82 | 0.6 |
| Hex | ED | D3 | 47 | 0 | B | 46 | 7 | 33 | 52 | 3C |
| Octal | 355 | 323 | 107 | 0 | 13 | 106 | 7 | 63 | 122 | 74 |
| Binary | 11101101 | 11010011 | 1000111 | 0 | 1011 | 1000110 | 111 | 110011 | 1010010 | 111100 |
Color Harmonies of #EDD347
Complementary color
Monochromatic Colors of #EDD347
Black with #EDD347
Text Example
Text Example
White with #EDD347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD347; }
p { color: rgb(237,211,71); }
H1.HeaderClassName
{
color: #EDD347;
}
.AnyTagClassName
{
color: #EDD347;
}
</style>
background-color css
<style>
a { background-color: #EDD347; }
a { background-color: rgb(237,211,71); }
div.DivClassName
{
background-color: #EDD347;
}
.BgClassName
{
background-color: #EDD347;
}
</style>
border-color css
<style>
span { border-color: #EDD347; }
span { border-color: rgb(237,211,71); }
td.TdClassName
{
border-color: #EDD347;
}
.TagClassName
{
border-color: #EDD347;
}
</style>