Shades of Festival #EED340
Tints of Festival #EED340
RGB
CMYK
RGB Variations
Color information
#EED340 (or 0xEED340) is known color: Festival. HEX triplet: EE, D3 and 40. RGB value is (238,211,64). Sum of RGB (Red+Green+Blue) = 238+211+64=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EED340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED340 is #112CBF. Grayscale: #CACACA. Windows color (decimal): -1125568 or 4248558. OLE color: 4248558.
HSL color Cylindrical-coordinate representation of color #EED340: hue angle of 50.69º 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 #EED340 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 64 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.07 |
| HSL | 50.69º | 0.84% | 0.59% | - |
| HSV(B) | 50.69º | 0.73% | 0.93% | - |
| XYZ | 59.48 | 65.14 | 14.29 | - |
| YUV | 202.32 | 49.95 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 64 | 0 | 0.11 | 0.73 | 0.07 | 50.69 | 0.84 | 0.59 |
| Hex | EE | D3 | 40 | 0 | B | 49 | 7 | 33 | 54 | 3B |
| Octal | 356 | 323 | 100 | 0 | 13 | 111 | 7 | 63 | 124 | 73 |
| Binary | 11101110 | 11010011 | 1000000 | 0 | 1011 | 1001001 | 111 | 110011 | 1010100 | 111011 |
Color Harmonies of #EED340
Complementary color
Monochromatic Colors of #EED340
Black with #EED340
Text Example
Text Example
White with #EED340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED340; }
p { color: rgb(238,211,64); }
H1.HeaderClassName
{
color: #EED340;
}
.AnyTagClassName
{
color: #EED340;
}
</style>
background-color css
<style>
a { background-color: #EED340; }
a { background-color: rgb(238,211,64); }
div.DivClassName
{
background-color: #EED340;
}
.BgClassName
{
background-color: #EED340;
}
</style>
border-color css
<style>
span { border-color: #EED340; }
span { border-color: rgb(238,211,64); }
td.TdClassName
{
border-color: #EED340;
}
.TagClassName
{
border-color: #EED340;
}
</style>