Shades of Festival #E8C140
Tints of Festival #E8C140
RGB
CMYK
RGB Variations
Color information
#E8C140 (or 0xE8C140) is known color: Festival. HEX triplet: E8, C1 and 40. RGB value is (232,193,64). Sum of RGB (Red+Green+Blue) = 232+193+64=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C140 is #173EBF. Grayscale: #BEBEBE. Windows color (decimal): -1523392 or 4243944. OLE color: 4243944.
HSL color Cylindrical-coordinate representation of color #E8C140: hue angle of 46.07º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8C140 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 193 | 64 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.09 |
| HSL | 46.07º | 0.79% | 0.58% | - |
| HSV(B) | 46.07º | 0.72% | 0.91% | - |
| XYZ | 53.27 | 55.67 | 12.79 | - |
| YUV | 189.96 | 56.92 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 193 | 64 | 0 | 0.17 | 0.72 | 0.09 | 46.07 | 0.79 | 0.58 |
| Hex | E8 | C1 | 40 | 0 | 11 | 48 | 9 | 2E | 4F | 3A |
| Octal | 350 | 301 | 100 | 0 | 21 | 110 | 11 | 56 | 117 | 72 |
| Binary | 11101000 | 11000001 | 1000000 | 0 | 10001 | 1001000 | 1001 | 101110 | 1001111 | 111010 |
Color Harmonies of #E8C140
Complementary color
Monochromatic Colors of #E8C140
Black with #E8C140
Text Example
Text Example
White with #E8C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C140; }
p { color: rgb(232,193,64); }
H1.HeaderClassName
{
color: #E8C140;
}
.AnyTagClassName
{
color: #E8C140;
}
</style>
background-color css
<style>
a { background-color: #E8C140; }
a { background-color: rgb(232,193,64); }
div.DivClassName
{
background-color: #E8C140;
}
.BgClassName
{
background-color: #E8C140;
}
</style>
border-color css
<style>
span { border-color: #E8C140; }
span { border-color: rgb(232,193,64); }
td.TdClassName
{
border-color: #E8C140;
}
.TagClassName
{
border-color: #E8C140;
}
</style>