Shades of Festival #EED546
Tints of Festival #EED546
RGB
CMYK
RGB Variations
Color information
#EED546 (or 0xEED546) is known color: Festival. HEX triplet: EE, D5 and 46. RGB value is (238,213,70). Sum of RGB (Red+Green+Blue) = 238+213+70=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EED546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED546 is #112AB9. Grayscale: #CCCCCC. Windows color (decimal): -1125050 or 4642286. OLE color: 4642286.
HSL color Cylindrical-coordinate representation of color #EED546: hue angle of 51.07º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EED546 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 70 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.07 |
| HSL | 51.07º | 0.83% | 0.6% | - |
| HSV(B) | 51.07º | 0.71% | 0.93% | - |
| XYZ | 60.16 | 66.21 | 15.4 | - |
| YUV | 204.17 | 52.28 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 70 | 0 | 0.11 | 0.71 | 0.07 | 51.07 | 0.83 | 0.6 |
| Hex | EE | D5 | 46 | 0 | B | 47 | 7 | 33 | 53 | 3C |
| Octal | 356 | 325 | 106 | 0 | 13 | 107 | 7 | 63 | 123 | 74 |
| Binary | 11101110 | 11010101 | 1000110 | 0 | 1011 | 1000111 | 111 | 110011 | 1010011 | 111100 |
Color Harmonies of #EED546
Complementary color
Monochromatic Colors of #EED546
Black with #EED546
Text Example
Text Example
White with #EED546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED546; }
p { color: rgb(238,213,70); }
H1.HeaderClassName
{
color: #EED546;
}
.AnyTagClassName
{
color: #EED546;
}
</style>
background-color css
<style>
a { background-color: #EED546; }
a { background-color: rgb(238,213,70); }
div.DivClassName
{
background-color: #EED546;
}
.BgClassName
{
background-color: #EED546;
}
</style>
border-color css
<style>
span { border-color: #EED546; }
span { border-color: rgb(238,213,70); }
td.TdClassName
{
border-color: #EED546;
}
.TagClassName
{
border-color: #EED546;
}
</style>