#E7C845

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

Shades of Festival #E7C845

Tints of Festival #E7C845

Color information

#E7C845 (or 0xE7C845) is unknown color: approx Festival. HEX triplet: E7, C8 and 45. RGB value is (231,200,69). Sum of RGB (Red+Green+Blue) = 231+200+69=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C845 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C845 is #1837BA. Grayscale: #C2C2C2. Windows color (decimal): -1587131 or 4573415. OLE color: 4573415.

HSL color Cylindrical-coordinate representation of color #E7C845: hue angle of 48.52º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E7C845 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB23120069-
CMYK00.130.700.09
HSL48.52º77.14%58.82%-
HSV(B)48.52º70.13%90.59%-
XYZ54.6858.7314.08-
YUV194.3457.27154.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.2%
GREEN value IS 200 (78.52% from 255) = 40%
BLUE value IS 69 (27.34% from 255) = 13.8%
R=46.2%
G=40%
B=13.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312006900.130.700.0948.5277.1458.82
HexE7C8450D469314d3b
Octal347310105015106116111573
Binary1110011111001000100010101101100011010011100011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C845; }

 p { color: rgb(231,200,69); }

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

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

 a { background-color: rgb(231,200,69); }

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

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

 span { border-color: rgb(231,200,69); }

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