Shades of Festival #E7C952
Tints of Festival #E7C952
RGB
CMYK
RGB Variations
Color information
#E7C952 (or 0xE7C952) is known color: Festival. HEX triplet: E7, C9 and 52. RGB value is (231,201,82). Sum of RGB (Red+Green+Blue) = 231+201+82=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C952 is #1836AD. Grayscale: #C4C4C4. Windows color (decimal): -1586862 or 5425639. OLE color: 5425639.
HSL color Cylindrical-coordinate representation of color #E7C952: hue angle of 47.92º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7C952 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 82 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.09 |
| HSL | 47.92º | 0.76% | 0.61% | - |
| HSV(B) | 47.92º | 0.65% | 0.91% | - |
| XYZ | 55.36 | 59.37 | 16.52 | - |
| YUV | 196.4 | 63.44 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 82 | 0 | 0.13 | 0.65 | 0.09 | 47.92 | 0.76 | 0.61 |
| Hex | E7 | C9 | 52 | 0 | D | 41 | 9 | 30 | 4C | 3D |
| Octal | 347 | 311 | 122 | 0 | 15 | 101 | 11 | 60 | 114 | 75 |
| Binary | 11100111 | 11001001 | 1010010 | 0 | 1101 | 1000001 | 1001 | 110000 | 1001100 | 111101 |
Color Harmonies of #E7C952
Complementary color
Monochromatic Colors of #E7C952
Black with #E7C952
Text Example
Text Example
White with #E7C952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C952; }
p { color: rgb(231,201,82); }
H1.HeaderClassName
{
color: #E7C952;
}
.AnyTagClassName
{
color: #E7C952;
}
</style>
background-color css
<style>
a { background-color: #E7C952; }
a { background-color: rgb(231,201,82); }
div.DivClassName
{
background-color: #E7C952;
}
.BgClassName
{
background-color: #E7C952;
}
</style>
border-color css
<style>
span { border-color: #E7C952; }
span { border-color: rgb(231,201,82); }
td.TdClassName
{
border-color: #E7C952;
}
.TagClassName
{
border-color: #E7C952;
}
</style>