#E1B48C

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

Shades of Brandy #E1B48C

Tints of Brandy #E1B48C

Color information

#E1B48C (or 0xE1B48C) is unknown color: approx Brandy. HEX triplet: E1, B4 and 8C. RGB value is (225,180,140). Sum of RGB (Red+Green+Blue) = 225+180+140=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B48C is #1E4B73. Grayscale: #BDBDBD. Windows color (decimal): -1985396 or 9221345. OLE color: 9221345.

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

Color convert

RGB225180140-
CMYK00.20.380.12
HSL28.24º58.62%71.57%-
HSV(B)28.24º37.78%88.24%-
XYZ52.1150.5431.82-
YUV188.9100.41153.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 180 (70.70% from 255) = 33.03%
BLUE value IS 140 (55.08% from 255) = 25.69%
R=41.28%
G=33.03%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518014000.20.380.1228.2458.6271.57
HexE1B48C01426C1c3b48
Octal34126421402446143473110
Binary1110000110110100100011000101001001101100111001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B48C; }

 p { color: rgb(225,180,140); }

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

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

 a { background-color: rgb(225,180,140); }

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

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

 span { border-color: rgb(225,180,140); }

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