Shades of Festival #EDC74A
Tints of Festival #EDC74A
RGB
CMYK
RGB Variations
Color information
#EDC74A (or 0xEDC74A) is known color: Festival. HEX triplet: ED, C7 and 4A. RGB value is (237,199,74). Sum of RGB (Red+Green+Blue) = 237+199+74=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC74A is #1238B5. Grayscale: #C4C4C4. Windows color (decimal): -1194166 or 4900845. OLE color: 4900845.
HSL color Cylindrical-coordinate representation of color #EDC74A: hue angle of 46.01º 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 #EDC74A is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 74 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.07 |
| HSL | 46.01º | 0.82% | 0.61% | - |
| HSV(B) | 46.01º | 0.69% | 0.93% | - |
| XYZ | 56.58 | 59.35 | 14.95 | - |
| YUV | 196.11 | 59.09 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 74 | 0 | 0.16 | 0.69 | 0.07 | 46.01 | 0.82 | 0.61 |
| Hex | ED | C7 | 4A | 0 | 10 | 45 | 7 | 2E | 52 | 3D |
| Octal | 355 | 307 | 112 | 0 | 20 | 105 | 7 | 56 | 122 | 75 |
| Binary | 11101101 | 11000111 | 1001010 | 0 | 10000 | 1000101 | 111 | 101110 | 1010010 | 111101 |
Color Harmonies of #EDC74A
Complementary color
Monochromatic Colors of #EDC74A
Black with #EDC74A
Text Example
Text Example
White with #EDC74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC74A; }
p { color: rgb(237,199,74); }
H1.HeaderClassName
{
color: #EDC74A;
}
.AnyTagClassName
{
color: #EDC74A;
}
</style>
background-color css
<style>
a { background-color: #EDC74A; }
a { background-color: rgb(237,199,74); }
div.DivClassName
{
background-color: #EDC74A;
}
.BgClassName
{
background-color: #EDC74A;
}
</style>
border-color css
<style>
span { border-color: #EDC74A; }
span { border-color: rgb(237,199,74); }
td.TdClassName
{
border-color: #EDC74A;
}
.TagClassName
{
border-color: #EDC74A;
}
</style>