#E1BE8B

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

Shades of Burly Wood #E1BE8B

Tints of Burly Wood #E1BE8B

Color information

#E1BE8B (or 0xE1BE8B) is unknown color: approx Burly Wood. HEX triplet: E1, BE and 8B. RGB value is (225,190,139). Sum of RGB (Red+Green+Blue) = 225+190+139=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BE8B is #1E4174. Grayscale: #C2C2C2. Windows color (decimal): -1982837 or 9158369. OLE color: 9158369.

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

Color convert

RGB225190139-
CMYK00.160.380.12
HSL35.58º58.9%71.37%-
HSV(B)35.58º38.22%88.24%-
XYZ54.1254.732.13-
YUV194.6596.6149.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.61%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 139 (54.69% from 255) = 25.09%
R=40.61%
G=34.30%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519013900.160.380.1235.5858.971.37
HexE1BE8B01026C243b47
Octal34127621302046144473107
Binary11100001101111101000101101000010011011001001001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BE8B; }

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

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

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

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

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

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

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

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