Shades of Festival #EBCC3E
Tints of Festival #EBCC3E
RGB
CMYK
RGB Variations
Color information
#EBCC3E (or 0xEBCC3E) is known color: Festival. HEX triplet: EB, CC and 3E. RGB value is (235,204,62). Sum of RGB (Red+Green+Blue) = 235+204+62=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 62 (24.61% from 255 or 12.38% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCC3E is #1433C1. Grayscale: #C5C5C5. Windows color (decimal): -1323970 or 4115691. OLE color: 4115691.
HSL color Cylindrical-coordinate representation of color #EBCC3E: hue angle of 49.25º 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 #EBCC3E is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 62 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.08 |
| HSL | 49.25º | 0.81% | 0.58% | - |
| HSV(B) | 49.25º | 0.74% | 0.92% | - |
| XYZ | 56.72 | 61.2 | 13.38 | - |
| YUV | 197.08 | 51.77 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 62 | 0 | 0.13 | 0.74 | 0.08 | 49.25 | 0.81 | 0.58 |
| Hex | EB | CC | 3E | 0 | D | 4A | 8 | 31 | 51 | 3A |
| Octal | 353 | 314 | 76 | 0 | 15 | 112 | 10 | 61 | 121 | 72 |
| Binary | 11101011 | 11001100 | 111110 | 0 | 1101 | 1001010 | 1000 | 110001 | 1010001 | 111010 |
Color Harmonies of #EBCC3E
Complementary color
Monochromatic Colors of #EBCC3E
Black with #EBCC3E
Text Example
Text Example
White with #EBCC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCC3E; }
p { color: rgb(235,204,62); }
H1.HeaderClassName
{
color: #EBCC3E;
}
.AnyTagClassName
{
color: #EBCC3E;
}
</style>
background-color css
<style>
a { background-color: #EBCC3E; }
a { background-color: rgb(235,204,62); }
div.DivClassName
{
background-color: #EBCC3E;
}
.BgClassName
{
background-color: #EBCC3E;
}
</style>
border-color css
<style>
span { border-color: #EBCC3E; }
span { border-color: rgb(235,204,62); }
td.TdClassName
{
border-color: #EBCC3E;
}
.TagClassName
{
border-color: #EBCC3E;
}
</style>