Shades of Festival #EED542
Tints of Festival #EED542
RGB
CMYK
RGB Variations
Color information
#EED542 (or 0xEED542) is known color: Festival. HEX triplet: EE, D5 and 42. RGB value is (238,213,66). Sum of RGB (Red+Green+Blue) = 238+213+66=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 66 (26.17% from 255 or 12.77% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EED542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED542 is #112ABD. Grayscale: #CCCCCC. Windows color (decimal): -1125054 or 4380142. OLE color: 4380142.
HSL color Cylindrical-coordinate representation of color #EED542: hue angle of 51.28º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EED542 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 66 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.07 |
| HSL | 51.28º | 0.83% | 0.6% | - |
| HSV(B) | 51.28º | 0.72% | 0.93% | - |
| XYZ | 60.04 | 66.16 | 14.76 | - |
| YUV | 203.72 | 50.28 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 66 | 0 | 0.11 | 0.72 | 0.07 | 51.28 | 0.83 | 0.6 |
| Hex | EE | D5 | 42 | 0 | B | 48 | 7 | 33 | 53 | 3C |
| Octal | 356 | 325 | 102 | 0 | 13 | 110 | 7 | 63 | 123 | 74 |
| Binary | 11101110 | 11010101 | 1000010 | 0 | 1011 | 1001000 | 111 | 110011 | 1010011 | 111100 |
Color Harmonies of #EED542
Complementary color
Monochromatic Colors of #EED542
Black with #EED542
Text Example
Text Example
White with #EED542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED542; }
p { color: rgb(238,213,66); }
H1.HeaderClassName
{
color: #EED542;
}
.AnyTagClassName
{
color: #EED542;
}
</style>
background-color css
<style>
a { background-color: #EED542; }
a { background-color: rgb(238,213,66); }
div.DivClassName
{
background-color: #EED542;
}
.BgClassName
{
background-color: #EED542;
}
</style>
border-color css
<style>
span { border-color: #EED542; }
span { border-color: rgb(238,213,66); }
td.TdClassName
{
border-color: #EED542;
}
.TagClassName
{
border-color: #EED542;
}
</style>