Shades of Festival #EBCC4D
Tints of Festival #EBCC4D
RGB
CMYK
RGB Variations
Color information
#EBCC4D (or 0xEBCC4D) is known color: Festival. HEX triplet: EB, CC and 4D. RGB value is (235,204,77). Sum of RGB (Red+Green+Blue) = 235+204+77=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCC4D is #1433B2. Grayscale: #C7C7C7. Windows color (decimal): -1323955 or 5098731. OLE color: 5098731.
HSL color Cylindrical-coordinate representation of color #EBCC4D: hue angle of 48.23º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EBCC4D is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 77 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.08 |
| HSL | 48.23º | 0.8% | 0.61% | - |
| HSV(B) | 48.23º | 0.67% | 0.92% | - |
| XYZ | 57.19 | 61.38 | 15.86 | - |
| YUV | 198.79 | 59.27 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 77 | 0 | 0.13 | 0.67 | 0.08 | 48.23 | 0.8 | 0.61 |
| Hex | EB | CC | 4D | 0 | D | 43 | 8 | 30 | 50 | 3D |
| Octal | 353 | 314 | 115 | 0 | 15 | 103 | 10 | 60 | 120 | 75 |
| Binary | 11101011 | 11001100 | 1001101 | 0 | 1101 | 1000011 | 1000 | 110000 | 1010000 | 111101 |
Color Harmonies of #EBCC4D
Complementary color
Monochromatic Colors of #EBCC4D
Black with #EBCC4D
Text Example
Text Example
White with #EBCC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCC4D; }
p { color: rgb(235,204,77); }
H1.HeaderClassName
{
color: #EBCC4D;
}
.AnyTagClassName
{
color: #EBCC4D;
}
</style>
background-color css
<style>
a { background-color: #EBCC4D; }
a { background-color: rgb(235,204,77); }
div.DivClassName
{
background-color: #EBCC4D;
}
.BgClassName
{
background-color: #EBCC4D;
}
</style>
border-color css
<style>
span { border-color: #EBCC4D; }
span { border-color: rgb(235,204,77); }
td.TdClassName
{
border-color: #EBCC4D;
}
.TagClassName
{
border-color: #EBCC4D;
}
</style>