Shades of Festival #EBC641
Tints of Festival #EBC641
RGB
CMYK
RGB Variations
Color information
#EBC641 (or 0xEBC641) is known color: Festival. HEX triplet: EB, C6 and 41. RGB value is (235,198,65). Sum of RGB (Red+Green+Blue) = 235+198+65=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC641 is #1439BE. Grayscale: #C2C2C2. Windows color (decimal): -1325503 or 4310763. OLE color: 4310763.
HSL color Cylindrical-coordinate representation of color #EBC641: hue angle of 46.94º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EBC641 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 65 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.08 |
| HSL | 46.94º | 0.81% | 0.59% | - |
| HSV(B) | 46.94º | 0.72% | 0.92% | - |
| XYZ | 55.41 | 58.43 | 13.36 | - |
| YUV | 193.9 | 55.26 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 65 | 0 | 0.16 | 0.72 | 0.08 | 46.94 | 0.81 | 0.59 |
| Hex | EB | C6 | 41 | 0 | 10 | 48 | 8 | 2F | 51 | 3B |
| Octal | 353 | 306 | 101 | 0 | 20 | 110 | 10 | 57 | 121 | 73 |
| Binary | 11101011 | 11000110 | 1000001 | 0 | 10000 | 1001000 | 1000 | 101111 | 1010001 | 111011 |
Color Harmonies of #EBC641
Complementary color
Monochromatic Colors of #EBC641
Black with #EBC641
Text Example
Text Example
White with #EBC641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC641; }
p { color: rgb(235,198,65); }
H1.HeaderClassName
{
color: #EBC641;
}
.AnyTagClassName
{
color: #EBC641;
}
</style>
background-color css
<style>
a { background-color: #EBC641; }
a { background-color: rgb(235,198,65); }
div.DivClassName
{
background-color: #EBC641;
}
.BgClassName
{
background-color: #EBC641;
}
</style>
border-color css
<style>
span { border-color: #EBC641; }
span { border-color: rgb(235,198,65); }
td.TdClassName
{
border-color: #EBC641;
}
.TagClassName
{
border-color: #EBC641;
}
</style>