Shades of Festival #EED448
Tints of Festival #EED448
RGB
CMYK
RGB Variations
Color information
#EED448 (or 0xEED448) is known color: Festival. HEX triplet: EE, D4 and 48. RGB value is (238,212,72). Sum of RGB (Red+Green+Blue) = 238+212+72=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EED448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED448 is #112BB7. Grayscale: #CCCCCC. Windows color (decimal): -1125304 or 4773102. OLE color: 4773102.
HSL color Cylindrical-coordinate representation of color #EED448: hue angle of 50.6º 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 #EED448 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 72 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.07 |
| HSL | 50.6º | 0.83% | 0.61% | - |
| HSV(B) | 50.6º | 0.7% | 0.93% | - |
| XYZ | 59.97 | 65.73 | 15.66 | - |
| YUV | 203.81 | 53.61 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 72 | 0 | 0.11 | 0.70 | 0.07 | 50.6 | 0.83 | 0.61 |
| Hex | EE | D4 | 48 | 0 | B | 46 | 7 | 33 | 53 | 3D |
| Octal | 356 | 324 | 110 | 0 | 13 | 106 | 7 | 63 | 123 | 75 |
| Binary | 11101110 | 11010100 | 1001000 | 0 | 1011 | 1000110 | 111 | 110011 | 1010011 | 111101 |
Color Harmonies of #EED448
Complementary color
Monochromatic Colors of #EED448
Black with #EED448
Text Example
Text Example
White with #EED448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED448; }
p { color: rgb(238,212,72); }
H1.HeaderClassName
{
color: #EED448;
}
.AnyTagClassName
{
color: #EED448;
}
</style>
background-color css
<style>
a { background-color: #EED448; }
a { background-color: rgb(238,212,72); }
div.DivClassName
{
background-color: #EED448;
}
.BgClassName
{
background-color: #EED448;
}
</style>
border-color css
<style>
span { border-color: #EED448; }
span { border-color: rgb(238,212,72); }
td.TdClassName
{
border-color: #EED448;
}
.TagClassName
{
border-color: #EED448;
}
</style>