#EAC740

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

Shades of Festival #EAC740

Tints of Festival #EAC740

Color information

#EAC740 (or 0xEAC740) is unknown color: approx Festival. HEX triplet: EA, C7 and 40. RGB value is (234,199,64). Sum of RGB (Red+Green+Blue) = 234+199+64=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC740 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC740 is #1538BF. Grayscale: #C2C2C2. Windows color (decimal): -1390784 or 4245482. OLE color: 4245482.

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

Color convert

RGB23419964-
CMYK00.150.730.08
HSL47.65º80.19%58.43%-
HSV(B)47.65º72.65%91.76%-
XYZ55.2858.7113.27-
YUV194.0854.6156.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 199 (78.12% from 255) = 40.04%
BLUE value IS 64 (25.39% from 255) = 12.88%
R=47.08%
G=40.04%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341996400.150.730.0847.6580.1958.43
HexEAC7400F49830503a
Octal352307100017111106012072
Binary1110101011000111100000001111100100110001100001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC740; }

 p { color: rgb(234,199,64); }

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

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

 a { background-color: rgb(234,199,64); }

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

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

 span { border-color: rgb(234,199,64); }

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