Shades of Festival #EBC640
Tints of Festival #EBC640
RGB
CMYK
RGB Variations
Color information
#EBC640 (or 0xEBC640) is known color: Festival. HEX triplet: EB, C6 and 40. RGB value is (235,198,64). Sum of RGB (Red+Green+Blue) = 235+198+64=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC640 is #1439BF. Grayscale: #C2C2C2. Windows color (decimal): -1325504 or 4245227. OLE color: 4245227.
HSL color Cylindrical-coordinate representation of color #EBC640: hue angle of 47.02º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBC640 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 64 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.08 |
| HSL | 47.02º | 0.81% | 0.59% | - |
| HSV(B) | 47.02º | 0.73% | 0.92% | - |
| XYZ | 55.38 | 58.42 | 13.21 | - |
| YUV | 193.79 | 54.76 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 64 | 0 | 0.16 | 0.73 | 0.08 | 47.02 | 0.81 | 0.59 |
| Hex | EB | C6 | 40 | 0 | 10 | 49 | 8 | 2F | 51 | 3B |
| Octal | 353 | 306 | 100 | 0 | 20 | 111 | 10 | 57 | 121 | 73 |
| Binary | 11101011 | 11000110 | 1000000 | 0 | 10000 | 1001001 | 1000 | 101111 | 1010001 | 111011 |
Color Harmonies of #EBC640
Complementary color
Monochromatic Colors of #EBC640
Black with #EBC640
Text Example
Text Example
White with #EBC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC640; }
p { color: rgb(235,198,64); }
H1.HeaderClassName
{
color: #EBC640;
}
.AnyTagClassName
{
color: #EBC640;
}
</style>
background-color css
<style>
a { background-color: #EBC640; }
a { background-color: rgb(235,198,64); }
div.DivClassName
{
background-color: #EBC640;
}
.BgClassName
{
background-color: #EBC640;
}
</style>
border-color css
<style>
span { border-color: #EBC640; }
span { border-color: rgb(235,198,64); }
td.TdClassName
{
border-color: #EBC640;
}
.TagClassName
{
border-color: #EBC640;
}
</style>