Shades of Festival #EBC846
Tints of Festival #EBC846
RGB
CMYK
RGB Variations
Color information
#EBC846 (or 0xEBC846) is known color: Festival. HEX triplet: EB, C8 and 46. RGB value is (235,200,70). Sum of RGB (Red+Green+Blue) = 235+200+70=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 70 (27.73% from 255 or 13.86% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC846 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC846 is #1437B9. Grayscale: #C4C4C4. Windows color (decimal): -1324986 or 4638955. OLE color: 4638955.
HSL color Cylindrical-coordinate representation of color #EBC846: hue angle of 47.27º 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 #EBC846 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 70 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.08 |
| HSL | 47.27º | 0.8% | 0.6% | - |
| HSV(B) | 47.27º | 0.7% | 0.92% | - |
| XYZ | 56.02 | 59.41 | 14.31 | - |
| YUV | 195.65 | 57.1 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 70 | 0 | 0.15 | 0.70 | 0.08 | 47.27 | 0.8 | 0.6 |
| Hex | EB | C8 | 46 | 0 | F | 46 | 8 | 2F | 50 | 3C |
| Octal | 353 | 310 | 106 | 0 | 17 | 106 | 10 | 57 | 120 | 74 |
| Binary | 11101011 | 11001000 | 1000110 | 0 | 1111 | 1000110 | 1000 | 101111 | 1010000 | 111100 |
Color Harmonies of #EBC846
Complementary color
Monochromatic Colors of #EBC846
Black with #EBC846
Text Example
Text Example
White with #EBC846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC846; }
p { color: rgb(235,200,70); }
H1.HeaderClassName
{
color: #EBC846;
}
.AnyTagClassName
{
color: #EBC846;
}
</style>
background-color css
<style>
a { background-color: #EBC846; }
a { background-color: rgb(235,200,70); }
div.DivClassName
{
background-color: #EBC846;
}
.BgClassName
{
background-color: #EBC846;
}
</style>
border-color css
<style>
span { border-color: #EBC846; }
span { border-color: rgb(235,200,70); }
td.TdClassName
{
border-color: #EBC846;
}
.TagClassName
{
border-color: #EBC846;
}
</style>