#EAC241

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

Shades of Festival #EAC241

Tints of Festival #EAC241

Color information

#EAC241 (or 0xEAC241) is unknown color: approx Festival. HEX triplet: EA, C2 and 41. RGB value is (234,194,65). Sum of RGB (Red+Green+Blue) = 234+194+65=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 65 (25.78% from 255 or 13.18% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC241 is #153DBE. Grayscale: #BFBFBF. Windows color (decimal): -1392063 or 4309738. OLE color: 4309738.

HSL color Cylindrical-coordinate representation of color #EAC241: hue angle of 45.8º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EAC241 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB23419465-
CMYK00.170.720.08
HSL45.8º80.09%58.63%-
HSV(B)45.8º72.22%91.76%-
XYZ54.1856.4613.04-
YUV191.2556.75158.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.46%
GREEN value IS 194 (76.17% from 255) = 39.35%
BLUE value IS 65 (25.78% from 255) = 13.18%
R=47.46%
G=39.35%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341946500.170.720.0845.880.0958.63
HexEAC2410114882e503b
Octal352302101021110105612073
Binary11101010110000101000001010001100100010001011101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC241; }

 p { color: rgb(234,194,65); }

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

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

 a { background-color: rgb(234,194,65); }

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

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

 span { border-color: rgb(234,194,65); }

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