Shades of Festival #EBC94D
Tints of Festival #EBC94D
RGB
CMYK
RGB Variations
Color information
#EBC94D (or 0xEBC94D) is known color: Festival. HEX triplet: EB, C9 and 4D. RGB value is (235,201,77). Sum of RGB (Red+Green+Blue) = 235+201+77=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 77 (30.47% from 255 or 15.01% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC94D is #1436B2. Grayscale: #C5C5C5. Windows color (decimal): -1324723 or 5097963. OLE color: 5097963.
HSL color Cylindrical-coordinate representation of color #EBC94D: hue angle of 47.09º 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 #EBC94D is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 77 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.08 |
| HSL | 47.09º | 0.8% | 0.61% | - |
| HSV(B) | 47.09º | 0.67% | 0.92% | - |
| XYZ | 56.49 | 59.97 | 15.62 | - |
| YUV | 197.03 | 60.26 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 77 | 0 | 0.14 | 0.67 | 0.08 | 47.09 | 0.8 | 0.61 |
| Hex | EB | C9 | 4D | 0 | E | 43 | 8 | 2F | 50 | 3D |
| Octal | 353 | 311 | 115 | 0 | 16 | 103 | 10 | 57 | 120 | 75 |
| Binary | 11101011 | 11001001 | 1001101 | 0 | 1110 | 1000011 | 1000 | 101111 | 1010000 | 111101 |
Color Harmonies of #EBC94D
Complementary color
Monochromatic Colors of #EBC94D
Black with #EBC94D
Text Example
Text Example
White with #EBC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC94D; }
p { color: rgb(235,201,77); }
H1.HeaderClassName
{
color: #EBC94D;
}
.AnyTagClassName
{
color: #EBC94D;
}
</style>
background-color css
<style>
a { background-color: #EBC94D; }
a { background-color: rgb(235,201,77); }
div.DivClassName
{
background-color: #EBC94D;
}
.BgClassName
{
background-color: #EBC94D;
}
</style>
border-color css
<style>
span { border-color: #EBC94D; }
span { border-color: rgb(235,201,77); }
td.TdClassName
{
border-color: #EBC94D;
}
.TagClassName
{
border-color: #EBC94D;
}
</style>