#E0BC8A

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

Shades of Burly Wood #E0BC8A

Tints of Burly Wood #E0BC8A

Color information

#E0BC8A (or 0xE0BC8A) is unknown color: approx Burly Wood. HEX triplet: E0, BC and 8A. RGB value is (224,188,138). Sum of RGB (Red+Green+Blue) = 224+188+138=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BC8A is #1F4375. Grayscale: #C1C1C1. Windows color (decimal): -2048886 or 9092320. OLE color: 9092320.

HSL color Cylindrical-coordinate representation of color #E0BC8A: hue angle of 34.88º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0BC8A is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224188138-
CMYK00.160.380.12
HSL34.88º58.11%70.98%-
HSV(B)34.88º38.39%87.84%-
XYZ53.3153.6531.59-
YUV193.0696.93150.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.73%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 138 (54.30% from 255) = 25.09%
R=40.73%
G=34.18%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418813800.160.380.1234.8858.1170.98
HexE0BC8A01026C233a47
Octal34027421202046144372107
Binary11100000101111001000101001000010011011001000111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BC8A; }

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

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

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

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

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

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

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

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