#E1BE8D

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

Shades of Burly Wood #E1BE8D

Tints of Burly Wood #E1BE8D

Color information

#E1BE8D (or 0xE1BE8D) is unknown color: approx Burly Wood. HEX triplet: E1, BE and 8D. RGB value is (225,190,141). Sum of RGB (Red+Green+Blue) = 225+190+141=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BE8D is #1E4172. Grayscale: #C3C3C3. Windows color (decimal): -1982835 or 9289441. OLE color: 9289441.

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

Color convert

RGB225190141-
CMYK00.160.370.12
HSL35º58.33%71.76%-
HSV(B)35º37.33%88.24%-
XYZ54.2754.7632.91-
YUV194.8897.6149.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.47%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 141 (55.47% from 255) = 25.36%
R=40.47%
G=34.17%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519014100.160.370.123558.3371.76
HexE1BE8D01025C233a48
Octal34127621502045144372110
Binary11100001101111101000110101000010010111001000111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BE8D; }

 p { color: rgb(225,190,141); }

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

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

 a { background-color: rgb(225,190,141); }

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

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

 span { border-color: rgb(225,190,141); }

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