Shades of Festival #EDD542
Tints of Festival #EDD542
RGB
CMYK
RGB Variations
Color information
#EDD542 (or 0xEDD542) is known color: Festival. HEX triplet: ED, D5 and 42. RGB value is (237,213,66). Sum of RGB (Red+Green+Blue) = 237+213+66=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 66 (26.17% from 255 or 12.79% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD542 is #122ABD. Grayscale: #CCCCCC. Windows color (decimal): -1190590 or 4380141. OLE color: 4380141.
HSL color Cylindrical-coordinate representation of color #EDD542: hue angle of 51.58º 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 #EDD542 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 66 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.07 |
| HSL | 51.58º | 0.83% | 0.59% | - |
| HSV(B) | 51.58º | 0.72% | 0.93% | - |
| XYZ | 59.7 | 65.99 | 14.74 | - |
| YUV | 203.42 | 50.45 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 66 | 0 | 0.10 | 0.72 | 0.07 | 51.58 | 0.83 | 0.59 |
| Hex | ED | D5 | 42 | 0 | A | 48 | 7 | 34 | 53 | 3B |
| Octal | 355 | 325 | 102 | 0 | 12 | 110 | 7 | 64 | 123 | 73 |
| Binary | 11101101 | 11010101 | 1000010 | 0 | 1010 | 1001000 | 111 | 110100 | 1010011 | 111011 |
Color Harmonies of #EDD542
Complementary color
Monochromatic Colors of #EDD542
Black with #EDD542
Text Example
Text Example
White with #EDD542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD542; }
p { color: rgb(237,213,66); }
H1.HeaderClassName
{
color: #EDD542;
}
.AnyTagClassName
{
color: #EDD542;
}
</style>
background-color css
<style>
a { background-color: #EDD542; }
a { background-color: rgb(237,213,66); }
div.DivClassName
{
background-color: #EDD542;
}
.BgClassName
{
background-color: #EDD542;
}
</style>
border-color css
<style>
span { border-color: #EDD542; }
span { border-color: rgb(237,213,66); }
td.TdClassName
{
border-color: #EDD542;
}
.TagClassName
{
border-color: #EDD542;
}
</style>