Shades of Festival #EBC94F
Tints of Festival #EBC94F
RGB
CMYK
RGB Variations
Color information
#EBC94F (or 0xEBC94F) is known color: Festival. HEX triplet: EB, C9 and 4F. RGB value is (235,201,79). Sum of RGB (Red+Green+Blue) = 235+201+79=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 79 (31.25% from 255 or 15.34% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC94F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC94F is #1436B0. Grayscale: #C5C5C5. Windows color (decimal): -1324721 or 5229035. OLE color: 5229035.
HSL color Cylindrical-coordinate representation of color #EBC94F: hue angle of 46.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBC94F is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 79 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.08 |
| HSL | 46.92º | 0.8% | 0.62% | - |
| HSV(B) | 46.92º | 0.66% | 0.92% | - |
| XYZ | 56.56 | 60 | 16 | - |
| YUV | 197.26 | 61.26 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 79 | 0 | 0.14 | 0.66 | 0.08 | 46.92 | 0.8 | 0.62 |
| Hex | EB | C9 | 4F | 0 | E | 42 | 8 | 2F | 50 | 3E |
| Octal | 353 | 311 | 117 | 0 | 16 | 102 | 10 | 57 | 120 | 76 |
| Binary | 11101011 | 11001001 | 1001111 | 0 | 1110 | 1000010 | 1000 | 101111 | 1010000 | 111110 |
Color Harmonies of #EBC94F
Complementary color
Monochromatic Colors of #EBC94F
Black with #EBC94F
Text Example
Text Example
White with #EBC94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC94F; }
p { color: rgb(235,201,79); }
H1.HeaderClassName
{
color: #EBC94F;
}
.AnyTagClassName
{
color: #EBC94F;
}
</style>
background-color css
<style>
a { background-color: #EBC94F; }
a { background-color: rgb(235,201,79); }
div.DivClassName
{
background-color: #EBC94F;
}
.BgClassName
{
background-color: #EBC94F;
}
</style>
border-color css
<style>
span { border-color: #EBC94F; }
span { border-color: rgb(235,201,79); }
td.TdClassName
{
border-color: #EBC94F;
}
.TagClassName
{
border-color: #EBC94F;
}
</style>