Shades of Festival #EED647
Tints of Festival #EED647
RGB
CMYK
RGB Variations
Color information
#EED647 (or 0xEED647) is known color: Festival. HEX triplet: EE, D6 and 47. RGB value is (238,214,71). Sum of RGB (Red+Green+Blue) = 238+214+71=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 71 (28.12% from 255 or 13.58% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EED647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED647 is #1129B8. Grayscale: #CDCDCD. Windows color (decimal): -1124793 or 4708078. OLE color: 4708078.
HSL color Cylindrical-coordinate representation of color #EED647: hue angle of 51.38º 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 #EED647 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 71 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.07 |
| HSL | 51.38º | 0.83% | 0.61% | - |
| HSV(B) | 51.38º | 0.7% | 0.93% | - |
| XYZ | 60.44 | 66.73 | 15.65 | - |
| YUV | 204.87 | 52.45 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 71 | 0 | 0.10 | 0.70 | 0.07 | 51.38 | 0.83 | 0.61 |
| Hex | EE | D6 | 47 | 0 | A | 46 | 7 | 33 | 53 | 3D |
| Octal | 356 | 326 | 107 | 0 | 12 | 106 | 7 | 63 | 123 | 75 |
| Binary | 11101110 | 11010110 | 1000111 | 0 | 1010 | 1000110 | 111 | 110011 | 1010011 | 111101 |
Color Harmonies of #EED647
Complementary color
Monochromatic Colors of #EED647
Black with #EED647
Text Example
Text Example
White with #EED647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED647; }
p { color: rgb(238,214,71); }
H1.HeaderClassName
{
color: #EED647;
}
.AnyTagClassName
{
color: #EED647;
}
</style>
background-color css
<style>
a { background-color: #EED647; }
a { background-color: rgb(238,214,71); }
div.DivClassName
{
background-color: #EED647;
}
.BgClassName
{
background-color: #EED647;
}
</style>
border-color css
<style>
span { border-color: #EED647; }
span { border-color: rgb(238,214,71); }
td.TdClassName
{
border-color: #EED647;
}
.TagClassName
{
border-color: #EED647;
}
</style>