Shades of Festival #E8C146
Tints of Festival #E8C146
RGB
CMYK
RGB Variations
Color information
#E8C146 (or 0xE8C146) is known color: Festival. HEX triplet: E8, C1 and 46. RGB value is (232,193,70). Sum of RGB (Red+Green+Blue) = 232+193+70=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 70 (27.73% from 255 or 14.14% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C146 is #173EB9. Grayscale: #BFBFBF. Windows color (decimal): -1523386 or 4637160. OLE color: 4637160.
HSL color Cylindrical-coordinate representation of color #E8C146: hue angle of 45.56º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E8C146 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 193 | 70 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.09 |
| HSL | 45.56º | 0.78% | 0.59% | - |
| HSV(B) | 45.56º | 0.7% | 0.91% | - |
| XYZ | 53.45 | 55.74 | 13.74 | - |
| YUV | 190.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 193 | 70 | 0 | 0.17 | 0.70 | 0.09 | 45.56 | 0.78 | 0.59 |
| Hex | E8 | C1 | 46 | 0 | 11 | 46 | 9 | 2E | 4E | 3B |
| Octal | 350 | 301 | 106 | 0 | 21 | 106 | 11 | 56 | 116 | 73 |
| Binary | 11101000 | 11000001 | 1000110 | 0 | 10001 | 1000110 | 1001 | 101110 | 1001110 | 111011 |
Color Harmonies of #E8C146
Complementary color
Monochromatic Colors of #E8C146
Black with #E8C146
Text Example
Text Example
White with #E8C146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C146; }
p { color: rgb(232,193,70); }
H1.HeaderClassName
{
color: #E8C146;
}
.AnyTagClassName
{
color: #E8C146;
}
</style>
background-color css
<style>
a { background-color: #E8C146; }
a { background-color: rgb(232,193,70); }
div.DivClassName
{
background-color: #E8C146;
}
.BgClassName
{
background-color: #E8C146;
}
</style>
border-color css
<style>
span { border-color: #E8C146; }
span { border-color: rgb(232,193,70); }
td.TdClassName
{
border-color: #E8C146;
}
.TagClassName
{
border-color: #E8C146;
}
</style>