Shades of Festival #EDC64C
Tints of Festival #EDC64C
RGB
CMYK
RGB Variations
Color information
#EDC64C (or 0xEDC64C) is known color: Festival. HEX triplet: ED, C6 and 4C. RGB value is (237,198,76). Sum of RGB (Red+Green+Blue) = 237+198+76=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 76 (30.08% from 255 or 14.87% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC64C is #1239B3. Grayscale: #C4C4C4. Windows color (decimal): -1194420 or 5031661. OLE color: 5031661.
HSL color Cylindrical-coordinate representation of color #EDC64C: hue angle of 45.47º 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 #EDC64C is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 76 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.07 |
| HSL | 45.47º | 0.82% | 0.61% | - |
| HSV(B) | 45.47º | 0.68% | 0.93% | - |
| XYZ | 56.42 | 58.91 | 15.24 | - |
| YUV | 195.75 | 60.42 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 76 | 0 | 0.16 | 0.68 | 0.07 | 45.47 | 0.82 | 0.61 |
| Hex | ED | C6 | 4C | 0 | 10 | 44 | 7 | 2D | 52 | 3D |
| Octal | 355 | 306 | 114 | 0 | 20 | 104 | 7 | 55 | 122 | 75 |
| Binary | 11101101 | 11000110 | 1001100 | 0 | 10000 | 1000100 | 111 | 101101 | 1010010 | 111101 |
Color Harmonies of #EDC64C
Complementary color
Monochromatic Colors of #EDC64C
Black with #EDC64C
Text Example
Text Example
White with #EDC64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC64C; }
p { color: rgb(237,198,76); }
H1.HeaderClassName
{
color: #EDC64C;
}
.AnyTagClassName
{
color: #EDC64C;
}
</style>
background-color css
<style>
a { background-color: #EDC64C; }
a { background-color: rgb(237,198,76); }
div.DivClassName
{
background-color: #EDC64C;
}
.BgClassName
{
background-color: #EDC64C;
}
</style>
border-color css
<style>
span { border-color: #EDC64C; }
span { border-color: rgb(237,198,76); }
td.TdClassName
{
border-color: #EDC64C;
}
.TagClassName
{
border-color: #EDC64C;
}
</style>