#E1B38A

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

Shades of Brandy #E1B38A

Tints of Brandy #E1B38A

Color information

#E1B38A (or 0xE1B38A) is unknown color: approx Brandy. HEX triplet: E1, B3 and 8A. RGB value is (225,179,138). Sum of RGB (Red+Green+Blue) = 225+179+138=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B38A is #1E4C75. Grayscale: #BCBCBC. Windows color (decimal): -1985654 or 9090017. OLE color: 9090017.

HSL color Cylindrical-coordinate representation of color #E1B38A: hue angle of 28.28º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E1B38A is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB225179138-
CMYK00.200.390.12
HSL28.28º59.18%71.18%-
HSV(B)28.28º38.67%88.24%-
XYZ51.7650.0830.98-
YUV188.0899.74154.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.51%
GREEN value IS 179 (70.31% from 255) = 33.03%
BLUE value IS 138 (54.30% from 255) = 25.46%
R=41.51%
G=33.03%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517913800.200.390.1228.2859.1871.18
HexE1B38A01427C1c3b47
Octal34126321202447143473107
Binary1110000110110011100010100101001001111100111001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B38A; }

 p { color: rgb(225,179,138); }

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

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

 a { background-color: rgb(225,179,138); }

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

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

 span { border-color: rgb(225,179,138); }

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