Html Css Color HEX #E2B686 Burly Wood

📋 copy color: '#E2B686'

red 226 ◦ green 182 ◦ blue 134

#E2B686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burly Wood #E2B686

Tints of Burly Wood #E2B686

RGB

 RED value IS 226 (88.67% from 255) = 41.7%

 GREEN value IS 182 (71.48% from 255) = 33.58%

 BLUE value IS 134 (52.73% from 255) = 24.72%

R = 41.7%
G = 33.58%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E2B686 (or 0xE2B686) is known color: Burly Wood. HEX triplet: E2, B6 and 86. RGB value is (226,182,134). Sum of RGB (Red+Green+Blue) = 226+182+134=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B686 is #1D4979. Grayscale: #BDBDBD. Windows color (decimal): -1919354 or 8828642. OLE color: 8828642.

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

Color convert

RGB 226 182 134 -
CMYK 0 0.19 0.41 0.11
HSL 31.3º 0.61% 0.71% -
HSV(B) 31.3º 0.41% 0.89% -
XYZ 52.4 51.35 29.7 -
YUV 189.68 96.58 153.9 -
System Red Green Blue C M Y K H S L
Decimal 226 182 134 0 0.19 0.41 0.11 31.3 0.61 0.71
Hex E2 B6 86 0 13 29 B 1F 3D 47
Octal 342 266 206 0 23 51 13 37 75 107
Binary 11100010 10110110 10000110 0 10011 101001 1011 11111 111101 1000111

Color Harmonies of #E2B686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B686

Black with #E2B686

Text Example


Text Example

White with #E2B686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B686; }

 p { color: rgb(226,182,134); }

 H1.HeaderClassName
 {
   color: #E2B686;
 }
 .AnyTagClassName
 {
   color: #E2B686;
 }
</style>

background-color css

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

 a { background-color: rgb(226,182,134); }

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

border-color css

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

 span { border-color: rgb(226,182,134); }

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