Shades of Festival #E8C947
Tints of Festival #E8C947
RGB
CMYK
RGB Variations
Color information
#E8C947 (or 0xE8C947) is known color: Festival. HEX triplet: E8, C9 and 47. RGB value is (232,201,71). Sum of RGB (Red+Green+Blue) = 232+201+71=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 71 (28.12% from 255 or 14.09% from 504); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C947 is #1736B8. Grayscale: #C4C4C4. Windows color (decimal): -1521337 or 4704744. OLE color: 4704744.
HSL color Cylindrical-coordinate representation of color #E8C947: hue angle of 48.45º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8C947 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 201 | 71 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.09 |
| HSL | 48.45º | 0.78% | 0.59% | - |
| HSV(B) | 48.45º | 0.69% | 0.91% | - |
| XYZ | 55.3 | 59.38 | 14.51 | - |
| YUV | 195.45 | 57.77 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 201 | 71 | 0 | 0.13 | 0.69 | 0.09 | 48.45 | 0.78 | 0.59 |
| Hex | E8 | C9 | 47 | 0 | D | 45 | 9 | 30 | 4E | 3B |
| Octal | 350 | 311 | 107 | 0 | 15 | 105 | 11 | 60 | 116 | 73 |
| Binary | 11101000 | 11001001 | 1000111 | 0 | 1101 | 1000101 | 1001 | 110000 | 1001110 | 111011 |
Color Harmonies of #E8C947
Complementary color
Monochromatic Colors of #E8C947
Black with #E8C947
Text Example
Text Example
White with #E8C947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C947; }
p { color: rgb(232,201,71); }
H1.HeaderClassName
{
color: #E8C947;
}
.AnyTagClassName
{
color: #E8C947;
}
</style>
background-color css
<style>
a { background-color: #E8C947; }
a { background-color: rgb(232,201,71); }
div.DivClassName
{
background-color: #E8C947;
}
.BgClassName
{
background-color: #E8C947;
}
</style>
border-color css
<style>
span { border-color: #E8C947; }
span { border-color: rgb(232,201,71); }
td.TdClassName
{
border-color: #E8C947;
}
.TagClassName
{
border-color: #E8C947;
}
</style>