#EAC49B

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

Shades of New Tan #EAC49B

Tints of New Tan #EAC49B

Color information

#EAC49B (or 0xEAC49B) is unknown color: approx New Tan. HEX triplet: EA, C4 and 9B. RGB value is (234,196,155). Sum of RGB (Red+Green+Blue) = 234+196+155=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 155 (60.94% from 255 or 26.50% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC49B is #153B64. Grayscale: #CACACA. Windows color (decimal): -1391461 or 10208490. OLE color: 10208490.

HSL color Cylindrical-coordinate representation of color #EAC49B: hue angle of 31.14º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAC49B is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB234196155-
CMYK00.160.340.08
HSL31.14º65.29%76.27%-
HSV(B)31.14º33.76%91.76%-
XYZ59.5959.3439.32-
YUV202.69101.09150.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 196 (76.95% from 255) = 33.50%
BLUE value IS 155 (60.94% from 255) = 26.50%
R=40%
G=33.50%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419615500.160.340.0831.1465.2976.27
HexEAC49B0102281f414c
Octal352304233020421037101114
Binary11101010110001001001101101000010001010001111110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC49B; }

 p { color: rgb(234,196,155); }

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

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

 a { background-color: rgb(234,196,155); }

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

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

 span { border-color: rgb(234,196,155); }

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