Shades of Festival #EDC54A
Tints of Festival #EDC54A
RGB
CMYK
RGB Variations
Color information
#EDC54A (or 0xEDC54A) is known color: Festival. HEX triplet: ED, C5 and 4A. RGB value is (237,197,74). Sum of RGB (Red+Green+Blue) = 237+197+74=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 74 (29.30% from 255 or 14.57% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC54A is #123AB5. Grayscale: #C3C3C3. Windows color (decimal): -1194678 or 4900333. OLE color: 4900333.
HSL color Cylindrical-coordinate representation of color #EDC54A: hue angle of 45.28º 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 #EDC54A is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 74 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.07 |
| HSL | 45.28º | 0.82% | 0.61% | - |
| HSV(B) | 45.28º | 0.69% | 0.93% | - |
| XYZ | 56.13 | 58.43 | 14.8 | - |
| YUV | 194.94 | 59.75 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 74 | 0 | 0.17 | 0.69 | 0.07 | 45.28 | 0.82 | 0.61 |
| Hex | ED | C5 | 4A | 0 | 11 | 45 | 7 | 2D | 52 | 3D |
| Octal | 355 | 305 | 112 | 0 | 21 | 105 | 7 | 55 | 122 | 75 |
| Binary | 11101101 | 11000101 | 1001010 | 0 | 10001 | 1000101 | 111 | 101101 | 1010010 | 111101 |
Color Harmonies of #EDC54A
Complementary color
Monochromatic Colors of #EDC54A
Black with #EDC54A
Text Example
Text Example
White with #EDC54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC54A; }
p { color: rgb(237,197,74); }
H1.HeaderClassName
{
color: #EDC54A;
}
.AnyTagClassName
{
color: #EDC54A;
}
</style>
background-color css
<style>
a { background-color: #EDC54A; }
a { background-color: rgb(237,197,74); }
div.DivClassName
{
background-color: #EDC54A;
}
.BgClassName
{
background-color: #EDC54A;
}
</style>
border-color css
<style>
span { border-color: #EDC54A; }
span { border-color: rgb(237,197,74); }
td.TdClassName
{
border-color: #EDC54A;
}
.TagClassName
{
border-color: #EDC54A;
}
</style>