Shades of Festival #EBD440
Tints of Festival #EBD440
RGB
CMYK
RGB Variations
Color information
#EBD440 (or 0xEBD440) is known color: Festival. HEX triplet: EB, D4 and 40. RGB value is (235,212,64). Sum of RGB (Red+Green+Blue) = 235+212+64=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 64 (25.39% from 255 or 12.52% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD440 is #142BBF. Grayscale: #CACACA. Windows color (decimal): -1321920 or 4248811. OLE color: 4248811.
HSL color Cylindrical-coordinate representation of color #EBD440: hue angle of 51.93º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBD440 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 212 | 64 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.08 |
| HSL | 51.93º | 0.81% | 0.59% | - |
| HSV(B) | 51.93º | 0.73% | 0.92% | - |
| XYZ | 58.73 | 65.12 | 14.32 | - |
| YUV | 202.01 | 50.12 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 212 | 64 | 0 | 0.10 | 0.73 | 0.08 | 51.93 | 0.81 | 0.59 |
| Hex | EB | D4 | 40 | 0 | A | 49 | 8 | 34 | 51 | 3B |
| Octal | 353 | 324 | 100 | 0 | 12 | 111 | 10 | 64 | 121 | 73 |
| Binary | 11101011 | 11010100 | 1000000 | 0 | 1010 | 1001001 | 1000 | 110100 | 1010001 | 111011 |
Color Harmonies of #EBD440
Complementary color
Monochromatic Colors of #EBD440
Black with #EBD440
Text Example
Text Example
White with #EBD440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD440; }
p { color: rgb(235,212,64); }
H1.HeaderClassName
{
color: #EBD440;
}
.AnyTagClassName
{
color: #EBD440;
}
</style>
background-color css
<style>
a { background-color: #EBD440; }
a { background-color: rgb(235,212,64); }
div.DivClassName
{
background-color: #EBD440;
}
.BgClassName
{
background-color: #EBD440;
}
</style>
border-color css
<style>
span { border-color: #EBD440; }
span { border-color: rgb(235,212,64); }
td.TdClassName
{
border-color: #EBD440;
}
.TagClassName
{
border-color: #EBD440;
}
</style>