#E1BC8C

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

Shades of Burly Wood #E1BC8C

Tints of Burly Wood #E1BC8C

Color information

#E1BC8C (or 0xE1BC8C) is unknown color: approx Burly Wood. HEX triplet: E1, BC and 8C. RGB value is (225,188,140). Sum of RGB (Red+Green+Blue) = 225+188+140=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BC8C is #1E4373. Grayscale: #C1C1C1. Windows color (decimal): -1983348 or 9223393. OLE color: 9223393.

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

Color convert

RGB225188140-
CMYK00.160.380.12
HSL33.88º58.62%71.57%-
HSV(B)33.88º37.78%88.24%-
XYZ53.7753.8732.37-
YUV193.5997.76150.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.69%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 140 (55.08% from 255) = 25.32%
R=40.69%
G=34.00%
B=25.32%

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
Decimal22518814000.160.380.1233.8858.6271.57
HexE1BC8C01026C223b48
Octal34127421402046144273110
Binary11100001101111001000110001000010011011001000101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC8C; }

 p { color: rgb(225,188,140); }

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

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

 a { background-color: rgb(225,188,140); }

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

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

 span { border-color: rgb(225,188,140); }

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