Shades of Festival #EBC951
Tints of Festival #EBC951
RGB
CMYK
RGB Variations
Color information
#EBC951 (or 0xEBC951) is known color: Festival. HEX triplet: EB, C9 and 51. RGB value is (235,201,81). Sum of RGB (Red+Green+Blue) = 235+201+81=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 81 (32.03% from 255 or 15.67% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC951 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC951 is #1436AE. Grayscale: #C5C5C5. Windows color (decimal): -1324719 or 5360107. OLE color: 5360107.
HSL color Cylindrical-coordinate representation of color #EBC951: hue angle of 46.75º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBC951 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 81 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.08 |
| HSL | 46.75º | 0.79% | 0.62% | - |
| HSV(B) | 46.75º | 0.66% | 0.92% | - |
| XYZ | 56.63 | 60.03 | 16.39 | - |
| YUV | 197.49 | 62.26 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 81 | 0 | 0.14 | 0.66 | 0.08 | 46.75 | 0.79 | 0.62 |
| Hex | EB | C9 | 51 | 0 | E | 42 | 8 | 2F | 4F | 3E |
| Octal | 353 | 311 | 121 | 0 | 16 | 102 | 10 | 57 | 117 | 76 |
| Binary | 11101011 | 11001001 | 1010001 | 0 | 1110 | 1000010 | 1000 | 101111 | 1001111 | 111110 |
Color Harmonies of #EBC951
Complementary color
Monochromatic Colors of #EBC951
Black with #EBC951
Text Example
Text Example
White with #EBC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC951; }
p { color: rgb(235,201,81); }
H1.HeaderClassName
{
color: #EBC951;
}
.AnyTagClassName
{
color: #EBC951;
}
</style>
background-color css
<style>
a { background-color: #EBC951; }
a { background-color: rgb(235,201,81); }
div.DivClassName
{
background-color: #EBC951;
}
.BgClassName
{
background-color: #EBC951;
}
</style>
border-color css
<style>
span { border-color: #EBC951; }
span { border-color: rgb(235,201,81); }
td.TdClassName
{
border-color: #EBC951;
}
.TagClassName
{
border-color: #EBC951;
}
</style>