Shades of Festival #EED543
Tints of Festival #EED543
RGB
CMYK
RGB Variations
Color information
#EED543 (or 0xEED543) is known color: Festival. HEX triplet: EE, D5 and 43. RGB value is (238,213,67). Sum of RGB (Red+Green+Blue) = 238+213+67=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 67 (26.56% from 255 or 12.93% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EED543 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED543 is #112ABC. Grayscale: #CCCCCC. Windows color (decimal): -1125053 or 4445678. OLE color: 4445678.
HSL color Cylindrical-coordinate representation of color #EED543: hue angle of 51.23º 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 #EED543 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 67 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.07 |
| HSL | 51.23º | 0.83% | 0.6% | - |
| HSV(B) | 51.23º | 0.72% | 0.93% | - |
| XYZ | 60.07 | 66.17 | 14.92 | - |
| YUV | 203.83 | 50.78 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 67 | 0 | 0.11 | 0.72 | 0.07 | 51.23 | 0.83 | 0.6 |
| Hex | EE | D5 | 43 | 0 | B | 48 | 7 | 33 | 53 | 3C |
| Octal | 356 | 325 | 103 | 0 | 13 | 110 | 7 | 63 | 123 | 74 |
| Binary | 11101110 | 11010101 | 1000011 | 0 | 1011 | 1001000 | 111 | 110011 | 1010011 | 111100 |
Color Harmonies of #EED543
Complementary color
Monochromatic Colors of #EED543
Black with #EED543
Text Example
Text Example
White with #EED543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED543; }
p { color: rgb(238,213,67); }
H1.HeaderClassName
{
color: #EED543;
}
.AnyTagClassName
{
color: #EED543;
}
</style>
background-color css
<style>
a { background-color: #EED543; }
a { background-color: rgb(238,213,67); }
div.DivClassName
{
background-color: #EED543;
}
.BgClassName
{
background-color: #EED543;
}
</style>
border-color css
<style>
span { border-color: #EED543; }
span { border-color: rgb(238,213,67); }
td.TdClassName
{
border-color: #EED543;
}
.TagClassName
{
border-color: #EED543;
}
</style>