Shades of Festival #EBC74B
Tints of Festival #EBC74B
RGB
CMYK
RGB Variations
Color information
#EBC74B (or 0xEBC74B) is known color: Festival. HEX triplet: EB, C7 and 4B. RGB value is (235,199,75). Sum of RGB (Red+Green+Blue) = 235+199+75=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC74B is #1438B4. Grayscale: #C4C4C4. Windows color (decimal): -1325237 or 4966379. OLE color: 4966379.
HSL color Cylindrical-coordinate representation of color #EBC74B: hue angle of 46.5º 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 #EBC74B is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 75 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.08 |
| HSL | 46.5º | 0.8% | 0.61% | - |
| HSV(B) | 46.5º | 0.68% | 0.92% | - |
| XYZ | 55.95 | 59.02 | 15.1 | - |
| YUV | 195.63 | 59.93 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 75 | 0 | 0.15 | 0.68 | 0.08 | 46.5 | 0.8 | 0.61 |
| Hex | EB | C7 | 4B | 0 | F | 44 | 8 | 2E | 50 | 3D |
| Octal | 353 | 307 | 113 | 0 | 17 | 104 | 10 | 56 | 120 | 75 |
| Binary | 11101011 | 11000111 | 1001011 | 0 | 1111 | 1000100 | 1000 | 101110 | 1010000 | 111101 |
Color Harmonies of #EBC74B
Complementary color
Monochromatic Colors of #EBC74B
Black with #EBC74B
Text Example
Text Example
White with #EBC74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC74B; }
p { color: rgb(235,199,75); }
H1.HeaderClassName
{
color: #EBC74B;
}
.AnyTagClassName
{
color: #EBC74B;
}
</style>
background-color css
<style>
a { background-color: #EBC74B; }
a { background-color: rgb(235,199,75); }
div.DivClassName
{
background-color: #EBC74B;
}
.BgClassName
{
background-color: #EBC74B;
}
</style>
border-color css
<style>
span { border-color: #EBC74B; }
span { border-color: rgb(235,199,75); }
td.TdClassName
{
border-color: #EBC74B;
}
.TagClassName
{
border-color: #EBC74B;
}
</style>