Shades of Festival #E5C148
Tints of Festival #E5C148
RGB
CMYK
RGB Variations
Color information
#E5C148 (or 0xE5C148) is known color: Festival. HEX triplet: E5, C1 and 48. RGB value is (229,193,72). Sum of RGB (Red+Green+Blue) = 229+193+72=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C148 is #1A3EB7. Grayscale: #BEBEBE. Windows color (decimal): -1719992 or 4768229. OLE color: 4768229.
HSL color Cylindrical-coordinate representation of color #E5C148: hue angle of 46.24º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5C148 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 193 | 72 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.10 |
| HSL | 46.24º | 0.75% | 0.59% | - |
| HSV(B) | 46.24º | 0.69% | 0.9% | - |
| XYZ | 52.55 | 55.27 | 14.03 | - |
| YUV | 189.97 | 61.43 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 72 | 0 | 0.16 | 0.69 | 0.10 | 46.24 | 0.75 | 0.59 |
| Hex | E5 | C1 | 48 | 0 | 10 | 45 | A | 2E | 4B | 3B |
| Octal | 345 | 301 | 110 | 0 | 20 | 105 | 12 | 56 | 113 | 73 |
| Binary | 11100101 | 11000001 | 1001000 | 0 | 10000 | 1000101 | 1010 | 101110 | 1001011 | 111011 |
Color Harmonies of #E5C148
Complementary color
Monochromatic Colors of #E5C148
Black with #E5C148
Text Example
Text Example
White with #E5C148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C148; }
p { color: rgb(229,193,72); }
H1.HeaderClassName
{
color: #E5C148;
}
.AnyTagClassName
{
color: #E5C148;
}
</style>
background-color css
<style>
a { background-color: #E5C148; }
a { background-color: rgb(229,193,72); }
div.DivClassName
{
background-color: #E5C148;
}
.BgClassName
{
background-color: #E5C148;
}
</style>
border-color css
<style>
span { border-color: #E5C148; }
span { border-color: rgb(229,193,72); }
td.TdClassName
{
border-color: #E5C148;
}
.TagClassName
{
border-color: #E5C148;
}
</style>