Shades of Festival #EBD946
Tints of Festival #EBD946
RGB
CMYK
RGB Variations
Color information
#EBD946 (or 0xEBD946) is known color: Festival. HEX triplet: EB, D9 and 46. RGB value is (235,217,70). Sum of RGB (Red+Green+Blue) = 235+217+70=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 70 (27.73% from 255 or 13.41% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD946 is #1426B9. Grayscale: #CECECE. Windows color (decimal): -1320634 or 4643307. OLE color: 4643307.
HSL color Cylindrical-coordinate representation of color #EBD946: hue angle of 53.45º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBD946 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 217 | 70 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.08 |
| HSL | 53.45º | 0.8% | 0.6% | - |
| HSV(B) | 53.45º | 0.7% | 0.92% | - |
| XYZ | 60.18 | 67.73 | 15.7 | - |
| YUV | 205.62 | 51.46 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 217 | 70 | 0 | 0.08 | 0.70 | 0.08 | 53.45 | 0.8 | 0.6 |
| Hex | EB | D9 | 46 | 0 | 8 | 46 | 8 | 35 | 50 | 3C |
| Octal | 353 | 331 | 106 | 0 | 10 | 106 | 10 | 65 | 120 | 74 |
| Binary | 11101011 | 11011001 | 1000110 | 0 | 1000 | 1000110 | 1000 | 110101 | 1010000 | 111100 |
Color Harmonies of #EBD946
Complementary color
Monochromatic Colors of #EBD946
Black with #EBD946
Text Example
Text Example
White with #EBD946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD946; }
p { color: rgb(235,217,70); }
H1.HeaderClassName
{
color: #EBD946;
}
.AnyTagClassName
{
color: #EBD946;
}
</style>
background-color css
<style>
a { background-color: #EBD946; }
a { background-color: rgb(235,217,70); }
div.DivClassName
{
background-color: #EBD946;
}
.BgClassName
{
background-color: #EBD946;
}
</style>
border-color css
<style>
span { border-color: #EBD946; }
span { border-color: rgb(235,217,70); }
td.TdClassName
{
border-color: #EBD946;
}
.TagClassName
{
border-color: #EBD946;
}
</style>