Shades of Festival #EBCB4D
Tints of Festival #EBCB4D
RGB
CMYK
RGB Variations
Color information
#EBCB4D (or 0xEBCB4D) is known color: Festival. HEX triplet: EB, CB and 4D. RGB value is (235,203,77). Sum of RGB (Red+Green+Blue) = 235+203+77=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCB4D is #1434B2. Grayscale: #C6C6C6. Windows color (decimal): -1324211 or 5098475. OLE color: 5098475.
HSL color Cylindrical-coordinate representation of color #EBCB4D: hue angle of 47.85º 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 #EBCB4D is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 77 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.08 |
| HSL | 47.85º | 0.8% | 0.61% | - |
| HSV(B) | 47.85º | 0.67% | 0.92% | - |
| XYZ | 56.96 | 60.91 | 15.78 | - |
| YUV | 198.2 | 59.6 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 77 | 0 | 0.14 | 0.67 | 0.08 | 47.85 | 0.8 | 0.61 |
| Hex | EB | CB | 4D | 0 | E | 43 | 8 | 30 | 50 | 3D |
| Octal | 353 | 313 | 115 | 0 | 16 | 103 | 10 | 60 | 120 | 75 |
| Binary | 11101011 | 11001011 | 1001101 | 0 | 1110 | 1000011 | 1000 | 110000 | 1010000 | 111101 |
Color Harmonies of #EBCB4D
Complementary color
Monochromatic Colors of #EBCB4D
Black with #EBCB4D
Text Example
Text Example
White with #EBCB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCB4D; }
p { color: rgb(235,203,77); }
H1.HeaderClassName
{
color: #EBCB4D;
}
.AnyTagClassName
{
color: #EBCB4D;
}
</style>
background-color css
<style>
a { background-color: #EBCB4D; }
a { background-color: rgb(235,203,77); }
div.DivClassName
{
background-color: #EBCB4D;
}
.BgClassName
{
background-color: #EBCB4D;
}
</style>
border-color css
<style>
span { border-color: #EBCB4D; }
span { border-color: rgb(235,203,77); }
td.TdClassName
{
border-color: #EBCB4D;
}
.TagClassName
{
border-color: #EBCB4D;
}
</style>