Shades of Festival #EDD946
Tints of Festival #EDD946
RGB
CMYK
RGB Variations
Color information
#EDD946 (or 0xEDD946) is known color: Festival. HEX triplet: ED, D9 and 46. RGB value is (237,217,70). Sum of RGB (Red+Green+Blue) = 237+217+70=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 70 (27.73% from 255 or 13.36% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD946 is #1226B9. Grayscale: #CECECE. Windows color (decimal): -1189562 or 4643309. OLE color: 4643309.
HSL color Cylindrical-coordinate representation of color #EDD946: hue angle of 52.81º 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 #EDD946 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 70 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.07 |
| HSL | 52.81º | 0.82% | 0.6% | - |
| HSV(B) | 52.81º | 0.7% | 0.93% | - |
| XYZ | 60.84 | 68.07 | 15.73 | - |
| YUV | 206.22 | 51.13 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 70 | 0 | 0.08 | 0.70 | 0.07 | 52.81 | 0.82 | 0.6 |
| Hex | ED | D9 | 46 | 0 | 8 | 46 | 7 | 35 | 52 | 3C |
| Octal | 355 | 331 | 106 | 0 | 10 | 106 | 7 | 65 | 122 | 74 |
| Binary | 11101101 | 11011001 | 1000110 | 0 | 1000 | 1000110 | 111 | 110101 | 1010010 | 111100 |
Color Harmonies of #EDD946
Complementary color
Monochromatic Colors of #EDD946
Black with #EDD946
Text Example
Text Example
White with #EDD946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD946; }
p { color: rgb(237,217,70); }
H1.HeaderClassName
{
color: #EDD946;
}
.AnyTagClassName
{
color: #EDD946;
}
</style>
background-color css
<style>
a { background-color: #EDD946; }
a { background-color: rgb(237,217,70); }
div.DivClassName
{
background-color: #EDD946;
}
.BgClassName
{
background-color: #EDD946;
}
</style>
border-color css
<style>
span { border-color: #EDD946; }
span { border-color: rgb(237,217,70); }
td.TdClassName
{
border-color: #EDD946;
}
.TagClassName
{
border-color: #EDD946;
}
</style>