#E2BA87

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

Shades of Burly Wood #E2BA87

Tints of Burly Wood #E2BA87

Color information

#E2BA87 (or 0xE2BA87) is unknown color: approx Burly Wood. HEX triplet: E2, BA and 87. RGB value is (226,186,135). Sum of RGB (Red+Green+Blue) = 226+186+135=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 135 (53.12% from 255 or 24.68% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BA87 is #1D4578. Grayscale: #C0C0C0. Windows color (decimal): -1918329 or 8895202. OLE color: 8895202.

HSL color Cylindrical-coordinate representation of color #E2BA87: hue angle of 33.63º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E2BA87 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB226186135-
CMYK00.180.400.11
HSL33.63º61.07%70.78%-
HSV(B)33.63º40.27%88.63%-
XYZ53.353.0430.35-
YUV192.1595.75152.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.32%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 135 (53.12% from 255) = 24.68%
R=41.32%
G=34.00%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618613500.180.400.1133.6361.0770.78
HexE2BA8701228B223d47
Octal34227220702250134275107
Binary11100010101110101000011101001010100010111000101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BA87; }

 p { color: rgb(226,186,135); }

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

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

 a { background-color: rgb(226,186,135); }

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

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

 span { border-color: rgb(226,186,135); }

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