Shades of Festival #EBC948
Tints of Festival #EBC948
RGB
CMYK
RGB Variations
Color information
#EBC948 (or 0xEBC948) is known color: Festival. HEX triplet: EB, C9 and 48. RGB value is (235,201,72). Sum of RGB (Red+Green+Blue) = 235+201+72=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC948 is #1436B7. Grayscale: #C5C5C5. Windows color (decimal): -1324728 or 4770283. OLE color: 4770283.
HSL color Cylindrical-coordinate representation of color #EBC948: hue angle of 47.48º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBC948 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 72 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.08 |
| HSL | 47.48º | 0.8% | 0.6% | - |
| HSV(B) | 47.48º | 0.69% | 0.92% | - |
| XYZ | 56.32 | 59.9 | 14.73 | - |
| YUV | 196.46 | 57.76 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 72 | 0 | 0.14 | 0.69 | 0.08 | 47.48 | 0.8 | 0.6 |
| Hex | EB | C9 | 48 | 0 | E | 45 | 8 | 2F | 50 | 3C |
| Octal | 353 | 311 | 110 | 0 | 16 | 105 | 10 | 57 | 120 | 74 |
| Binary | 11101011 | 11001001 | 1001000 | 0 | 1110 | 1000101 | 1000 | 101111 | 1010000 | 111100 |
Color Harmonies of #EBC948
Complementary color
Monochromatic Colors of #EBC948
Black with #EBC948
Text Example
Text Example
White with #EBC948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC948; }
p { color: rgb(235,201,72); }
H1.HeaderClassName
{
color: #EBC948;
}
.AnyTagClassName
{
color: #EBC948;
}
</style>
background-color css
<style>
a { background-color: #EBC948; }
a { background-color: rgb(235,201,72); }
div.DivClassName
{
background-color: #EBC948;
}
.BgClassName
{
background-color: #EBC948;
}
</style>
border-color css
<style>
span { border-color: #EBC948; }
span { border-color: rgb(235,201,72); }
td.TdClassName
{
border-color: #EBC948;
}
.TagClassName
{
border-color: #EBC948;
}
</style>