Shades of Festival #EBCD46
Tints of Festival #EBCD46
RGB
CMYK
RGB Variations
Color information
#EBCD46 (or 0xEBCD46) is known color: Festival. HEX triplet: EB, CD and 46. RGB value is (235,205,70). Sum of RGB (Red+Green+Blue) = 235+205+70=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 70 (27.73% from 255 or 13.73% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCD46 is #1432B9. Grayscale: #C7C7C7. Windows color (decimal): -1323706 or 4640235. OLE color: 4640235.
HSL color Cylindrical-coordinate representation of color #EBCD46: hue angle of 49.09º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBCD46 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 70 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.08 |
| HSL | 49.09º | 0.8% | 0.6% | - |
| HSV(B) | 49.09º | 0.7% | 0.92% | - |
| XYZ | 57.2 | 61.77 | 14.7 | - |
| YUV | 198.58 | 55.44 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 70 | 0 | 0.13 | 0.70 | 0.08 | 49.09 | 0.8 | 0.6 |
| Hex | EB | CD | 46 | 0 | D | 46 | 8 | 31 | 50 | 3C |
| Octal | 353 | 315 | 106 | 0 | 15 | 106 | 10 | 61 | 120 | 74 |
| Binary | 11101011 | 11001101 | 1000110 | 0 | 1101 | 1000110 | 1000 | 110001 | 1010000 | 111100 |
Color Harmonies of #EBCD46
Complementary color
Monochromatic Colors of #EBCD46
Black with #EBCD46
Text Example
Text Example
White with #EBCD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD46; }
p { color: rgb(235,205,70); }
H1.HeaderClassName
{
color: #EBCD46;
}
.AnyTagClassName
{
color: #EBCD46;
}
</style>
background-color css
<style>
a { background-color: #EBCD46; }
a { background-color: rgb(235,205,70); }
div.DivClassName
{
background-color: #EBCD46;
}
.BgClassName
{
background-color: #EBCD46;
}
</style>
border-color css
<style>
span { border-color: #EBCD46; }
span { border-color: rgb(235,205,70); }
td.TdClassName
{
border-color: #EBCD46;
}
.TagClassName
{
border-color: #EBCD46;
}
</style>