#E2BD8C

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

Shades of Burly Wood #E2BD8C

Tints of Burly Wood #E2BD8C

Color information

#E2BD8C (or 0xE2BD8C) is unknown color: approx Burly Wood. HEX triplet: E2, BD and 8C. RGB value is (226,189,140). Sum of RGB (Red+Green+Blue) = 226+189+140=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BD8C is #1D4273. Grayscale: #C2C2C2. Windows color (decimal): -1917556 or 9223650. OLE color: 9223650.

HSL color Cylindrical-coordinate representation of color #E2BD8C: hue angle of 34.19º degrees, saturation: 0.6, 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 #E2BD8C is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB226189140-
CMYK00.160.380.11
HSL34.19º59.72%71.76%-
HSV(B)34.19º38.05%88.63%-
XYZ54.354.4632.46-
YUV194.4897.26150.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.72%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 140 (55.08% from 255) = 25.23%
R=40.72%
G=34.05%
B=25.23%

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
Decimal22618914000.160.380.1134.1959.7271.76
HexE2BD8C01026B223c48
Octal34227521402046134274110
Binary11100010101111011000110001000010011010111000101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BD8C; }

 p { color: rgb(226,189,140); }

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

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

 a { background-color: rgb(226,189,140); }

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

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

 span { border-color: rgb(226,189,140); }

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