Shades of Festival #EBC941
Tints of Festival #EBC941
RGB
CMYK
RGB Variations
Color information
#EBC941 (or 0xEBC941) is known color: Festival. HEX triplet: EB, C9 and 41. RGB value is (235,201,65). Sum of RGB (Red+Green+Blue) = 235+201+65=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 65 (25.78% from 255 or 12.97% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC941 is #1436BE. Grayscale: #C4C4C4. Windows color (decimal): -1324735 or 4311531. OLE color: 4311531.
HSL color Cylindrical-coordinate representation of color #EBC941: hue angle of 48º 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 #EBC941 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 65 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.08 |
| HSL | 48º | 0.81% | 0.59% | - |
| HSV(B) | 48º | 0.72% | 0.92% | - |
| XYZ | 56.1 | 59.82 | 13.59 | - |
| YUV | 195.66 | 54.26 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 65 | 0 | 0.14 | 0.72 | 0.08 | 48 | 0.81 | 0.59 |
| Hex | EB | C9 | 41 | 0 | E | 48 | 8 | 30 | 51 | 3B |
| Octal | 353 | 311 | 101 | 0 | 16 | 110 | 10 | 60 | 121 | 73 |
| Binary | 11101011 | 11001001 | 1000001 | 0 | 1110 | 1001000 | 1000 | 110000 | 1010001 | 111011 |
Color Harmonies of #EBC941
Complementary color
Monochromatic Colors of #EBC941
Black with #EBC941
Text Example
Text Example
White with #EBC941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC941; }
p { color: rgb(235,201,65); }
H1.HeaderClassName
{
color: #EBC941;
}
.AnyTagClassName
{
color: #EBC941;
}
</style>
background-color css
<style>
a { background-color: #EBC941; }
a { background-color: rgb(235,201,65); }
div.DivClassName
{
background-color: #EBC941;
}
.BgClassName
{
background-color: #EBC941;
}
</style>
border-color css
<style>
span { border-color: #EBC941; }
span { border-color: rgb(235,201,65); }
td.TdClassName
{
border-color: #EBC941;
}
.TagClassName
{
border-color: #EBC941;
}
</style>