#E1B88A

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

Shades of Burly Wood #E1B88A

Tints of Burly Wood #E1B88A

Color information

#E1B88A (or 0xE1B88A) is unknown color: approx Burly Wood. HEX triplet: E1, B8 and 8A. RGB value is (225,184,138). Sum of RGB (Red+Green+Blue) = 225+184+138=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B88A is #1E4775. Grayscale: #BFBFBF. Windows color (decimal): -1984374 or 9091297. OLE color: 9091297.

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

Color convert

RGB225184138-
CMYK00.180.390.12
HSL31.72º59.18%71.18%-
HSV(B)31.72º38.67%88.24%-
XYZ52.7852.1231.32-
YUV191.0298.08152.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.13%
GREEN value IS 184 (72.27% from 255) = 33.64%
BLUE value IS 138 (54.30% from 255) = 25.23%
R=41.13%
G=33.64%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518413800.180.390.1231.7259.1871.18
HexE1B88A01227C203b47
Octal34127021202247144073107
Binary11100001101110001000101001001010011111001000001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B88A; }

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

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

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

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

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

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

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

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