Shades of Festival #EDC84C
Tints of Festival #EDC84C
RGB
CMYK
RGB Variations
Color information
#EDC84C (or 0xEDC84C) is known color: Festival. HEX triplet: ED, C8 and 4C. RGB value is (237,200,76). Sum of RGB (Red+Green+Blue) = 237+200+76=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 76 (30.08% from 255 or 14.81% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC84C is #1237B3. Grayscale: #C5C5C5. Windows color (decimal): -1193908 or 5032173. OLE color: 5032173.
HSL color Cylindrical-coordinate representation of color #EDC84C: hue angle of 46.21º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDC84C is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 76 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.07 |
| HSL | 46.21º | 0.82% | 0.61% | - |
| HSV(B) | 46.21º | 0.68% | 0.93% | - |
| XYZ | 56.88 | 59.83 | 15.39 | - |
| YUV | 196.93 | 59.76 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 76 | 0 | 0.16 | 0.68 | 0.07 | 46.21 | 0.82 | 0.61 |
| Hex | ED | C8 | 4C | 0 | 10 | 44 | 7 | 2E | 52 | 3D |
| Octal | 355 | 310 | 114 | 0 | 20 | 104 | 7 | 56 | 122 | 75 |
| Binary | 11101101 | 11001000 | 1001100 | 0 | 10000 | 1000100 | 111 | 101110 | 1010010 | 111101 |
Color Harmonies of #EDC84C
Complementary color
Monochromatic Colors of #EDC84C
Black with #EDC84C
Text Example
Text Example
White with #EDC84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC84C; }
p { color: rgb(237,200,76); }
H1.HeaderClassName
{
color: #EDC84C;
}
.AnyTagClassName
{
color: #EDC84C;
}
</style>
background-color css
<style>
a { background-color: #EDC84C; }
a { background-color: rgb(237,200,76); }
div.DivClassName
{
background-color: #EDC84C;
}
.BgClassName
{
background-color: #EDC84C;
}
</style>
border-color css
<style>
span { border-color: #EDC84C; }
span { border-color: rgb(237,200,76); }
td.TdClassName
{
border-color: #EDC84C;
}
.TagClassName
{
border-color: #EDC84C;
}
</style>