Shades of Festival #EBCD45
Tints of Festival #EBCD45
RGB
CMYK
RGB Variations
Color information
#EBCD45 (or 0xEBCD45) is known color: Festival. HEX triplet: EB, CD and 45. RGB value is (235,205,69). Sum of RGB (Red+Green+Blue) = 235+205+69=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 69 (27.34% from 255 or 13.56% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCD45 is #1432BA. Grayscale: #C7C7C7. Windows color (decimal): -1323707 or 4574699. OLE color: 4574699.
HSL color Cylindrical-coordinate representation of color #EBCD45: hue angle of 49.16º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EBCD45 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 69 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.08 |
| HSL | 49.16º | 0.81% | 0.6% | - |
| HSV(B) | 49.16º | 0.71% | 0.92% | - |
| XYZ | 57.17 | 61.75 | 14.54 | - |
| YUV | 198.47 | 54.94 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 69 | 0 | 0.13 | 0.71 | 0.08 | 49.16 | 0.81 | 0.6 |
| Hex | EB | CD | 45 | 0 | D | 47 | 8 | 31 | 51 | 3C |
| Octal | 353 | 315 | 105 | 0 | 15 | 107 | 10 | 61 | 121 | 74 |
| Binary | 11101011 | 11001101 | 1000101 | 0 | 1101 | 1000111 | 1000 | 110001 | 1010001 | 111100 |
Color Harmonies of #EBCD45
Complementary color
Monochromatic Colors of #EBCD45
Black with #EBCD45
Text Example
Text Example
White with #EBCD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD45; }
p { color: rgb(235,205,69); }
H1.HeaderClassName
{
color: #EBCD45;
}
.AnyTagClassName
{
color: #EBCD45;
}
</style>
background-color css
<style>
a { background-color: #EBCD45; }
a { background-color: rgb(235,205,69); }
div.DivClassName
{
background-color: #EBCD45;
}
.BgClassName
{
background-color: #EBCD45;
}
</style>
border-color css
<style>
span { border-color: #EBCD45; }
span { border-color: rgb(235,205,69); }
td.TdClassName
{
border-color: #EBCD45;
}
.TagClassName
{
border-color: #EBCD45;
}
</style>