#E8BF9D

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

Shades of New Tan #E8BF9D

Tints of New Tan #E8BF9D

Color information

#E8BF9D (or 0xE8BF9D) is unknown color: approx New Tan. HEX triplet: E8, BF and 9D. RGB value is (232,191,157). Sum of RGB (Red+Green+Blue) = 232+191+157=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BF9D is #174062. Grayscale: #C7C7C7. Windows color (decimal): -1523811 or 10338280. OLE color: 10338280.

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

Color convert

RGB232191157-
CMYK00.180.320.09
HSL27.2º61.98%76.27%-
HSV(B)27.2º32.33%90.98%-
XYZ5856.8539.82-
YUV199.38104.08151.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40%
GREEN value IS 191 (75% from 255) = 32.93%
BLUE value IS 157 (61.72% from 255) = 27.07%
R=40%
G=32.93%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219115700.180.320.0927.261.9876.27
HexE8BF9D0122091b3e4c
Octal35027723502240113376114
Binary1110100010111111100111010100101000001001110111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BF9D; }

 p { color: rgb(232,191,157); }

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

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

 a { background-color: rgb(232,191,157); }

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

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

 span { border-color: rgb(232,191,157); }

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