Shades of Festival #E5C348
Tints of Festival #E5C348
RGB
CMYK
RGB Variations
Color information
#E5C348 (or 0xE5C348) is known color: Festival. HEX triplet: E5, C3 and 48. RGB value is (229,195,72). Sum of RGB (Red+Green+Blue) = 229+195+72=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C348 is #1A3CB7. Grayscale: #BFBFBF. Windows color (decimal): -1719480 or 4768741. OLE color: 4768741.
HSL color Cylindrical-coordinate representation of color #E5C348: hue angle of 47.01º 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 #E5C348 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 72 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.10 |
| HSL | 47.01º | 0.75% | 0.59% | - |
| HSV(B) | 47.01º | 0.69% | 0.9% | - |
| XYZ | 53 | 56.16 | 14.18 | - |
| YUV | 191.14 | 60.76 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 72 | 0 | 0.15 | 0.69 | 0.10 | 47.01 | 0.75 | 0.59 |
| Hex | E5 | C3 | 48 | 0 | F | 45 | A | 2F | 4B | 3B |
| Octal | 345 | 303 | 110 | 0 | 17 | 105 | 12 | 57 | 113 | 73 |
| Binary | 11100101 | 11000011 | 1001000 | 0 | 1111 | 1000101 | 1010 | 101111 | 1001011 | 111011 |
Color Harmonies of #E5C348
Complementary color
Monochromatic Colors of #E5C348
Black with #E5C348
Text Example
Text Example
White with #E5C348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C348; }
p { color: rgb(229,195,72); }
H1.HeaderClassName
{
color: #E5C348;
}
.AnyTagClassName
{
color: #E5C348;
}
</style>
background-color css
<style>
a { background-color: #E5C348; }
a { background-color: rgb(229,195,72); }
div.DivClassName
{
background-color: #E5C348;
}
.BgClassName
{
background-color: #E5C348;
}
</style>
border-color css
<style>
span { border-color: #E5C348; }
span { border-color: rgb(229,195,72); }
td.TdClassName
{
border-color: #E5C348;
}
.TagClassName
{
border-color: #E5C348;
}
</style>