Shades of Festival #EBC64D
Tints of Festival #EBC64D
RGB
CMYK
RGB Variations
Color information
#EBC64D (or 0xEBC64D) is known color: Festival. HEX triplet: EB, C6 and 4D. RGB value is (235,198,77). Sum of RGB (Red+Green+Blue) = 235+198+77=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 77 (30.47% from 255 or 15.10% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC64D is #1439B2. Grayscale: #C3C3C3. Windows color (decimal): -1325491 or 5097195. OLE color: 5097195.
HSL color Cylindrical-coordinate representation of color #EBC64D: hue angle of 45.95º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EBC64D is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 77 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.08 |
| HSL | 45.95º | 0.8% | 0.61% | - |
| HSV(B) | 45.95º | 0.67% | 0.92% | - |
| XYZ | 55.79 | 58.59 | 15.39 | - |
| YUV | 195.27 | 61.26 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 77 | 0 | 0.16 | 0.67 | 0.08 | 45.95 | 0.8 | 0.61 |
| Hex | EB | C6 | 4D | 0 | 10 | 43 | 8 | 2E | 50 | 3D |
| Octal | 353 | 306 | 115 | 0 | 20 | 103 | 10 | 56 | 120 | 75 |
| Binary | 11101011 | 11000110 | 1001101 | 0 | 10000 | 1000011 | 1000 | 101110 | 1010000 | 111101 |
Color Harmonies of #EBC64D
Complementary color
Monochromatic Colors of #EBC64D
Black with #EBC64D
Text Example
Text Example
White with #EBC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC64D; }
p { color: rgb(235,198,77); }
H1.HeaderClassName
{
color: #EBC64D;
}
.AnyTagClassName
{
color: #EBC64D;
}
</style>
background-color css
<style>
a { background-color: #EBC64D; }
a { background-color: rgb(235,198,77); }
div.DivClassName
{
background-color: #EBC64D;
}
.BgClassName
{
background-color: #EBC64D;
}
</style>
border-color css
<style>
span { border-color: #EBC64D; }
span { border-color: rgb(235,198,77); }
td.TdClassName
{
border-color: #EBC64D;
}
.TagClassName
{
border-color: #EBC64D;
}
</style>