#E1B08C

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

Shades of Brandy #E1B08C

Tints of Brandy #E1B08C

Color information

#E1B08C (or 0xE1B08C) is unknown color: approx Brandy. HEX triplet: E1, B0 and 8C. RGB value is (225,176,140). Sum of RGB (Red+Green+Blue) = 225+176+140=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B08C is #1E4F73. Grayscale: #BABABA. Windows color (decimal): -1986420 or 9220321. OLE color: 9220321.

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

Color convert

RGB225176140-
CMYK00.220.380.12
HSL25.41º58.62%71.57%-
HSV(B)25.41º37.78%88.24%-
XYZ51.3148.9531.56-
YUV186.55101.73155.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.59%
GREEN value IS 176 (69.14% from 255) = 32.53%
BLUE value IS 140 (55.08% from 255) = 25.88%
R=41.59%
G=32.53%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517614000.220.380.1225.4158.6271.57
HexE1B08C01626C193b48
Octal34126021402646143173110
Binary1110000110110000100011000101101001101100110011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B08C; }

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

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

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

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

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

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

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

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