Shades of Festival #EBC649
Tints of Festival #EBC649
RGB
CMYK
RGB Variations
Color information
#EBC649 (or 0xEBC649) is known color: Festival. HEX triplet: EB, C6 and 49. RGB value is (235,198,73). Sum of RGB (Red+Green+Blue) = 235+198+73=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC649 is #1439B6. Grayscale: #C3C3C3. Windows color (decimal): -1325495 or 4835051. OLE color: 4835051.
HSL color Cylindrical-coordinate representation of color #EBC649: hue angle of 46.3º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBC649 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 73 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.08 |
| HSL | 46.3º | 0.8% | 0.6% | - |
| HSV(B) | 46.3º | 0.69% | 0.92% | - |
| XYZ | 55.66 | 58.53 | 14.67 | - |
| YUV | 194.81 | 59.26 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 73 | 0 | 0.16 | 0.69 | 0.08 | 46.3 | 0.8 | 0.6 |
| Hex | EB | C6 | 49 | 0 | 10 | 45 | 8 | 2E | 50 | 3C |
| Octal | 353 | 306 | 111 | 0 | 20 | 105 | 10 | 56 | 120 | 74 |
| Binary | 11101011 | 11000110 | 1001001 | 0 | 10000 | 1000101 | 1000 | 101110 | 1010000 | 111100 |
Color Harmonies of #EBC649
Complementary color
Monochromatic Colors of #EBC649
Black with #EBC649
Text Example
Text Example
White with #EBC649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC649; }
p { color: rgb(235,198,73); }
H1.HeaderClassName
{
color: #EBC649;
}
.AnyTagClassName
{
color: #EBC649;
}
</style>
background-color css
<style>
a { background-color: #EBC649; }
a { background-color: rgb(235,198,73); }
div.DivClassName
{
background-color: #EBC649;
}
.BgClassName
{
background-color: #EBC649;
}
</style>
border-color css
<style>
span { border-color: #EBC649; }
span { border-color: rgb(235,198,73); }
td.TdClassName
{
border-color: #EBC649;
}
.TagClassName
{
border-color: #EBC649;
}
</style>