#E0BC87

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

Shades of Burly Wood #E0BC87

Tints of Burly Wood #E0BC87

Color information

#E0BC87 (or 0xE0BC87) is unknown color: approx Burly Wood. HEX triplet: E0, BC and 87. RGB value is (224,188,135). Sum of RGB (Red+Green+Blue) = 224+188+135=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 135 (53.12% from 255 or 24.68% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BC87 is #1F4378. Grayscale: #C0C0C0. Windows color (decimal): -2048889 or 8895712. OLE color: 8895712.

HSL color Cylindrical-coordinate representation of color #E0BC87: hue angle of 35.73º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0BC87 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB224188135-
CMYK00.160.400.12
HSL35.73º58.94%70.39%-
HSV(B)35.73º39.73%87.84%-
XYZ53.153.5630.46-
YUV192.7295.43150.31-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 188 (73.83% from 255) = 34.37%
BLUE value IS 135 (53.12% from 255) = 24.68%
R=40.95%
G=34.37%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418813500.160.400.1235.7358.9470.39
HexE0BC8701028C243b46
Octal34027420702050144473106
Binary11100000101111001000011101000010100011001001001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BC87; }

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

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

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

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

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

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

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

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