Shades of Festival #EBD34A
Tints of Festival #EBD34A
RGB
CMYK
RGB Variations
Color information
#EBD34A (or 0xEBD34A) is known color: Festival. HEX triplet: EB, D3 and 4A. RGB value is (235,211,74). Sum of RGB (Red+Green+Blue) = 235+211+74=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 74 (29.30% from 255 or 14.23% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD34A is #142CB5. Grayscale: #CBCBCB. Windows color (decimal): -1322166 or 4903915. OLE color: 4903915.
HSL color Cylindrical-coordinate representation of color #EBD34A: hue angle of 51.06º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBD34A is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 211 | 74 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.08 |
| HSL | 51.06º | 0.8% | 0.61% | - |
| HSV(B) | 51.06º | 0.69% | 0.92% | - |
| XYZ | 58.79 | 64.75 | 15.88 | - |
| YUV | 202.56 | 55.45 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 211 | 74 | 0 | 0.10 | 0.69 | 0.08 | 51.06 | 0.8 | 0.61 |
| Hex | EB | D3 | 4A | 0 | A | 45 | 8 | 33 | 50 | 3D |
| Octal | 353 | 323 | 112 | 0 | 12 | 105 | 10 | 63 | 120 | 75 |
| Binary | 11101011 | 11010011 | 1001010 | 0 | 1010 | 1000101 | 1000 | 110011 | 1010000 | 111101 |
Color Harmonies of #EBD34A
Complementary color
Monochromatic Colors of #EBD34A
Black with #EBD34A
Text Example
Text Example
White with #EBD34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD34A; }
p { color: rgb(235,211,74); }
H1.HeaderClassName
{
color: #EBD34A;
}
.AnyTagClassName
{
color: #EBD34A;
}
</style>
background-color css
<style>
a { background-color: #EBD34A; }
a { background-color: rgb(235,211,74); }
div.DivClassName
{
background-color: #EBD34A;
}
.BgClassName
{
background-color: #EBD34A;
}
</style>
border-color css
<style>
span { border-color: #EBD34A; }
span { border-color: rgb(235,211,74); }
td.TdClassName
{
border-color: #EBD34A;
}
.TagClassName
{
border-color: #EBD34A;
}
</style>