#E1B28C

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

Shades of Brandy #E1B28C

Tints of Brandy #E1B28C

Color information

#E1B28C (or 0xE1B28C) is unknown color: approx Brandy. HEX triplet: E1, B2 and 8C. RGB value is (225,178,140). Sum of RGB (Red+Green+Blue) = 225+178+140=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B28C is #1E4D73. Grayscale: #BBBBBB. Windows color (decimal): -1985908 or 9220833. OLE color: 9220833.

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

Color convert

RGB225178140-
CMYK00.210.380.12
HSL26.82º58.62%71.57%-
HSV(B)26.82º37.78%88.24%-
XYZ51.7149.7431.69-
YUV187.72101.07154.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 178 (69.92% from 255) = 32.78%
BLUE value IS 140 (55.08% from 255) = 25.78%
R=41.44%
G=32.78%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517814000.210.380.1226.8258.6271.57
HexE1B28C01526C1b3b48
Octal34126221402546143373110
Binary1110000110110010100011000101011001101100110111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B28C; }

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

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

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

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

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

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

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

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