Shades of Festival #EDC94D
Tints of Festival #EDC94D
RGB
CMYK
RGB Variations
Color information
#EDC94D (or 0xEDC94D) is known color: Festival. HEX triplet: ED, C9 and 4D. RGB value is (237,201,77). Sum of RGB (Red+Green+Blue) = 237+201+77=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC94D is #1236B2. Grayscale: #C6C6C6. Windows color (decimal): -1193651 or 5097965. OLE color: 5097965.
HSL color Cylindrical-coordinate representation of color #EDC94D: hue angle of 46.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDC94D is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 77 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.07 |
| HSL | 46.5º | 0.82% | 0.62% | - |
| HSV(B) | 46.5º | 0.68% | 0.93% | - |
| XYZ | 57.15 | 60.31 | 15.65 | - |
| YUV | 197.63 | 59.93 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 77 | 0 | 0.15 | 0.68 | 0.07 | 46.5 | 0.82 | 0.62 |
| Hex | ED | C9 | 4D | 0 | F | 44 | 7 | 2E | 52 | 3E |
| Octal | 355 | 311 | 115 | 0 | 17 | 104 | 7 | 56 | 122 | 76 |
| Binary | 11101101 | 11001001 | 1001101 | 0 | 1111 | 1000100 | 111 | 101110 | 1010010 | 111110 |
Color Harmonies of #EDC94D
Complementary color
Monochromatic Colors of #EDC94D
Black with #EDC94D
Text Example
Text Example
White with #EDC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC94D; }
p { color: rgb(237,201,77); }
H1.HeaderClassName
{
color: #EDC94D;
}
.AnyTagClassName
{
color: #EDC94D;
}
</style>
background-color css
<style>
a { background-color: #EDC94D; }
a { background-color: rgb(237,201,77); }
div.DivClassName
{
background-color: #EDC94D;
}
.BgClassName
{
background-color: #EDC94D;
}
</style>
border-color css
<style>
span { border-color: #EDC94D; }
span { border-color: rgb(237,201,77); }
td.TdClassName
{
border-color: #EDC94D;
}
.TagClassName
{
border-color: #EDC94D;
}
</style>