#E1B98C

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

Shades of Brandy #E1B98C

Tints of Brandy #E1B98C

Color information

#E1B98C (or 0xE1B98C) is unknown color: approx Brandy. HEX triplet: E1, B9 and 8C. RGB value is (225,185,140). Sum of RGB (Red+Green+Blue) = 225+185+140=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B98C is #1E4673. Grayscale: #C0C0C0. Windows color (decimal): -1984116 or 9222625. OLE color: 9222625.

HSL color Cylindrical-coordinate representation of color #E1B98C: hue angle of 31.76º 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 #E1B98C is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB225185140-
CMYK00.180.380.12
HSL31.76º58.62%71.57%-
HSV(B)31.76º37.78%88.24%-
XYZ53.1352.632.16-
YUV191.8398.75151.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 185 (72.66% from 255) = 33.64%
BLUE value IS 140 (55.08% from 255) = 25.45%
R=40.91%
G=33.64%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518514000.180.380.1231.7658.6271.57
HexE1B98C01226C203b48
Octal34127121402246144073110
Binary11100001101110011000110001001010011011001000001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B98C; }

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

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

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

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

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

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

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

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