Shades of Festival #EED443
Tints of Festival #EED443
RGB
CMYK
RGB Variations
Color information
#EED443 (or 0xEED443) is known color: Festival. HEX triplet: EE, D4 and 43. RGB value is (238,212,67). Sum of RGB (Red+Green+Blue) = 238+212+67=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 67 (26.56% from 255 or 12.96% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EED443 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED443 is #112BBC. Grayscale: #CBCBCB. Windows color (decimal): -1125309 or 4445422. OLE color: 4445422.
HSL color Cylindrical-coordinate representation of color #EED443: hue angle of 50.88º 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 #EED443 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 67 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.07 |
| HSL | 50.88º | 0.83% | 0.6% | - |
| HSV(B) | 50.88º | 0.72% | 0.93% | - |
| XYZ | 59.82 | 65.67 | 14.83 | - |
| YUV | 203.24 | 51.11 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 67 | 0 | 0.11 | 0.72 | 0.07 | 50.88 | 0.83 | 0.6 |
| Hex | EE | D4 | 43 | 0 | B | 48 | 7 | 33 | 53 | 3C |
| Octal | 356 | 324 | 103 | 0 | 13 | 110 | 7 | 63 | 123 | 74 |
| Binary | 11101110 | 11010100 | 1000011 | 0 | 1011 | 1001000 | 111 | 110011 | 1010011 | 111100 |
Color Harmonies of #EED443
Complementary color
Monochromatic Colors of #EED443
Black with #EED443
Text Example
Text Example
White with #EED443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED443; }
p { color: rgb(238,212,67); }
H1.HeaderClassName
{
color: #EED443;
}
.AnyTagClassName
{
color: #EED443;
}
</style>
background-color css
<style>
a { background-color: #EED443; }
a { background-color: rgb(238,212,67); }
div.DivClassName
{
background-color: #EED443;
}
.BgClassName
{
background-color: #EED443;
}
</style>
border-color css
<style>
span { border-color: #EED443; }
span { border-color: rgb(238,212,67); }
td.TdClassName
{
border-color: #EED443;
}
.TagClassName
{
border-color: #EED443;
}
</style>