#e5c246

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

Shades of Festival #E5C246

Tints of Festival #E5C246

Color information

#E5C246 (or 0xE5C246) is unknown color: approx Festival. HEX triplet: E5, C2 and 46. RGB value is (229,194,70). Sum of RGB (Red+Green+Blue) = 229+194+70=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 70 (27.73% from 255 or 14.20% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C246 is #1A3DB9. Grayscale: #BEBEBE. Windows color (decimal): -1719738 or 4637413. OLE color: 4637413.

HSL color Cylindrical-coordinate representation of color #E5C246: hue angle of 46.79º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5C246 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB22919470-
CMYK00.150.690.10
HSL46.79º75.36%58.63%-
HSV(B)46.79º69.43%89.8%-
XYZ52.7155.6813.76-
YUV190.3360.1155.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.45%
GREEN value IS 194 (76.17% from 255) = 39.35%
BLUE value IS 70 (27.73% from 255) = 14.20%
R=46.45%
G=39.35%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291947000.150.690.1046.7975.3658.63
HexE5C2460F45A2f4b3b
Octal345302106017105125711373
Binary1110010111000010100011001111100010110101011111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5c246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5c246; }

 p { color: rgb(229,194,70); }

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

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

 a { background-color: rgb(229,194,70); }

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

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

 span { border-color: rgb(229,194,70); }

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