#E0BC8C

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

Shades of Burly Wood #E0BC8C

Tints of Burly Wood #E0BC8C

Color information

#E0BC8C (or 0xE0BC8C) is unknown color: approx Burly Wood. HEX triplet: E0, BC and 8C. RGB value is (224,188,140). Sum of RGB (Red+Green+Blue) = 224+188+140=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BC8C is #1F4373. Grayscale: #C1C1C1. Windows color (decimal): -2048884 or 9223392. OLE color: 9223392.

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

Color convert

RGB224188140-
CMYK00.160.380.12
HSL34.29º57.53%71.37%-
HSV(B)34.29º37.5%87.84%-
XYZ53.4653.7132.36-
YUV193.2997.93149.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.58%
GREEN value IS 188 (73.83% from 255) = 34.06%
BLUE value IS 140 (55.08% from 255) = 25.36%
R=40.58%
G=34.06%
B=25.36%

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
Decimal22418814000.160.380.1234.2957.5371.37
HexE0BC8C01026C223a47
Octal34027421402046144272107
Binary11100000101111001000110001000010011011001000101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BC8C; }

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

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

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

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

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

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

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

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