#E0B486

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

Shades of Burly Wood #E0B486

Tints of Burly Wood #E0B486

Color information

#E0B486 (or 0xE0B486) is unknown color: approx Burly Wood. HEX triplet: E0, B4 and 86. RGB value is (224,180,134). Sum of RGB (Red+Green+Blue) = 224+180+134=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B486 is #1F4B79. Grayscale: #BCBCBC. Windows color (decimal): -2050938 or 8828128. OLE color: 8828128.

HSL color Cylindrical-coordinate representation of color #E0B486: hue angle of 30.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0B486 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB224180134-
CMYK00.200.400.12
HSL30.67º59.21%70.2%-
HSV(B)30.67º40.18%87.84%-
XYZ51.3650.2129.54-
YUV187.9197.58153.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.64%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 134 (52.73% from 255) = 24.91%
R=41.64%
G=33.46%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418013400.200.400.1230.6759.2170.2
HexE0B48601428C1f3b46
Octal34026420602450143773106
Binary1110000010110100100001100101001010001100111111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B486; }

 p { color: rgb(224,180,134); }

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

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

 a { background-color: rgb(224,180,134); }

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

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

 span { border-color: rgb(224,180,134); }

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