#E7C940

Color #E7C940 Festival (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Festival #E7C940

Tints of Festival #E7C940

Color information

#E7C940 (or 0xE7C940) is unknown color: approx Festival. HEX triplet: E7, C9 and 40. RGB value is (231,201,64). Sum of RGB (Red+Green+Blue) = 231+201+64=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C940 is #1836BF. Grayscale: #C2C2C2. Windows color (decimal): -1586880 or 4245991. OLE color: 4245991.

HSL color Cylindrical-coordinate representation of color #E7C940: hue angle of 49.22º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7C940 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB23120164-
CMYK00.130.720.09
HSL49.22º77.67%57.84%-
HSV(B)49.22º72.29%90.59%-
XYZ54.7759.1313.38-
YUV194.3554.44154.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 46.57%
GREEN value IS 201 (78.91% from 255) = 40.52%
BLUE value IS 64 (25.39% from 255) = 12.90%
R=46.57%
G=40.52%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312016400.130.720.0949.2277.6757.84
HexE7C9400D489314e3a
Octal347311100015110116111672
Binary1110011111001001100000001101100100010011100011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C940; }

 p { color: rgb(231,201,64); }

 H1.HeaderClassName
 {
   color: #E7C940;
 }
 .AnyTagClassName
 {
   color: #E7C940;
 }
</style>
background-color css

<style>
 a { background-color: #E7C940; }

 a { background-color: rgb(231,201,64); }

 div.DivClassName
 {
   background-color: #E7C940;
 }
 .BgClassName
 {
   background-color: #E7C940;
 }
</style>
border-color css

<style>
 span { border-color: #E7C940; }

 span { border-color: rgb(231,201,64); }

 td.TdClassName
 {
   border-color: #E7C940;
 }
 .TagClassName
 {
   border-color: #E7C940;
 }
</style>