Shades of Festival #EBC944
Tints of Festival #EBC944
RGB
CMYK
RGB Variations
Color information
#EBC944 (or 0xEBC944) is known color: Festival. HEX triplet: EB, C9 and 44. RGB value is (235,201,68). Sum of RGB (Red+Green+Blue) = 235+201+68=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 68 (26.95% from 255 or 13.49% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC944 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC944 is #1436BB. Grayscale: #C4C4C4. Windows color (decimal): -1324732 or 4508139. OLE color: 4508139.
HSL color Cylindrical-coordinate representation of color #EBC944: hue angle of 47.78º 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 #EBC944 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 68 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.08 |
| HSL | 47.78º | 0.81% | 0.59% | - |
| HSV(B) | 47.78º | 0.71% | 0.92% | - |
| XYZ | 56.19 | 59.85 | 14.06 | - |
| YUV | 196 | 55.76 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 68 | 0 | 0.14 | 0.71 | 0.08 | 47.78 | 0.81 | 0.59 |
| Hex | EB | C9 | 44 | 0 | E | 47 | 8 | 30 | 51 | 3B |
| Octal | 353 | 311 | 104 | 0 | 16 | 107 | 10 | 60 | 121 | 73 |
| Binary | 11101011 | 11001001 | 1000100 | 0 | 1110 | 1000111 | 1000 | 110000 | 1010001 | 111011 |
Color Harmonies of #EBC944
Complementary color
Monochromatic Colors of #EBC944
Black with #EBC944
Text Example
Text Example
White with #EBC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC944; }
p { color: rgb(235,201,68); }
H1.HeaderClassName
{
color: #EBC944;
}
.AnyTagClassName
{
color: #EBC944;
}
</style>
background-color css
<style>
a { background-color: #EBC944; }
a { background-color: rgb(235,201,68); }
div.DivClassName
{
background-color: #EBC944;
}
.BgClassName
{
background-color: #EBC944;
}
</style>
border-color css
<style>
span { border-color: #EBC944; }
span { border-color: rgb(235,201,68); }
td.TdClassName
{
border-color: #EBC944;
}
.TagClassName
{
border-color: #EBC944;
}
</style>