Shades of Festival #EDC84A
Tints of Festival #EDC84A
RGB
CMYK
RGB Variations
Color information
#EDC84A (or 0xEDC84A) is known color: Festival. HEX triplet: ED, C8 and 4A. RGB value is (237,200,74). Sum of RGB (Red+Green+Blue) = 237+200+74=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC84A is #1237B5. Grayscale: #C5C5C5. Windows color (decimal): -1193910 or 4901101. OLE color: 4901101.
HSL color Cylindrical-coordinate representation of color #EDC84A: hue angle of 46.38º 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 #EDC84A is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 74 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.07 |
| HSL | 46.38º | 0.82% | 0.61% | - |
| HSV(B) | 46.38º | 0.69% | 0.93% | - |
| XYZ | 56.82 | 59.81 | 15.03 | - |
| YUV | 196.7 | 58.76 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 74 | 0 | 0.16 | 0.69 | 0.07 | 46.38 | 0.82 | 0.61 |
| Hex | ED | C8 | 4A | 0 | 10 | 45 | 7 | 2E | 52 | 3D |
| Octal | 355 | 310 | 112 | 0 | 20 | 105 | 7 | 56 | 122 | 75 |
| Binary | 11101101 | 11001000 | 1001010 | 0 | 10000 | 1000101 | 111 | 101110 | 1010010 | 111101 |
Color Harmonies of #EDC84A
Complementary color
Monochromatic Colors of #EDC84A
Black with #EDC84A
Text Example
Text Example
White with #EDC84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC84A; }
p { color: rgb(237,200,74); }
H1.HeaderClassName
{
color: #EDC84A;
}
.AnyTagClassName
{
color: #EDC84A;
}
</style>
background-color css
<style>
a { background-color: #EDC84A; }
a { background-color: rgb(237,200,74); }
div.DivClassName
{
background-color: #EDC84A;
}
.BgClassName
{
background-color: #EDC84A;
}
</style>
border-color css
<style>
span { border-color: #EDC84A; }
span { border-color: rgb(237,200,74); }
td.TdClassName
{
border-color: #EDC84A;
}
.TagClassName
{
border-color: #EDC84A;
}
</style>