#E1BE8A

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

Shades of Burly Wood #E1BE8A

Tints of Burly Wood #E1BE8A

Color information

#E1BE8A (or 0xE1BE8A) is unknown color: approx Burly Wood. HEX triplet: E1, BE and 8A. RGB value is (225,190,138). Sum of RGB (Red+Green+Blue) = 225+190+138=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BE8A is #1E4175. Grayscale: #C2C2C2. Windows color (decimal): -1982838 or 9092833. OLE color: 9092833.

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

Color convert

RGB225190138-
CMYK00.160.390.12
HSL35.86º59.18%71.18%-
HSV(B)35.86º38.67%88.24%-
XYZ54.0554.6731.75-
YUV194.5496.1149.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.69%
GREEN value IS 190 (74.61% from 255) = 34.36%
BLUE value IS 138 (54.30% from 255) = 24.95%
R=40.69%
G=34.36%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519013800.160.390.1235.8659.1871.18
HexE1BE8A01027C243b47
Octal34127621202047144473107
Binary11100001101111101000101001000010011111001001001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BE8A; }

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

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

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

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

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

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

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

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