Shades of Festival #EDD349
Tints of Festival #EDD349
RGB
CMYK
RGB Variations
Color information
#EDD349 (or 0xEDD349) is known color: Festival. HEX triplet: ED, D3 and 49. RGB value is (237,211,73). Sum of RGB (Red+Green+Blue) = 237+211+73=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 73 (28.91% from 255 or 14.01% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD349 is #122CB6. Grayscale: #CBCBCB. Windows color (decimal): -1191095 or 4838381. OLE color: 4838381.
HSL color Cylindrical-coordinate representation of color #EDD349: hue angle of 50.49º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDD349 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 73 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.07 |
| HSL | 50.49º | 0.82% | 0.61% | - |
| HSV(B) | 50.49º | 0.69% | 0.93% | - |
| XYZ | 59.42 | 65.07 | 15.73 | - |
| YUV | 203.04 | 54.61 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 73 | 0 | 0.11 | 0.69 | 0.07 | 50.49 | 0.82 | 0.61 |
| Hex | ED | D3 | 49 | 0 | B | 45 | 7 | 32 | 52 | 3D |
| Octal | 355 | 323 | 111 | 0 | 13 | 105 | 7 | 62 | 122 | 75 |
| Binary | 11101101 | 11010011 | 1001001 | 0 | 1011 | 1000101 | 111 | 110010 | 1010010 | 111101 |
Color Harmonies of #EDD349
Complementary color
Monochromatic Colors of #EDD349
Black with #EDD349
Text Example
Text Example
White with #EDD349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD349; }
p { color: rgb(237,211,73); }
H1.HeaderClassName
{
color: #EDD349;
}
.AnyTagClassName
{
color: #EDD349;
}
</style>
background-color css
<style>
a { background-color: #EDD349; }
a { background-color: rgb(237,211,73); }
div.DivClassName
{
background-color: #EDD349;
}
.BgClassName
{
background-color: #EDD349;
}
</style>
border-color css
<style>
span { border-color: #EDD349; }
span { border-color: rgb(237,211,73); }
td.TdClassName
{
border-color: #EDD349;
}
.TagClassName
{
border-color: #EDD349;
}
</style>