Shades of Festival #EED646
Tints of Festival #EED646
RGB
CMYK
RGB Variations
Color information
#EED646 (or 0xEED646) is known color: Festival. HEX triplet: EE, D6 and 46. RGB value is (238,214,70). Sum of RGB (Red+Green+Blue) = 238+214+70=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 70 (27.73% from 255 or 13.41% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EED646 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED646 is #1129B9. Grayscale: #CDCDCD. Windows color (decimal): -1124794 or 4642542. OLE color: 4642542.
HSL color Cylindrical-coordinate representation of color #EED646: hue angle of 51.43º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EED646 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 70 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.07 |
| HSL | 51.43º | 0.83% | 0.6% | - |
| HSV(B) | 51.43º | 0.71% | 0.93% | - |
| XYZ | 60.41 | 66.71 | 15.49 | - |
| YUV | 204.76 | 51.95 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 70 | 0 | 0.10 | 0.71 | 0.07 | 51.43 | 0.83 | 0.6 |
| Hex | EE | D6 | 46 | 0 | A | 47 | 7 | 33 | 53 | 3C |
| Octal | 356 | 326 | 106 | 0 | 12 | 107 | 7 | 63 | 123 | 74 |
| Binary | 11101110 | 11010110 | 1000110 | 0 | 1010 | 1000111 | 111 | 110011 | 1010011 | 111100 |
Color Harmonies of #EED646
Complementary color
Monochromatic Colors of #EED646
Black with #EED646
Text Example
Text Example
White with #EED646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED646; }
p { color: rgb(238,214,70); }
H1.HeaderClassName
{
color: #EED646;
}
.AnyTagClassName
{
color: #EED646;
}
</style>
background-color css
<style>
a { background-color: #EED646; }
a { background-color: rgb(238,214,70); }
div.DivClassName
{
background-color: #EED646;
}
.BgClassName
{
background-color: #EED646;
}
</style>
border-color css
<style>
span { border-color: #EED646; }
span { border-color: rgb(238,214,70); }
td.TdClassName
{
border-color: #EED646;
}
.TagClassName
{
border-color: #EED646;
}
</style>