Shades of Festival #EED449
Tints of Festival #EED449
RGB
CMYK
RGB Variations
Color information
#EED449 (or 0xEED449) is known color: Festival. HEX triplet: EE, D4 and 49. RGB value is (238,212,73). Sum of RGB (Red+Green+Blue) = 238+212+73=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 73 (28.91% from 255 or 13.96% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EED449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED449 is #112BB6. Grayscale: #CCCCCC. Windows color (decimal): -1125303 or 4838638. OLE color: 4838638.
HSL color Cylindrical-coordinate representation of color #EED449: hue angle of 50.55º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EED449 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 73 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.07 |
| HSL | 50.55º | 0.83% | 0.61% | - |
| HSV(B) | 50.55º | 0.69% | 0.93% | - |
| XYZ | 60.01 | 65.75 | 15.83 | - |
| YUV | 203.93 | 54.11 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 73 | 0 | 0.11 | 0.69 | 0.07 | 50.55 | 0.83 | 0.61 |
| Hex | EE | D4 | 49 | 0 | B | 45 | 7 | 33 | 53 | 3D |
| Octal | 356 | 324 | 111 | 0 | 13 | 105 | 7 | 63 | 123 | 75 |
| Binary | 11101110 | 11010100 | 1001001 | 0 | 1011 | 1000101 | 111 | 110011 | 1010011 | 111101 |
Color Harmonies of #EED449
Complementary color
Monochromatic Colors of #EED449
Black with #EED449
Text Example
Text Example
White with #EED449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED449; }
p { color: rgb(238,212,73); }
H1.HeaderClassName
{
color: #EED449;
}
.AnyTagClassName
{
color: #EED449;
}
</style>
background-color css
<style>
a { background-color: #EED449; }
a { background-color: rgb(238,212,73); }
div.DivClassName
{
background-color: #EED449;
}
.BgClassName
{
background-color: #EED449;
}
</style>
border-color css
<style>
span { border-color: #EED449; }
span { border-color: rgb(238,212,73); }
td.TdClassName
{
border-color: #EED449;
}
.TagClassName
{
border-color: #EED449;
}
</style>