Shades of Festival #E3C248
Tints of Festival #E3C248
RGB
CMYK
RGB Variations
Color information
#E3C248 (or 0xE3C248) is known color: Festival. HEX triplet: E3, C2 and 48. RGB value is (227,194,72). Sum of RGB (Red+Green+Blue) = 227+194+72=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 72 (28.52% from 255 or 14.60% from 493); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3C248 is #1C3DB7. Grayscale: #BEBEBE. Windows color (decimal): -1850808 or 4768483. OLE color: 4768483.
HSL color Cylindrical-coordinate representation of color #E3C248: hue angle of 47.23º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E3C248 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 194 | 72 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.11 |
| HSL | 47.23º | 0.73% | 0.59% | - |
| HSV(B) | 47.23º | 0.68% | 0.89% | - |
| XYZ | 52.14 | 55.38 | 14.07 | - |
| YUV | 189.96 | 61.43 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 194 | 72 | 0 | 0.15 | 0.68 | 0.11 | 47.23 | 0.73 | 0.59 |
| Hex | E3 | C2 | 48 | 0 | F | 44 | B | 2F | 49 | 3B |
| Octal | 343 | 302 | 110 | 0 | 17 | 104 | 13 | 57 | 111 | 73 |
| Binary | 11100011 | 11000010 | 1001000 | 0 | 1111 | 1000100 | 1011 | 101111 | 1001001 | 111011 |
Color Harmonies of #E3C248
Complementary color
Monochromatic Colors of #E3C248
Black with #E3C248
Text Example
Text Example
White with #E3C248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C248; }
p { color: rgb(227,194,72); }
H1.HeaderClassName
{
color: #E3C248;
}
.AnyTagClassName
{
color: #E3C248;
}
</style>
background-color css
<style>
a { background-color: #E3C248; }
a { background-color: rgb(227,194,72); }
div.DivClassName
{
background-color: #E3C248;
}
.BgClassName
{
background-color: #E3C248;
}
</style>
border-color css
<style>
span { border-color: #E3C248; }
span { border-color: rgb(227,194,72); }
td.TdClassName
{
border-color: #E3C248;
}
.TagClassName
{
border-color: #E3C248;
}
</style>