#EABD9A

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

Shades of New Tan #EABD9A

Tints of New Tan #EABD9A

Color information

#EABD9A (or 0xEABD9A) is unknown color: approx New Tan. HEX triplet: EA, BD and 9A. RGB value is (234,189,154). Sum of RGB (Red+Green+Blue) = 234+189+154=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 154 (60.55% from 255 or 26.69% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABD9A is #154265. Grayscale: #C6C6C6. Windows color (decimal): -1393254 or 10141162. OLE color: 10141162.

HSL color Cylindrical-coordinate representation of color #EABD9A: hue angle of 26.25º degrees, saturation: 0.66, 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 #EABD9A is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB234189154-
CMYK00.190.340.08
HSL26.25º65.57%76.08%-
HSV(B)26.25º34.19%91.76%-
XYZ57.9656.2238.37-
YUV198.46102.91153.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 154 (60.55% from 255) = 26.69%
R=40.55%
G=32.76%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418915400.190.340.0826.2565.5776.08
HexEABD9A0132281a424c
Octal352275232023421032102114
Binary11101010101111011001101001001110001010001101010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABD9A; }

 p { color: rgb(234,189,154); }

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

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

 a { background-color: rgb(234,189,154); }

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

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

 span { border-color: rgb(234,189,154); }

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