#eacc3a

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

Shades of Festival #EACC3A

Tints of Festival #EACC3A

Color information

#EACC3A (or 0xEACC3A) is unknown color: approx Festival. HEX triplet: EA, CC and 3A. RGB value is (234,204,58). Sum of RGB (Red+Green+Blue) = 234+204+58=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 58 (23.05% from 255 or 11.69% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC3A is #1533C5. Grayscale: #C4C4C4. Windows color (decimal): -1389510 or 3853546. OLE color: 3853546.

HSL color Cylindrical-coordinate representation of color #EACC3A: hue angle of 49.77º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EACC3A is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB23420458-
CMYK00.130.750.08
HSL49.77º80.73%57.25%-
HSV(B)49.77º75.21%91.76%-
XYZ56.2960.9812.81-
YUV196.3349.94154.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 204 (80.08% from 255) = 41.13%
BLUE value IS 58 (23.05% from 255) = 11.69%
R=47.18%
G=41.13%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342045800.130.750.0849.7780.7357.25
HexEACC3A0D4B8325139
Octal35231472015113106212171
Binary111010101100110011101001101100101110001100101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eacc3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eacc3a; }

 p { color: rgb(234,204,58); }

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

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

 a { background-color: rgb(234,204,58); }

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

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

 span { border-color: rgb(234,204,58); }

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