#eacb49

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

Shades of Festival #EACB49

Tints of Festival #EACB49

Color information

#EACB49 (or 0xEACB49) is unknown color: approx Festival. HEX triplet: EA, CB and 49. RGB value is (234,203,73). Sum of RGB (Red+Green+Blue) = 234+203+73=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACB49 is #1534B6. Grayscale: #C6C6C6. Windows color (decimal): -1389751 or 4836330. OLE color: 4836330.

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

Color convert

RGB23420373-
CMYK00.130.690.08
HSL48.45º79.31%60.2%-
HSV(B)48.45º68.8%91.76%-
XYZ56.4960.6915.04-
YUV197.4557.77154.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.88%
GREEN value IS 203 (79.69% from 255) = 39.80%
BLUE value IS 73 (28.91% from 255) = 14.31%
R=45.88%
G=39.80%
B=14.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342037300.130.690.0848.4579.3160.2
HexEACB490D458304f3c
Octal352313111015105106011774
Binary1110101011001011100100101101100010110001100001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eacb49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eacb49; }

 p { color: rgb(234,203,73); }

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

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

 a { background-color: rgb(234,203,73); }

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

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

 span { border-color: rgb(234,203,73); }

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