Shades of Festival #EED148
Tints of Festival #EED148
RGB
CMYK
RGB Variations
Color information
#EED148 (or 0xEED148) is known color: Festival. HEX triplet: EE, D1 and 48. RGB value is (238,209,72). Sum of RGB (Red+Green+Blue) = 238+209+72=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 72 (28.52% from 255 or 13.87% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EED148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED148 is #112EB7. Grayscale: #CACACA. Windows color (decimal): -1126072 or 4772334. OLE color: 4772334.
HSL color Cylindrical-coordinate representation of color #EED148: hue angle of 49.52º 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 #EED148 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 72 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.07 |
| HSL | 49.52º | 0.83% | 0.61% | - |
| HSV(B) | 49.52º | 0.7% | 0.93% | - |
| XYZ | 59.23 | 64.25 | 15.41 | - |
| YUV | 202.05 | 54.61 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 72 | 0 | 0.12 | 0.70 | 0.07 | 49.52 | 0.83 | 0.61 |
| Hex | EE | D1 | 48 | 0 | C | 46 | 7 | 32 | 53 | 3D |
| Octal | 356 | 321 | 110 | 0 | 14 | 106 | 7 | 62 | 123 | 75 |
| Binary | 11101110 | 11010001 | 1001000 | 0 | 1100 | 1000110 | 111 | 110010 | 1010011 | 111101 |
Color Harmonies of #EED148
Complementary color
Monochromatic Colors of #EED148
Black with #EED148
Text Example
Text Example
White with #EED148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED148; }
p { color: rgb(238,209,72); }
H1.HeaderClassName
{
color: #EED148;
}
.AnyTagClassName
{
color: #EED148;
}
</style>
background-color css
<style>
a { background-color: #EED148; }
a { background-color: rgb(238,209,72); }
div.DivClassName
{
background-color: #EED148;
}
.BgClassName
{
background-color: #EED148;
}
</style>
border-color css
<style>
span { border-color: #EED148; }
span { border-color: rgb(238,209,72); }
td.TdClassName
{
border-color: #EED148;
}
.TagClassName
{
border-color: #EED148;
}
</style>