Shades of Festival #E7C73C
Tints of Festival #E7C73C
RGB
CMYK
RGB Variations
Color information
#E7C73C (or 0xE7C73C) is known color: Festival. HEX triplet: E7, C7 and 3C. RGB value is (231,199,60). Sum of RGB (Red+Green+Blue) = 231+199+60=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C73C is #1838C3. Grayscale: #C1C1C1. Windows color (decimal): -1587396 or 3983335. OLE color: 3983335.
HSL color Cylindrical-coordinate representation of color #E7C73C: hue angle of 48.77º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7C73C is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 199 | 60 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.09 |
| HSL | 48.77º | 0.78% | 0.57% | - |
| HSV(B) | 48.77º | 0.74% | 0.91% | - |
| XYZ | 54.19 | 58.16 | 12.65 | - |
| YUV | 192.72 | 53.1 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 199 | 60 | 0 | 0.14 | 0.74 | 0.09 | 48.77 | 0.78 | 0.57 |
| Hex | E7 | C7 | 3C | 0 | E | 4A | 9 | 31 | 4E | 39 |
| Octal | 347 | 307 | 74 | 0 | 16 | 112 | 11 | 61 | 116 | 71 |
| Binary | 11100111 | 11000111 | 111100 | 0 | 1110 | 1001010 | 1001 | 110001 | 1001110 | 111001 |
Color Harmonies of #E7C73C
Complementary color
Monochromatic Colors of #E7C73C
Black with #E7C73C
Text Example
Text Example
White with #E7C73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C73C; }
p { color: rgb(231,199,60); }
H1.HeaderClassName
{
color: #E7C73C;
}
.AnyTagClassName
{
color: #E7C73C;
}
</style>
background-color css
<style>
a { background-color: #E7C73C; }
a { background-color: rgb(231,199,60); }
div.DivClassName
{
background-color: #E7C73C;
}
.BgClassName
{
background-color: #E7C73C;
}
</style>
border-color css
<style>
span { border-color: #E7C73C; }
span { border-color: rgb(231,199,60); }
td.TdClassName
{
border-color: #E7C73C;
}
.TagClassName
{
border-color: #E7C73C;
}
</style>