Shades of Festival #EED645
Tints of Festival #EED645
RGB
CMYK
RGB Variations
Color information
#EED645 (or 0xEED645) is known color: Festival. HEX triplet: EE, D6 and 45. RGB value is (238,214,69). Sum of RGB (Red+Green+Blue) = 238+214+69=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 69 (27.34% from 255 or 13.24% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EED645 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED645 is #1129BA. Grayscale: #CDCDCD. Windows color (decimal): -1124795 or 4577006. OLE color: 4577006.
HSL color Cylindrical-coordinate representation of color #EED645: hue angle of 51.48º 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 #EED645 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 69 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.07 |
| HSL | 51.48º | 0.83% | 0.6% | - |
| HSV(B) | 51.48º | 0.71% | 0.93% | - |
| XYZ | 60.38 | 66.7 | 15.32 | - |
| YUV | 204.65 | 51.45 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 69 | 0 | 0.10 | 0.71 | 0.07 | 51.48 | 0.83 | 0.6 |
| Hex | EE | D6 | 45 | 0 | A | 47 | 7 | 33 | 53 | 3C |
| Octal | 356 | 326 | 105 | 0 | 12 | 107 | 7 | 63 | 123 | 74 |
| Binary | 11101110 | 11010110 | 1000101 | 0 | 1010 | 1000111 | 111 | 110011 | 1010011 | 111100 |
Color Harmonies of #EED645
Complementary color
Monochromatic Colors of #EED645
Black with #EED645
Text Example
Text Example
White with #EED645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED645; }
p { color: rgb(238,214,69); }
H1.HeaderClassName
{
color: #EED645;
}
.AnyTagClassName
{
color: #EED645;
}
</style>
background-color css
<style>
a { background-color: #EED645; }
a { background-color: rgb(238,214,69); }
div.DivClassName
{
background-color: #EED645;
}
.BgClassName
{
background-color: #EED645;
}
</style>
border-color css
<style>
span { border-color: #EED645; }
span { border-color: rgb(238,214,69); }
td.TdClassName
{
border-color: #EED645;
}
.TagClassName
{
border-color: #EED645;
}
</style>