Shades of Festival #EED343
Tints of Festival #EED343
RGB
CMYK
RGB Variations
Color information
#EED343 (or 0xEED343) is known color: Festival. HEX triplet: EE, D3 and 43. RGB value is (238,211,67). Sum of RGB (Red+Green+Blue) = 238+211+67=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 67 (26.56% from 255 or 12.98% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EED343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED343 is #112CBC. Grayscale: #CBCBCB. Windows color (decimal): -1125565 or 4445166. OLE color: 4445166.
HSL color Cylindrical-coordinate representation of color #EED343: hue angle of 50.53º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EED343 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 67 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.07 |
| HSL | 50.53º | 0.83% | 0.6% | - |
| HSV(B) | 50.53º | 0.72% | 0.93% | - |
| XYZ | 59.57 | 65.17 | 14.75 | - |
| YUV | 202.66 | 51.45 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 67 | 0 | 0.11 | 0.72 | 0.07 | 50.53 | 0.83 | 0.6 |
| Hex | EE | D3 | 43 | 0 | B | 48 | 7 | 33 | 53 | 3C |
| Octal | 356 | 323 | 103 | 0 | 13 | 110 | 7 | 63 | 123 | 74 |
| Binary | 11101110 | 11010011 | 1000011 | 0 | 1011 | 1001000 | 111 | 110011 | 1010011 | 111100 |
Color Harmonies of #EED343
Complementary color
Monochromatic Colors of #EED343
Black with #EED343
Text Example
Text Example
White with #EED343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED343; }
p { color: rgb(238,211,67); }
H1.HeaderClassName
{
color: #EED343;
}
.AnyTagClassName
{
color: #EED343;
}
</style>
background-color css
<style>
a { background-color: #EED343; }
a { background-color: rgb(238,211,67); }
div.DivClassName
{
background-color: #EED343;
}
.BgClassName
{
background-color: #EED343;
}
</style>
border-color css
<style>
span { border-color: #EED343; }
span { border-color: rgb(238,211,67); }
td.TdClassName
{
border-color: #EED343;
}
.TagClassName
{
border-color: #EED343;
}
</style>