#E3BD8A

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

Shades of Burly Wood #E3BD8A

Tints of Burly Wood #E3BD8A

Color information

#E3BD8A (or 0xE3BD8A) is unknown color: approx Burly Wood. HEX triplet: E3, BD and 8A. RGB value is (227,189,138). Sum of RGB (Red+Green+Blue) = 227+189+138=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BD8A is #1C4275. Grayscale: #C2C2C2. Windows color (decimal): -1852022 or 9092579. OLE color: 9092579.

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

Color convert

RGB227189138-
CMYK00.170.390.11
HSL34.38º61.38%71.57%-
HSV(B)34.38º39.21%89.02%-
XYZ54.4654.5631.71-
YUV194.5596.09151.15-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.97%
GREEN value IS 189 (74.22% from 255) = 34.12%
BLUE value IS 138 (54.30% from 255) = 24.91%
R=40.97%
G=34.12%
B=24.91%

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
Decimal22718913800.170.390.1134.3861.3871.57
HexE3BD8A01127B223d48
Octal34327521202147134275110
Binary11100011101111011000101001000110011110111000101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BD8A; }

 p { color: rgb(227,189,138); }

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

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

 a { background-color: rgb(227,189,138); }

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

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

 span { border-color: rgb(227,189,138); }

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