Shades of Festival #E8C646
Tints of Festival #E8C646
RGB
CMYK
RGB Variations
Color information
#E8C646 (or 0xE8C646) is known color: Festival. HEX triplet: E8, C6 and 46. RGB value is (232,198,70). Sum of RGB (Red+Green+Blue) = 232+198+70=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 70 (27.73% from 255 or 14% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C646 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C646 is #1739B9. Grayscale: #C2C2C2. Windows color (decimal): -1522106 or 4638440. OLE color: 4638440.
HSL color Cylindrical-coordinate representation of color #E8C646: hue angle of 47.41º 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 #E8C646 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 198 | 70 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.09 |
| HSL | 47.41º | 0.78% | 0.59% | - |
| HSV(B) | 47.41º | 0.7% | 0.91% | - |
| XYZ | 54.58 | 57.99 | 14.11 | - |
| YUV | 193.57 | 58.26 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 198 | 70 | 0 | 0.15 | 0.70 | 0.09 | 47.41 | 0.78 | 0.59 |
| Hex | E8 | C6 | 46 | 0 | F | 46 | 9 | 2F | 4E | 3B |
| Octal | 350 | 306 | 106 | 0 | 17 | 106 | 11 | 57 | 116 | 73 |
| Binary | 11101000 | 11000110 | 1000110 | 0 | 1111 | 1000110 | 1001 | 101111 | 1001110 | 111011 |
Color Harmonies of #E8C646
Complementary color
Monochromatic Colors of #E8C646
Black with #E8C646
Text Example
Text Example
White with #E8C646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C646; }
p { color: rgb(232,198,70); }
H1.HeaderClassName
{
color: #E8C646;
}
.AnyTagClassName
{
color: #E8C646;
}
</style>
background-color css
<style>
a { background-color: #E8C646; }
a { background-color: rgb(232,198,70); }
div.DivClassName
{
background-color: #E8C646;
}
.BgClassName
{
background-color: #E8C646;
}
</style>
border-color css
<style>
span { border-color: #E8C646; }
span { border-color: rgb(232,198,70); }
td.TdClassName
{
border-color: #E8C646;
}
.TagClassName
{
border-color: #E8C646;
}
</style>