Shades of Festival #EDD442
Tints of Festival #EDD442
RGB
CMYK
RGB Variations
Color information
#EDD442 (or 0xEDD442) is known color: Festival. HEX triplet: ED, D4 and 42. RGB value is (237,212,66). Sum of RGB (Red+Green+Blue) = 237+212+66=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 66 (26.17% from 255 or 12.82% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD442 is #122BBD. Grayscale: #CBCBCB. Windows color (decimal): -1190846 or 4379885. OLE color: 4379885.
HSL color Cylindrical-coordinate representation of color #EDD442: hue angle of 51.23º 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 #EDD442 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 66 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.07 |
| HSL | 51.23º | 0.83% | 0.59% | - |
| HSV(B) | 51.23º | 0.72% | 0.93% | - |
| XYZ | 59.45 | 65.48 | 14.66 | - |
| YUV | 202.83 | 50.78 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 66 | 0 | 0.11 | 0.72 | 0.07 | 51.23 | 0.83 | 0.59 |
| Hex | ED | D4 | 42 | 0 | B | 48 | 7 | 33 | 53 | 3B |
| Octal | 355 | 324 | 102 | 0 | 13 | 110 | 7 | 63 | 123 | 73 |
| Binary | 11101101 | 11010100 | 1000010 | 0 | 1011 | 1001000 | 111 | 110011 | 1010011 | 111011 |
Color Harmonies of #EDD442
Complementary color
Monochromatic Colors of #EDD442
Black with #EDD442
Text Example
Text Example
White with #EDD442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD442; }
p { color: rgb(237,212,66); }
H1.HeaderClassName
{
color: #EDD442;
}
.AnyTagClassName
{
color: #EDD442;
}
</style>
background-color css
<style>
a { background-color: #EDD442; }
a { background-color: rgb(237,212,66); }
div.DivClassName
{
background-color: #EDD442;
}
.BgClassName
{
background-color: #EDD442;
}
</style>
border-color css
<style>
span { border-color: #EDD442; }
span { border-color: rgb(237,212,66); }
td.TdClassName
{
border-color: #EDD442;
}
.TagClassName
{
border-color: #EDD442;
}
</style>