Shades of Festival #EBC844
Tints of Festival #EBC844
RGB
CMYK
RGB Variations
Color information
#EBC844 (or 0xEBC844) is known color: Festival. HEX triplet: EB, C8 and 44. RGB value is (235,200,68). Sum of RGB (Red+Green+Blue) = 235+200+68=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 68 (26.95% from 255 or 13.52% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC844 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC844 is #1437BB. Grayscale: #C3C3C3. Windows color (decimal): -1324988 or 4507883. OLE color: 4507883.
HSL color Cylindrical-coordinate representation of color #EBC844: hue angle of 47.43º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EBC844 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 68 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.08 |
| HSL | 47.43º | 0.81% | 0.59% | - |
| HSV(B) | 47.43º | 0.71% | 0.92% | - |
| XYZ | 55.96 | 59.39 | 13.98 | - |
| YUV | 195.42 | 56.1 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 68 | 0 | 0.15 | 0.71 | 0.08 | 47.43 | 0.81 | 0.59 |
| Hex | EB | C8 | 44 | 0 | F | 47 | 8 | 2F | 51 | 3B |
| Octal | 353 | 310 | 104 | 0 | 17 | 107 | 10 | 57 | 121 | 73 |
| Binary | 11101011 | 11001000 | 1000100 | 0 | 1111 | 1000111 | 1000 | 101111 | 1010001 | 111011 |
Color Harmonies of #EBC844
Complementary color
Monochromatic Colors of #EBC844
Black with #EBC844
Text Example
Text Example
White with #EBC844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC844; }
p { color: rgb(235,200,68); }
H1.HeaderClassName
{
color: #EBC844;
}
.AnyTagClassName
{
color: #EBC844;
}
</style>
background-color css
<style>
a { background-color: #EBC844; }
a { background-color: rgb(235,200,68); }
div.DivClassName
{
background-color: #EBC844;
}
.BgClassName
{
background-color: #EBC844;
}
</style>
border-color css
<style>
span { border-color: #EBC844; }
span { border-color: rgb(235,200,68); }
td.TdClassName
{
border-color: #EBC844;
}
.TagClassName
{
border-color: #EBC844;
}
</style>