Shades of Festival #EBC647
Tints of Festival #EBC647
RGB
CMYK
RGB Variations
Color information
#EBC647 (or 0xEBC647) is known color: Festival. HEX triplet: EB, C6 and 47. RGB value is (235,198,71). Sum of RGB (Red+Green+Blue) = 235+198+71=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 71 (28.12% from 255 or 14.09% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC647 is #1439B8. Grayscale: #C3C3C3. Windows color (decimal): -1325497 or 4703979. OLE color: 4703979.
HSL color Cylindrical-coordinate representation of color #EBC647: hue angle of 46.46º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBC647 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 71 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.08 |
| HSL | 46.46º | 0.8% | 0.6% | - |
| HSV(B) | 46.46º | 0.7% | 0.92% | - |
| XYZ | 55.59 | 58.51 | 14.32 | - |
| YUV | 194.59 | 58.26 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 71 | 0 | 0.16 | 0.70 | 0.08 | 46.46 | 0.8 | 0.6 |
| Hex | EB | C6 | 47 | 0 | 10 | 46 | 8 | 2E | 50 | 3C |
| Octal | 353 | 306 | 107 | 0 | 20 | 106 | 10 | 56 | 120 | 74 |
| Binary | 11101011 | 11000110 | 1000111 | 0 | 10000 | 1000110 | 1000 | 101110 | 1010000 | 111100 |
Color Harmonies of #EBC647
Complementary color
Monochromatic Colors of #EBC647
Black with #EBC647
Text Example
Text Example
White with #EBC647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC647; }
p { color: rgb(235,198,71); }
H1.HeaderClassName
{
color: #EBC647;
}
.AnyTagClassName
{
color: #EBC647;
}
</style>
background-color css
<style>
a { background-color: #EBC647; }
a { background-color: rgb(235,198,71); }
div.DivClassName
{
background-color: #EBC647;
}
.BgClassName
{
background-color: #EBC647;
}
</style>
border-color css
<style>
span { border-color: #EBC647; }
span { border-color: rgb(235,198,71); }
td.TdClassName
{
border-color: #EBC647;
}
.TagClassName
{
border-color: #EBC647;
}
</style>