Shades of Festival #EDD642
Tints of Festival #EDD642
RGB
CMYK
RGB Variations
Color information
#EDD642 (or 0xEDD642) is known color: Festival. HEX triplet: ED, D6 and 42. RGB value is (237,214,66). Sum of RGB (Red+Green+Blue) = 237+214+66=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 66 (26.17% from 255 or 12.77% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD642 is #1229BD. Grayscale: #CCCCCC. Windows color (decimal): -1190334 or 4380397. OLE color: 4380397.
HSL color Cylindrical-coordinate representation of color #EDD642: hue angle of 51.93º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDD642 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 66 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.07 |
| HSL | 51.93º | 0.83% | 0.59% | - |
| HSV(B) | 51.93º | 0.72% | 0.93% | - |
| XYZ | 59.95 | 66.49 | 14.83 | - |
| YUV | 204.01 | 50.12 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 66 | 0 | 0.10 | 0.72 | 0.07 | 51.93 | 0.83 | 0.59 |
| Hex | ED | D6 | 42 | 0 | A | 48 | 7 | 34 | 53 | 3B |
| Octal | 355 | 326 | 102 | 0 | 12 | 110 | 7 | 64 | 123 | 73 |
| Binary | 11101101 | 11010110 | 1000010 | 0 | 1010 | 1001000 | 111 | 110100 | 1010011 | 111011 |
Color Harmonies of #EDD642
Complementary color
Monochromatic Colors of #EDD642
Black with #EDD642
Text Example
Text Example
White with #EDD642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD642; }
p { color: rgb(237,214,66); }
H1.HeaderClassName
{
color: #EDD642;
}
.AnyTagClassName
{
color: #EDD642;
}
</style>
background-color css
<style>
a { background-color: #EDD642; }
a { background-color: rgb(237,214,66); }
div.DivClassName
{
background-color: #EDD642;
}
.BgClassName
{
background-color: #EDD642;
}
</style>
border-color css
<style>
span { border-color: #EDD642; }
span { border-color: rgb(237,214,66); }
td.TdClassName
{
border-color: #EDD642;
}
.TagClassName
{
border-color: #EDD642;
}
</style>