Shades of Festival #EBC746
Tints of Festival #EBC746
RGB
CMYK
RGB Variations
Color information
#EBC746 (or 0xEBC746) is known color: Festival. HEX triplet: EB, C7 and 46. RGB value is (235,199,70). Sum of RGB (Red+Green+Blue) = 235+199+70=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC746 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC746 is #1438B9. Grayscale: #C3C3C3. Windows color (decimal): -1325242 or 4638699. OLE color: 4638699.
HSL color Cylindrical-coordinate representation of color #EBC746: hue angle of 46.91º 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 #EBC746 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 70 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.08 |
| HSL | 46.91º | 0.8% | 0.6% | - |
| HSV(B) | 46.91º | 0.7% | 0.92% | - |
| XYZ | 55.79 | 58.95 | 14.23 | - |
| YUV | 195.06 | 57.43 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 70 | 0 | 0.15 | 0.70 | 0.08 | 46.91 | 0.8 | 0.6 |
| Hex | EB | C7 | 46 | 0 | F | 46 | 8 | 2F | 50 | 3C |
| Octal | 353 | 307 | 106 | 0 | 17 | 106 | 10 | 57 | 120 | 74 |
| Binary | 11101011 | 11000111 | 1000110 | 0 | 1111 | 1000110 | 1000 | 101111 | 1010000 | 111100 |
Color Harmonies of #EBC746
Complementary color
Monochromatic Colors of #EBC746
Black with #EBC746
Text Example
Text Example
White with #EBC746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC746; }
p { color: rgb(235,199,70); }
H1.HeaderClassName
{
color: #EBC746;
}
.AnyTagClassName
{
color: #EBC746;
}
</style>
background-color css
<style>
a { background-color: #EBC746; }
a { background-color: rgb(235,199,70); }
div.DivClassName
{
background-color: #EBC746;
}
.BgClassName
{
background-color: #EBC746;
}
</style>
border-color css
<style>
span { border-color: #EBC746; }
span { border-color: rgb(235,199,70); }
td.TdClassName
{
border-color: #EBC746;
}
.TagClassName
{
border-color: #EBC746;
}
</style>