Shades of Festival #EDD142
Tints of Festival #EDD142
RGB
CMYK
RGB Variations
Color information
#EDD142 (or 0xEDD142) is known color: Festival. HEX triplet: ED, D1 and 42. RGB value is (237,209,66). Sum of RGB (Red+Green+Blue) = 237+209+66=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 66 (26.17% from 255 or 12.89% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD142 is #122EBD. Grayscale: #C9C9C9. Windows color (decimal): -1191614 or 4379117. OLE color: 4379117.
HSL color Cylindrical-coordinate representation of color #EDD142: hue angle of 50.18º 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 #EDD142 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 66 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.07 |
| HSL | 50.18º | 0.83% | 0.59% | - |
| HSV(B) | 50.18º | 0.72% | 0.93% | - |
| XYZ | 58.71 | 64 | 14.41 | - |
| YUV | 201.07 | 51.78 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 66 | 0 | 0.12 | 0.72 | 0.07 | 50.18 | 0.83 | 0.59 |
| Hex | ED | D1 | 42 | 0 | C | 48 | 7 | 32 | 53 | 3B |
| Octal | 355 | 321 | 102 | 0 | 14 | 110 | 7 | 62 | 123 | 73 |
| Binary | 11101101 | 11010001 | 1000010 | 0 | 1100 | 1001000 | 111 | 110010 | 1010011 | 111011 |
Color Harmonies of #EDD142
Complementary color
Monochromatic Colors of #EDD142
Black with #EDD142
Text Example
Text Example
White with #EDD142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD142; }
p { color: rgb(237,209,66); }
H1.HeaderClassName
{
color: #EDD142;
}
.AnyTagClassName
{
color: #EDD142;
}
</style>
background-color css
<style>
a { background-color: #EDD142; }
a { background-color: rgb(237,209,66); }
div.DivClassName
{
background-color: #EDD142;
}
.BgClassName
{
background-color: #EDD142;
}
</style>
border-color css
<style>
span { border-color: #EDD142; }
span { border-color: rgb(237,209,66); }
td.TdClassName
{
border-color: #EDD142;
}
.TagClassName
{
border-color: #EDD142;
}
</style>