Shades of Festival #EED347
Tints of Festival #EED347
RGB
CMYK
RGB Variations
Color information
#EED347 (or 0xEED347) is known color: Festival. HEX triplet: EE, D3 and 47. RGB value is (238,211,71). Sum of RGB (Red+Green+Blue) = 238+211+71=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 71 (28.12% from 255 or 13.65% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EED347 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED347 is #112CB8. Grayscale: #CBCBCB. Windows color (decimal): -1125561 or 4707310. OLE color: 4707310.
HSL color Cylindrical-coordinate representation of color #EED347: hue angle of 50.3º 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 #EED347 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 71 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.07 |
| HSL | 50.3º | 0.83% | 0.61% | - |
| HSV(B) | 50.3º | 0.7% | 0.93% | - |
| XYZ | 59.69 | 65.22 | 15.4 | - |
| YUV | 203.11 | 53.45 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 71 | 0 | 0.11 | 0.70 | 0.07 | 50.3 | 0.83 | 0.61 |
| Hex | EE | D3 | 47 | 0 | B | 46 | 7 | 32 | 53 | 3D |
| Octal | 356 | 323 | 107 | 0 | 13 | 106 | 7 | 62 | 123 | 75 |
| Binary | 11101110 | 11010011 | 1000111 | 0 | 1011 | 1000110 | 111 | 110010 | 1010011 | 111101 |
Color Harmonies of #EED347
Complementary color
Monochromatic Colors of #EED347
Black with #EED347
Text Example
Text Example
White with #EED347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED347; }
p { color: rgb(238,211,71); }
H1.HeaderClassName
{
color: #EED347;
}
.AnyTagClassName
{
color: #EED347;
}
</style>
background-color css
<style>
a { background-color: #EED347; }
a { background-color: rgb(238,211,71); }
div.DivClassName
{
background-color: #EED347;
}
.BgClassName
{
background-color: #EED347;
}
</style>
border-color css
<style>
span { border-color: #EED347; }
span { border-color: rgb(238,211,71); }
td.TdClassName
{
border-color: #EED347;
}
.TagClassName
{
border-color: #EED347;
}
</style>