Shades of Festival #EBC64B
Tints of Festival #EBC64B
RGB
CMYK
RGB Variations
Color information
#EBC64B (or 0xEBC64B) is known color: Festival. HEX triplet: EB, C6 and 4B. RGB value is (235,198,75). Sum of RGB (Red+Green+Blue) = 235+198+75=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 75 (29.69% from 255 or 14.76% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC64B is #1439B4. Grayscale: #C3C3C3. Windows color (decimal): -1325493 or 4966123. OLE color: 4966123.
HSL color Cylindrical-coordinate representation of color #EBC64B: hue angle of 46.12º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBC64B is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 75 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.08 |
| HSL | 46.13º | 0.8% | 0.61% | - |
| HSV(B) | 46.13º | 0.68% | 0.92% | - |
| XYZ | 55.73 | 58.56 | 15.02 | - |
| YUV | 195.04 | 60.26 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 75 | 0 | 0.16 | 0.68 | 0.08 | 46.13 | 0.8 | 0.61 |
| Hex | EB | C6 | 4B | 0 | 10 | 44 | 8 | 2E | 50 | 3D |
| Octal | 353 | 306 | 113 | 0 | 20 | 104 | 10 | 56 | 120 | 75 |
| Binary | 11101011 | 11000110 | 1001011 | 0 | 10000 | 1000100 | 1000 | 101110 | 1010000 | 111101 |
Color Harmonies of #EBC64B
Complementary color
Monochromatic Colors of #EBC64B
Black with #EBC64B
Text Example
Text Example
White with #EBC64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC64B; }
p { color: rgb(235,198,75); }
H1.HeaderClassName
{
color: #EBC64B;
}
.AnyTagClassName
{
color: #EBC64B;
}
</style>
background-color css
<style>
a { background-color: #EBC64B; }
a { background-color: rgb(235,198,75); }
div.DivClassName
{
background-color: #EBC64B;
}
.BgClassName
{
background-color: #EBC64B;
}
</style>
border-color css
<style>
span { border-color: #EBC64B; }
span { border-color: rgb(235,198,75); }
td.TdClassName
{
border-color: #EBC64B;
}
.TagClassName
{
border-color: #EBC64B;
}
</style>