Shades of Festival #EBC43D
Tints of Festival #EBC43D
RGB
CMYK
RGB Variations
Color information
#EBC43D (or 0xEBC43D) is known color: Festival. HEX triplet: EB, C4 and 3D. RGB value is (235,196,61). Sum of RGB (Red+Green+Blue) = 235+196+61=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 61 (24.22% from 255 or 12.40% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC43D is #143BC2. Grayscale: #C0C0C0. Windows color (decimal): -1326019 or 4048107. OLE color: 4048107.
HSL color Cylindrical-coordinate representation of color #EBC43D: hue angle of 46.55º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBC43D is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 61 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.08 |
| HSL | 46.55º | 0.81% | 0.58% | - |
| HSV(B) | 46.55º | 0.74% | 0.92% | - |
| XYZ | 54.84 | 57.48 | 12.62 | - |
| YUV | 192.27 | 53.92 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 61 | 0 | 0.17 | 0.74 | 0.08 | 46.55 | 0.81 | 0.58 |
| Hex | EB | C4 | 3D | 0 | 11 | 4A | 8 | 2F | 51 | 3A |
| Octal | 353 | 304 | 75 | 0 | 21 | 112 | 10 | 57 | 121 | 72 |
| Binary | 11101011 | 11000100 | 111101 | 0 | 10001 | 1001010 | 1000 | 101111 | 1010001 | 111010 |
Color Harmonies of #EBC43D
Complementary color
Monochromatic Colors of #EBC43D
Black with #EBC43D
Text Example
Text Example
White with #EBC43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC43D; }
p { color: rgb(235,196,61); }
H1.HeaderClassName
{
color: #EBC43D;
}
.AnyTagClassName
{
color: #EBC43D;
}
</style>
background-color css
<style>
a { background-color: #EBC43D; }
a { background-color: rgb(235,196,61); }
div.DivClassName
{
background-color: #EBC43D;
}
.BgClassName
{
background-color: #EBC43D;
}
</style>
border-color css
<style>
span { border-color: #EBC43D; }
span { border-color: rgb(235,196,61); }
td.TdClassName
{
border-color: #EBC43D;
}
.TagClassName
{
border-color: #EBC43D;
}
</style>