Shades of Festival #EED548
Tints of Festival #EED548
RGB
CMYK
RGB Variations
Color information
#EED548 (or 0xEED548) is known color: Festival. HEX triplet: EE, D5 and 48. RGB value is (238,213,72). Sum of RGB (Red+Green+Blue) = 238+213+72=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 72 (28.52% from 255 or 13.77% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EED548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED548 is #112AB7. Grayscale: #CCCCCC. Windows color (decimal): -1125048 or 4773358. OLE color: 4773358.
HSL color Cylindrical-coordinate representation of color #EED548: hue angle of 50.96º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EED548 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 72 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.07 |
| HSL | 50.96º | 0.83% | 0.61% | - |
| HSV(B) | 50.96º | 0.7% | 0.93% | - |
| XYZ | 60.22 | 66.23 | 15.74 | - |
| YUV | 204.4 | 53.28 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 72 | 0 | 0.11 | 0.70 | 0.07 | 50.96 | 0.83 | 0.61 |
| Hex | EE | D5 | 48 | 0 | B | 46 | 7 | 33 | 53 | 3D |
| Octal | 356 | 325 | 110 | 0 | 13 | 106 | 7 | 63 | 123 | 75 |
| Binary | 11101110 | 11010101 | 1001000 | 0 | 1011 | 1000110 | 111 | 110011 | 1010011 | 111101 |
Color Harmonies of #EED548
Complementary color
Monochromatic Colors of #EED548
Black with #EED548
Text Example
Text Example
White with #EED548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED548; }
p { color: rgb(238,213,72); }
H1.HeaderClassName
{
color: #EED548;
}
.AnyTagClassName
{
color: #EED548;
}
</style>
background-color css
<style>
a { background-color: #EED548; }
a { background-color: rgb(238,213,72); }
div.DivClassName
{
background-color: #EED548;
}
.BgClassName
{
background-color: #EED548;
}
</style>
border-color css
<style>
span { border-color: #EED548; }
span { border-color: rgb(238,213,72); }
td.TdClassName
{
border-color: #EED548;
}
.TagClassName
{
border-color: #EED548;
}
</style>