Shades of Festival #E7C947
Tints of Festival #E7C947
RGB
CMYK
RGB Variations
Color information
#E7C947 (or 0xE7C947) is known color: Festival. HEX triplet: E7, C9 and 47. RGB value is (231,201,71). Sum of RGB (Red+Green+Blue) = 231+201+71=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C947 is #1836B8. Grayscale: #C3C3C3. Windows color (decimal): -1586873 or 4704743. OLE color: 4704743.
HSL color Cylindrical-coordinate representation of color #E7C947: hue angle of 48.75º degrees, saturation: 0.77, 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 #E7C947 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 71 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.09 |
| HSL | 48.75º | 0.77% | 0.59% | - |
| HSV(B) | 48.75º | 0.69% | 0.91% | - |
| XYZ | 54.98 | 59.22 | 14.49 | - |
| YUV | 195.15 | 57.94 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 71 | 0 | 0.13 | 0.69 | 0.09 | 48.75 | 0.77 | 0.59 |
| Hex | E7 | C9 | 47 | 0 | D | 45 | 9 | 31 | 4D | 3B |
| Octal | 347 | 311 | 107 | 0 | 15 | 105 | 11 | 61 | 115 | 73 |
| Binary | 11100111 | 11001001 | 1000111 | 0 | 1101 | 1000101 | 1001 | 110001 | 1001101 | 111011 |
Color Harmonies of #E7C947
Complementary color
Monochromatic Colors of #E7C947
Black with #E7C947
Text Example
Text Example
White with #E7C947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C947; }
p { color: rgb(231,201,71); }
H1.HeaderClassName
{
color: #E7C947;
}
.AnyTagClassName
{
color: #E7C947;
}
</style>
background-color css
<style>
a { background-color: #E7C947; }
a { background-color: rgb(231,201,71); }
div.DivClassName
{
background-color: #E7C947;
}
.BgClassName
{
background-color: #E7C947;
}
</style>
border-color css
<style>
span { border-color: #E7C947; }
span { border-color: rgb(231,201,71); }
td.TdClassName
{
border-color: #E7C947;
}
.TagClassName
{
border-color: #E7C947;
}
</style>