Shades of Festival #EDC74E
Tints of Festival #EDC74E
RGB
CMYK
RGB Variations
Color information
#EDC74E (or 0xEDC74E) is known color: Festival. HEX triplet: ED, C7 and 4E. RGB value is (237,199,78). Sum of RGB (Red+Green+Blue) = 237+199+78=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC74E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC74E is #1238B1. Grayscale: #C5C5C5. Windows color (decimal): -1194162 or 5162989. OLE color: 5162989.
HSL color Cylindrical-coordinate representation of color #EDC74E: hue angle of 45.66º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDC74E is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 78 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.07 |
| HSL | 45.66º | 0.82% | 0.62% | - |
| HSV(B) | 45.66º | 0.67% | 0.93% | - |
| XYZ | 56.72 | 59.4 | 15.68 | - |
| YUV | 196.57 | 61.09 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 78 | 0 | 0.16 | 0.67 | 0.07 | 45.66 | 0.82 | 0.62 |
| Hex | ED | C7 | 4E | 0 | 10 | 43 | 7 | 2E | 52 | 3E |
| Octal | 355 | 307 | 116 | 0 | 20 | 103 | 7 | 56 | 122 | 76 |
| Binary | 11101101 | 11000111 | 1001110 | 0 | 10000 | 1000011 | 111 | 101110 | 1010010 | 111110 |
Color Harmonies of #EDC74E
Complementary color
Monochromatic Colors of #EDC74E
Black with #EDC74E
Text Example
Text Example
White with #EDC74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC74E; }
p { color: rgb(237,199,78); }
H1.HeaderClassName
{
color: #EDC74E;
}
.AnyTagClassName
{
color: #EDC74E;
}
</style>
background-color css
<style>
a { background-color: #EDC74E; }
a { background-color: rgb(237,199,78); }
div.DivClassName
{
background-color: #EDC74E;
}
.BgClassName
{
background-color: #EDC74E;
}
</style>
border-color css
<style>
span { border-color: #EDC74E; }
span { border-color: rgb(237,199,78); }
td.TdClassName
{
border-color: #EDC74E;
}
.TagClassName
{
border-color: #EDC74E;
}
</style>