#E2BE8D

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

Shades of Burly Wood #E2BE8D

Tints of Burly Wood #E2BE8D

Color information

#E2BE8D (or 0xE2BE8D) is unknown color: approx Burly Wood. HEX triplet: E2, BE and 8D. RGB value is (226,190,141). Sum of RGB (Red+Green+Blue) = 226+190+141=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BE8D is #1D4172. Grayscale: #C3C3C3. Windows color (decimal): -1917299 or 9289442. OLE color: 9289442.

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

Color convert

RGB226190141-
CMYK00.160.380.11
HSL34.59º59.44%71.96%-
HSV(B)34.59º37.61%88.63%-
XYZ54.5954.9232.92-
YUV195.1897.43149.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.57%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 141 (55.47% from 255) = 25.31%
R=40.57%
G=34.11%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619014100.160.380.1134.5959.4471.96
HexE2BE8D01026B233b48
Octal34227621502046134373110
Binary11100010101111101000110101000010011010111000111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BE8D; }

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

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

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

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

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

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

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

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