Shades of Festival #EED141
Tints of Festival #EED141
RGB
CMYK
RGB Variations
Color information
#EED141 (or 0xEED141) is known color: Festival. HEX triplet: EE, D1 and 41. RGB value is (238,209,65). Sum of RGB (Red+Green+Blue) = 238+209+65=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EED141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED141 is #112EBE. Grayscale: #C9C9C9. Windows color (decimal): -1126079 or 4313582. OLE color: 4313582.
HSL color Cylindrical-coordinate representation of color #EED141: hue angle of 49.94º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EED141 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 65 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.07 |
| HSL | 49.94º | 0.84% | 0.59% | - |
| HSV(B) | 49.94º | 0.73% | 0.93% | - |
| XYZ | 59.01 | 64.16 | 14.27 | - |
| YUV | 201.26 | 51.11 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 65 | 0 | 0.12 | 0.73 | 0.07 | 49.94 | 0.84 | 0.59 |
| Hex | EE | D1 | 41 | 0 | C | 49 | 7 | 32 | 54 | 3B |
| Octal | 356 | 321 | 101 | 0 | 14 | 111 | 7 | 62 | 124 | 73 |
| Binary | 11101110 | 11010001 | 1000001 | 0 | 1100 | 1001001 | 111 | 110010 | 1010100 | 111011 |
Color Harmonies of #EED141
Complementary color
Monochromatic Colors of #EED141
Black with #EED141
Text Example
Text Example
White with #EED141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED141; }
p { color: rgb(238,209,65); }
H1.HeaderClassName
{
color: #EED141;
}
.AnyTagClassName
{
color: #EED141;
}
</style>
background-color css
<style>
a { background-color: #EED141; }
a { background-color: rgb(238,209,65); }
div.DivClassName
{
background-color: #EED141;
}
.BgClassName
{
background-color: #EED141;
}
</style>
border-color css
<style>
span { border-color: #EED141; }
span { border-color: rgb(238,209,65); }
td.TdClassName
{
border-color: #EED141;
}
.TagClassName
{
border-color: #EED141;
}
</style>