Shades of Festival #E7C958
Tints of Festival #E7C958
RGB
CMYK
RGB Variations
Color information
#E7C958 (or 0xE7C958) is known color: Festival. HEX triplet: E7, C9 and 58. RGB value is (231,201,88). Sum of RGB (Red+Green+Blue) = 231+201+88=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C958 is #1836A7. Grayscale: #C5C5C5. Windows color (decimal): -1586856 or 5818855. OLE color: 5818855.
HSL color Cylindrical-coordinate representation of color #E7C958: hue angle of 47.41º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E7C958 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 88 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.09 |
| HSL | 47.41º | 0.75% | 0.63% | - |
| HSV(B) | 47.41º | 0.62% | 0.91% | - |
| XYZ | 55.6 | 59.47 | 17.78 | - |
| YUV | 197.09 | 66.44 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 88 | 0 | 0.13 | 0.62 | 0.09 | 47.41 | 0.75 | 0.63 |
| Hex | E7 | C9 | 58 | 0 | D | 3E | 9 | 2F | 4B | 3F |
| Octal | 347 | 311 | 130 | 0 | 15 | 76 | 11 | 57 | 113 | 77 |
| Binary | 11100111 | 11001001 | 1011000 | 0 | 1101 | 111110 | 1001 | 101111 | 1001011 | 111111 |
Color Harmonies of #E7C958
Complementary color
Monochromatic Colors of #E7C958
Black with #E7C958
Text Example
Text Example
White with #E7C958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C958; }
p { color: rgb(231,201,88); }
H1.HeaderClassName
{
color: #E7C958;
}
.AnyTagClassName
{
color: #E7C958;
}
</style>
background-color css
<style>
a { background-color: #E7C958; }
a { background-color: rgb(231,201,88); }
div.DivClassName
{
background-color: #E7C958;
}
.BgClassName
{
background-color: #E7C958;
}
</style>
border-color css
<style>
span { border-color: #E7C958; }
span { border-color: rgb(231,201,88); }
td.TdClassName
{
border-color: #E7C958;
}
.TagClassName
{
border-color: #E7C958;
}
</style>