Shades of Festival #EDC73D
Tints of Festival #EDC73D
RGB
CMYK
RGB Variations
Color information
#EDC73D (or 0xEDC73D) is known color: Festival. HEX triplet: ED, C7 and 3D. RGB value is (237,199,61). Sum of RGB (Red+Green+Blue) = 237+199+61=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC73D is #1238C2. Grayscale: #C3C3C3. Windows color (decimal): -1194179 or 4048877. OLE color: 4048877.
HSL color Cylindrical-coordinate representation of color #EDC73D: hue angle of 47.05º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDC73D is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 61 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.07 |
| HSL | 47.05º | 0.83% | 0.58% | - |
| HSV(B) | 47.05º | 0.74% | 0.93% | - |
| XYZ | 56.19 | 59.19 | 12.88 | - |
| YUV | 194.63 | 52.59 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 61 | 0 | 0.16 | 0.74 | 0.07 | 47.05 | 0.83 | 0.58 |
| Hex | ED | C7 | 3D | 0 | 10 | 4A | 7 | 2F | 53 | 3A |
| Octal | 355 | 307 | 75 | 0 | 20 | 112 | 7 | 57 | 123 | 72 |
| Binary | 11101101 | 11000111 | 111101 | 0 | 10000 | 1001010 | 111 | 101111 | 1010011 | 111010 |
Color Harmonies of #EDC73D
Complementary color
Monochromatic Colors of #EDC73D
Black with #EDC73D
Text Example
Text Example
White with #EDC73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC73D; }
p { color: rgb(237,199,61); }
H1.HeaderClassName
{
color: #EDC73D;
}
.AnyTagClassName
{
color: #EDC73D;
}
</style>
background-color css
<style>
a { background-color: #EDC73D; }
a { background-color: rgb(237,199,61); }
div.DivClassName
{
background-color: #EDC73D;
}
.BgClassName
{
background-color: #EDC73D;
}
</style>
border-color css
<style>
span { border-color: #EDC73D; }
span { border-color: rgb(237,199,61); }
td.TdClassName
{
border-color: #EDC73D;
}
.TagClassName
{
border-color: #EDC73D;
}
</style>