Shades of Festival #EBC947
Tints of Festival #EBC947
RGB
CMYK
RGB Variations
Color information
#EBC947 (or 0xEBC947) is known color: Festival. HEX triplet: EB, C9 and 47. RGB value is (235,201,71). Sum of RGB (Red+Green+Blue) = 235+201+71=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 71 (28.12% from 255 or 14.00% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC947 is #1436B8. Grayscale: #C4C4C4. Windows color (decimal): -1324729 or 4704747. OLE color: 4704747.
HSL color Cylindrical-coordinate representation of color #EBC947: hue angle of 47.56º 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 #EBC947 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 71 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.08 |
| HSL | 47.56º | 0.8% | 0.6% | - |
| HSV(B) | 47.56º | 0.7% | 0.92% | - |
| XYZ | 56.28 | 59.89 | 14.55 | - |
| YUV | 196.35 | 57.26 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 71 | 0 | 0.14 | 0.70 | 0.08 | 47.56 | 0.8 | 0.6 |
| Hex | EB | C9 | 47 | 0 | E | 46 | 8 | 30 | 50 | 3C |
| Octal | 353 | 311 | 107 | 0 | 16 | 106 | 10 | 60 | 120 | 74 |
| Binary | 11101011 | 11001001 | 1000111 | 0 | 1110 | 1000110 | 1000 | 110000 | 1010000 | 111100 |
Color Harmonies of #EBC947
Complementary color
Monochromatic Colors of #EBC947
Black with #EBC947
Text Example
Text Example
White with #EBC947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC947; }
p { color: rgb(235,201,71); }
H1.HeaderClassName
{
color: #EBC947;
}
.AnyTagClassName
{
color: #EBC947;
}
</style>
background-color css
<style>
a { background-color: #EBC947; }
a { background-color: rgb(235,201,71); }
div.DivClassName
{
background-color: #EBC947;
}
.BgClassName
{
background-color: #EBC947;
}
</style>
border-color css
<style>
span { border-color: #EBC947; }
span { border-color: rgb(235,201,71); }
td.TdClassName
{
border-color: #EBC947;
}
.TagClassName
{
border-color: #EBC947;
}
</style>