Shades of Festival #EED644
Tints of Festival #EED644
RGB
CMYK
RGB Variations
Color information
#EED644 (or 0xEED644) is known color: Festival. HEX triplet: EE, D6 and 44. RGB value is (238,214,68). Sum of RGB (Red+Green+Blue) = 238+214+68=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 68 (26.95% from 255 or 13.08% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EED644 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED644 is #1129BB. Grayscale: #CDCDCD. Windows color (decimal): -1124796 or 4511470. OLE color: 4511470.
HSL color Cylindrical-coordinate representation of color #EED644: hue angle of 51.53º 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 #EED644 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 68 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.07 |
| HSL | 51.53º | 0.83% | 0.6% | - |
| HSV(B) | 51.53º | 0.71% | 0.93% | - |
| XYZ | 60.35 | 66.69 | 15.16 | - |
| YUV | 204.53 | 50.95 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 68 | 0 | 0.10 | 0.71 | 0.07 | 51.53 | 0.83 | 0.6 |
| Hex | EE | D6 | 44 | 0 | A | 47 | 7 | 34 | 53 | 3C |
| Octal | 356 | 326 | 104 | 0 | 12 | 107 | 7 | 64 | 123 | 74 |
| Binary | 11101110 | 11010110 | 1000100 | 0 | 1010 | 1000111 | 111 | 110100 | 1010011 | 111100 |
Color Harmonies of #EED644
Complementary color
Monochromatic Colors of #EED644
Black with #EED644
Text Example
Text Example
White with #EED644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED644; }
p { color: rgb(238,214,68); }
H1.HeaderClassName
{
color: #EED644;
}
.AnyTagClassName
{
color: #EED644;
}
</style>
background-color css
<style>
a { background-color: #EED644; }
a { background-color: rgb(238,214,68); }
div.DivClassName
{
background-color: #EED644;
}
.BgClassName
{
background-color: #EED644;
}
</style>
border-color css
<style>
span { border-color: #EED644; }
span { border-color: rgb(238,214,68); }
td.TdClassName
{
border-color: #EED644;
}
.TagClassName
{
border-color: #EED644;
}
</style>