#E1B485

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

Shades of Burly Wood #E1B485

Tints of Burly Wood #E1B485

Color information

#E1B485 (or 0xE1B485) is unknown color: approx Burly Wood. HEX triplet: E1, B4 and 85. RGB value is (225,180,133). Sum of RGB (Red+Green+Blue) = 225+180+133=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B485 is #1E4B7A. Grayscale: #BCBCBC. Windows color (decimal): -1985403 or 8762593. OLE color: 8762593.

HSL color Cylindrical-coordinate representation of color #E1B485: hue angle of 30.65º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1B485 is Cyan = 0, Magento = 0.2, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB225180133-
CMYK00.20.410.12
HSL30.65º60.53%70.2%-
HSV(B)30.65º40.89%88.24%-
XYZ51.6150.3429.19-
YUV188.196.91154.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.82%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 133 (52.34% from 255) = 24.72%
R=41.82%
G=33.46%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518013300.20.410.1230.6560.5370.2
HexE1B48501429C1f3d46
Octal34126420502451143775106
Binary1110000110110100100001010101001010011100111111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B485; }

 p { color: rgb(225,180,133); }

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

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

 a { background-color: rgb(225,180,133); }

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

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

 span { border-color: rgb(225,180,133); }

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