#E8BD9A

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

Shades of New Tan #E8BD9A

Tints of New Tan #E8BD9A

Color information

#E8BD9A (or 0xE8BD9A) is unknown color: approx New Tan. HEX triplet: E8, BD and 9A. RGB value is (232,189,154). Sum of RGB (Red+Green+Blue) = 232+189+154=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BD9A is #174265. Grayscale: #C6C6C6. Windows color (decimal): -1524326 or 10141160. OLE color: 10141160.

HSL color Cylindrical-coordinate representation of color #E8BD9A: hue angle of 26.92º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8BD9A is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB232189154-
CMYK00.190.340.09
HSL26.92º62.9%75.69%-
HSV(B)26.92º33.62%90.98%-
XYZ57.3155.8838.34-
YUV197.87103.25152.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.35%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 154 (60.55% from 255) = 26.78%
R=40.35%
G=32.87%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218915400.190.340.0926.9262.975.69
HexE8BD9A0132291b3f4c
Octal35027523202342113377114
Binary1110100010111101100110100100111000101001110111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BD9A; }

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

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

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

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

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

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

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

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