Shades of Festival #EBC442
Tints of Festival #EBC442
RGB
CMYK
RGB Variations
Color information
#EBC442 (or 0xEBC442) is known color: Festival. HEX triplet: EB, C4 and 42. RGB value is (235,196,66). Sum of RGB (Red+Green+Blue) = 235+196+66=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC442 is #143BBD. Grayscale: #C1C1C1. Windows color (decimal): -1326014 or 4375787. OLE color: 4375787.
HSL color Cylindrical-coordinate representation of color #EBC442: hue angle of 46.15º 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 #EBC442 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 66 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.08 |
| HSL | 46.15º | 0.81% | 0.59% | - |
| HSV(B) | 46.15º | 0.72% | 0.92% | - |
| XYZ | 54.98 | 57.54 | 13.36 | - |
| YUV | 192.84 | 56.42 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 66 | 0 | 0.17 | 0.72 | 0.08 | 46.15 | 0.81 | 0.59 |
| Hex | EB | C4 | 42 | 0 | 11 | 48 | 8 | 2E | 51 | 3B |
| Octal | 353 | 304 | 102 | 0 | 21 | 110 | 10 | 56 | 121 | 73 |
| Binary | 11101011 | 11000100 | 1000010 | 0 | 10001 | 1001000 | 1000 | 101110 | 1010001 | 111011 |
Color Harmonies of #EBC442
Complementary color
Monochromatic Colors of #EBC442
Black with #EBC442
Text Example
Text Example
White with #EBC442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC442; }
p { color: rgb(235,196,66); }
H1.HeaderClassName
{
color: #EBC442;
}
.AnyTagClassName
{
color: #EBC442;
}
</style>
background-color css
<style>
a { background-color: #EBC442; }
a { background-color: rgb(235,196,66); }
div.DivClassName
{
background-color: #EBC442;
}
.BgClassName
{
background-color: #EBC442;
}
</style>
border-color css
<style>
span { border-color: #EBC442; }
span { border-color: rgb(235,196,66); }
td.TdClassName
{
border-color: #EBC442;
}
.TagClassName
{
border-color: #EBC442;
}
</style>