Html Css Color HEX #E2BE8C Burly Wood

📋 copy color: '#E2BE8C'

red 226 ◦ green 190 ◦ blue 140

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

Shades of Burly Wood #E2BE8C

Tints of Burly Wood #E2BE8C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.17%

 BLUE value IS 140 (55.08% from 255) = 25.18%

R = 40.65%
G = 34.17%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2BE8C (or 0xE2BE8C) is known color: Burly Wood. HEX triplet: E2, BE and 8C. RGB value is (226,190,140). Sum of RGB (Red+Green+Blue) = 226+190+140=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BE8C is #1D4173. Grayscale: #C3C3C3. Windows color (decimal): -1917300 or 9223906. OLE color: 9223906.

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

Color convert

RGB 226 190 140 -
CMYK 0 0.16 0.38 0.11
HSL 34.88º 0.6% 0.72% -
HSV(B) 34.88º 0.38% 0.89% -
XYZ 54.51 54.89 32.53 -
YUV 195.06 96.93 150.07 -
System Red Green Blue C M Y K H S L
Decimal 226 190 140 0 0.16 0.38 0.11 34.88 0.6 0.72
Hex E2 BE 8C 0 10 26 B 23 3C 48
Octal 342 276 214 0 20 46 13 43 74 110
Binary 11100010 10111110 10001100 0 10000 100110 1011 100011 111100 1001000

Color Harmonies of #E2BE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BE8C

Black with #E2BE8C

Text Example


Text Example

White with #E2BE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BE8C; }

 p { color: rgb(226,190,140); }

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

background-color css

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

 a { background-color: rgb(226,190,140); }

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

border-color css

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

 span { border-color: rgb(226,190,140); }

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