Shades of Festival #EBCD4E
Tints of Festival #EBCD4E
RGB
CMYK
RGB Variations
Color information
#EBCD4E (or 0xEBCD4E) is known color: Festival. HEX triplet: EB, CD and 4E. RGB value is (235,205,78). Sum of RGB (Red+Green+Blue) = 235+205+78=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD4E is #1432B1. Grayscale: #C8C8C8. Windows color (decimal): -1323698 or 5164523. OLE color: 5164523.
HSL color Cylindrical-coordinate representation of color #EBCD4E: hue angle of 48.54º 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 #EBCD4E is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 78 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.08 |
| HSL | 48.54º | 0.8% | 0.61% | - |
| HSV(B) | 48.54º | 0.67% | 0.92% | - |
| XYZ | 57.47 | 61.87 | 16.12 | - |
| YUV | 199.49 | 59.44 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 78 | 0 | 0.13 | 0.67 | 0.08 | 48.54 | 0.8 | 0.61 |
| Hex | EB | CD | 4E | 0 | D | 43 | 8 | 31 | 50 | 3D |
| Octal | 353 | 315 | 116 | 0 | 15 | 103 | 10 | 61 | 120 | 75 |
| Binary | 11101011 | 11001101 | 1001110 | 0 | 1101 | 1000011 | 1000 | 110001 | 1010000 | 111101 |
Color Harmonies of #EBCD4E
Complementary color
Monochromatic Colors of #EBCD4E
Black with #EBCD4E
Text Example
Text Example
White with #EBCD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD4E; }
p { color: rgb(235,205,78); }
H1.HeaderClassName
{
color: #EBCD4E;
}
.AnyTagClassName
{
color: #EBCD4E;
}
</style>
background-color css
<style>
a { background-color: #EBCD4E; }
a { background-color: rgb(235,205,78); }
div.DivClassName
{
background-color: #EBCD4E;
}
.BgClassName
{
background-color: #EBCD4E;
}
</style>
border-color css
<style>
span { border-color: #EBCD4E; }
span { border-color: rgb(235,205,78); }
td.TdClassName
{
border-color: #EBCD4E;
}
.TagClassName
{
border-color: #EBCD4E;
}
</style>