Shades of Festival #EBC94C
Tints of Festival #EBC94C
RGB
CMYK
RGB Variations
Color information
#EBC94C (or 0xEBC94C) is known color: Festival. HEX triplet: EB, C9 and 4C. RGB value is (235,201,76). Sum of RGB (Red+Green+Blue) = 235+201+76=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC94C is #1436B3. Grayscale: #C5C5C5. Windows color (decimal): -1324724 or 5032427. OLE color: 5032427.
HSL color Cylindrical-coordinate representation of color #EBC94C: hue angle of 47.17º 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 #EBC94C is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 76 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.08 |
| HSL | 47.17º | 0.8% | 0.61% | - |
| HSV(B) | 47.17º | 0.68% | 0.92% | - |
| XYZ | 56.45 | 59.96 | 15.44 | - |
| YUV | 196.92 | 59.76 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 76 | 0 | 0.14 | 0.68 | 0.08 | 47.17 | 0.8 | 0.61 |
| Hex | EB | C9 | 4C | 0 | E | 44 | 8 | 2F | 50 | 3D |
| Octal | 353 | 311 | 114 | 0 | 16 | 104 | 10 | 57 | 120 | 75 |
| Binary | 11101011 | 11001001 | 1001100 | 0 | 1110 | 1000100 | 1000 | 101111 | 1010000 | 111101 |
Color Harmonies of #EBC94C
Complementary color
Monochromatic Colors of #EBC94C
Black with #EBC94C
Text Example
Text Example
White with #EBC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC94C; }
p { color: rgb(235,201,76); }
H1.HeaderClassName
{
color: #EBC94C;
}
.AnyTagClassName
{
color: #EBC94C;
}
</style>
background-color css
<style>
a { background-color: #EBC94C; }
a { background-color: rgb(235,201,76); }
div.DivClassName
{
background-color: #EBC94C;
}
.BgClassName
{
background-color: #EBC94C;
}
</style>
border-color css
<style>
span { border-color: #EBC94C; }
span { border-color: rgb(235,201,76); }
td.TdClassName
{
border-color: #EBC94C;
}
.TagClassName
{
border-color: #EBC94C;
}
</style>