Shades of Festival #EDC63D
Tints of Festival #EDC63D
RGB
CMYK
RGB Variations
Color information
#EDC63D (or 0xEDC63D) is known color: Festival. HEX triplet: ED, C6 and 3D. RGB value is (237,198,61). Sum of RGB (Red+Green+Blue) = 237+198+61=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC63D is #1239C2. Grayscale: #C2C2C2. Windows color (decimal): -1194435 or 4048621. OLE color: 4048621.
HSL color Cylindrical-coordinate representation of color #EDC63D: hue angle of 46.7º 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 #EDC63D is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 61 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.07 |
| HSL | 46.7º | 0.83% | 0.58% | - |
| HSV(B) | 46.7º | 0.74% | 0.93% | - |
| XYZ | 55.96 | 58.73 | 12.8 | - |
| YUV | 194.04 | 52.92 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 61 | 0 | 0.16 | 0.74 | 0.07 | 46.7 | 0.83 | 0.58 |
| Hex | ED | C6 | 3D | 0 | 10 | 4A | 7 | 2F | 53 | 3A |
| Octal | 355 | 306 | 75 | 0 | 20 | 112 | 7 | 57 | 123 | 72 |
| Binary | 11101101 | 11000110 | 111101 | 0 | 10000 | 1001010 | 111 | 101111 | 1010011 | 111010 |
Color Harmonies of #EDC63D
Complementary color
Monochromatic Colors of #EDC63D
Black with #EDC63D
Text Example
Text Example
White with #EDC63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC63D; }
p { color: rgb(237,198,61); }
H1.HeaderClassName
{
color: #EDC63D;
}
.AnyTagClassName
{
color: #EDC63D;
}
</style>
background-color css
<style>
a { background-color: #EDC63D; }
a { background-color: rgb(237,198,61); }
div.DivClassName
{
background-color: #EDC63D;
}
.BgClassName
{
background-color: #EDC63D;
}
</style>
border-color css
<style>
span { border-color: #EDC63D; }
span { border-color: rgb(237,198,61); }
td.TdClassName
{
border-color: #EDC63D;
}
.TagClassName
{
border-color: #EDC63D;
}
</style>