Shades of Festival #E7C03E
Tints of Festival #E7C03E
RGB
CMYK
RGB Variations
Color information
#E7C03E (or 0xE7C03E) is known color: Festival. HEX triplet: E7, C0 and 3E. RGB value is (231,192,62). Sum of RGB (Red+Green+Blue) = 231+192+62=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 62 (24.61% from 255 or 12.78% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C03E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C03E is #183FC1. Grayscale: #BDBDBD. Windows color (decimal): -1589186 or 4112615. OLE color: 4112615.
HSL color Cylindrical-coordinate representation of color #E7C03E: hue angle of 46.15º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E7C03E is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 62 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.09 |
| HSL | 46.15º | 0.78% | 0.57% | - |
| HSV(B) | 46.15º | 0.73% | 0.91% | - |
| XYZ | 52.67 | 55.04 | 12.4 | - |
| YUV | 188.84 | 56.42 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 62 | 0 | 0.17 | 0.73 | 0.09 | 46.15 | 0.78 | 0.57 |
| Hex | E7 | C0 | 3E | 0 | 11 | 49 | 9 | 2E | 4E | 39 |
| Octal | 347 | 300 | 76 | 0 | 21 | 111 | 11 | 56 | 116 | 71 |
| Binary | 11100111 | 11000000 | 111110 | 0 | 10001 | 1001001 | 1001 | 101110 | 1001110 | 111001 |
Color Harmonies of #E7C03E
Complementary color
Monochromatic Colors of #E7C03E
Black with #E7C03E
Text Example
Text Example
White with #E7C03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C03E; }
p { color: rgb(231,192,62); }
H1.HeaderClassName
{
color: #E7C03E;
}
.AnyTagClassName
{
color: #E7C03E;
}
</style>
background-color css
<style>
a { background-color: #E7C03E; }
a { background-color: rgb(231,192,62); }
div.DivClassName
{
background-color: #E7C03E;
}
.BgClassName
{
background-color: #E7C03E;
}
</style>
border-color css
<style>
span { border-color: #E7C03E; }
span { border-color: rgb(231,192,62); }
td.TdClassName
{
border-color: #E7C03E;
}
.TagClassName
{
border-color: #E7C03E;
}
</style>