Shades of Festival #EBCE3E
Tints of Festival #EBCE3E
RGB
CMYK
RGB Variations
Color information
#EBCE3E (or 0xEBCE3E) is known color: Festival. HEX triplet: EB, CE and 3E. RGB value is (235,206,62). Sum of RGB (Red+Green+Blue) = 235+206+62=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 62 (24.61% from 255 or 12.33% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCE3E is #1431C1. Grayscale: #C6C6C6. Windows color (decimal): -1323458 or 4116203. OLE color: 4116203.
HSL color Cylindrical-coordinate representation of color #EBCE3E: hue angle of 49.94º 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 #EBCE3E is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 206 | 62 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.08 |
| HSL | 49.94º | 0.81% | 0.58% | - |
| HSV(B) | 49.94º | 0.74% | 0.92% | - |
| XYZ | 57.2 | 62.15 | 13.54 | - |
| YUV | 198.26 | 51.11 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 206 | 62 | 0 | 0.12 | 0.74 | 0.08 | 49.94 | 0.81 | 0.58 |
| Hex | EB | CE | 3E | 0 | C | 4A | 8 | 32 | 51 | 3A |
| Octal | 353 | 316 | 76 | 0 | 14 | 112 | 10 | 62 | 121 | 72 |
| Binary | 11101011 | 11001110 | 111110 | 0 | 1100 | 1001010 | 1000 | 110010 | 1010001 | 111010 |
Color Harmonies of #EBCE3E
Complementary color
Monochromatic Colors of #EBCE3E
Black with #EBCE3E
Text Example
Text Example
White with #EBCE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCE3E; }
p { color: rgb(235,206,62); }
H1.HeaderClassName
{
color: #EBCE3E;
}
.AnyTagClassName
{
color: #EBCE3E;
}
</style>
background-color css
<style>
a { background-color: #EBCE3E; }
a { background-color: rgb(235,206,62); }
div.DivClassName
{
background-color: #EBCE3E;
}
.BgClassName
{
background-color: #EBCE3E;
}
</style>
border-color css
<style>
span { border-color: #EBCE3E; }
span { border-color: rgb(235,206,62); }
td.TdClassName
{
border-color: #EBCE3E;
}
.TagClassName
{
border-color: #EBCE3E;
}
</style>