#E2BC8A

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

Shades of Burly Wood #E2BC8A

Tints of Burly Wood #E2BC8A

Color information

#E2BC8A (or 0xE2BC8A) is unknown color: approx Burly Wood. HEX triplet: E2, BC and 8A. RGB value is (226,188,138). Sum of RGB (Red+Green+Blue) = 226+188+138=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BC8A is #1D4375. Grayscale: #C1C1C1. Windows color (decimal): -1917814 or 9092322. OLE color: 9092322.

HSL color Cylindrical-coordinate representation of color #E2BC8A: hue angle of 34.09º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2BC8A is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB226188138-
CMYK00.170.390.11
HSL34.09º60.27%71.37%-
HSV(B)34.09º38.94%88.63%-
XYZ53.9353.9731.62-
YUV193.6696.59151.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.94%
GREEN value IS 188 (73.83% from 255) = 34.06%
BLUE value IS 138 (54.30% from 255) = 25%
R=40.94%
G=34.06%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618813800.170.390.1134.0960.2771.37
HexE2BC8A01127B223c47
Octal34227421202147134274107
Binary11100010101111001000101001000110011110111000101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BC8A; }

 p { color: rgb(226,188,138); }

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

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

 a { background-color: rgb(226,188,138); }

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

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

 span { border-color: rgb(226,188,138); }

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