Shades of Festival #EBC83D
Tints of Festival #EBC83D
RGB
CMYK
RGB Variations
Color information
#EBC83D (or 0xEBC83D) is known color: Festival. HEX triplet: EB, C8 and 3D. RGB value is (235,200,61). Sum of RGB (Red+Green+Blue) = 235+200+61=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC83D is #1437C2. Grayscale: #C3C3C3. Windows color (decimal): -1324995 or 4049131. OLE color: 4049131.
HSL color Cylindrical-coordinate representation of color #EBC83D: hue angle of 47.93º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBC83D is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 61 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.08 |
| HSL | 47.93º | 0.81% | 0.58% | - |
| HSV(B) | 47.93º | 0.74% | 0.92% | - |
| XYZ | 55.76 | 59.31 | 12.92 | - |
| YUV | 194.62 | 52.6 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 61 | 0 | 0.15 | 0.74 | 0.08 | 47.93 | 0.81 | 0.58 |
| Hex | EB | C8 | 3D | 0 | F | 4A | 8 | 30 | 51 | 3A |
| Octal | 353 | 310 | 75 | 0 | 17 | 112 | 10 | 60 | 121 | 72 |
| Binary | 11101011 | 11001000 | 111101 | 0 | 1111 | 1001010 | 1000 | 110000 | 1010001 | 111010 |
Color Harmonies of #EBC83D
Complementary color
Monochromatic Colors of #EBC83D
Black with #EBC83D
Text Example
Text Example
White with #EBC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC83D; }
p { color: rgb(235,200,61); }
H1.HeaderClassName
{
color: #EBC83D;
}
.AnyTagClassName
{
color: #EBC83D;
}
</style>
background-color css
<style>
a { background-color: #EBC83D; }
a { background-color: rgb(235,200,61); }
div.DivClassName
{
background-color: #EBC83D;
}
.BgClassName
{
background-color: #EBC83D;
}
</style>
border-color css
<style>
span { border-color: #EBC83D; }
span { border-color: rgb(235,200,61); }
td.TdClassName
{
border-color: #EBC83D;
}
.TagClassName
{
border-color: #EBC83D;
}
</style>