Html Css Color HEX #E2BA8B Burly Wood

📋 copy color: '#E2BA8B'

red 226 ◦ green 186 ◦ blue 139

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

Shades of Burly Wood #E2BA8B

Tints of Burly Wood #E2BA8B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.76%

 BLUE value IS 139 (54.69% from 255) = 25.23%

R = 41.02%
G = 33.76%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2BA8B (or 0xE2BA8B) is known color: Burly Wood. HEX triplet: E2, BA and 8B. RGB value is (226,186,139). Sum of RGB (Red+Green+Blue) = 226+186+139=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 139 (54.69% from 255 or 25.23% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BA8B is #1D4574. Grayscale: #C0C0C0. Windows color (decimal): -1918325 or 9157346. OLE color: 9157346.

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

Color convert

RGB 226 186 139 -
CMYK 0 0.18 0.38 0.11
HSL 32.41º 0.6% 0.72% -
HSV(B) 32.41º 0.38% 0.89% -
XYZ 53.58 53.15 31.86 -
YUV 192.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 226 186 139 0 0.18 0.38 0.11 32.41 0.6 0.72
Hex E2 BA 8B 0 12 26 B 20 3C 48
Octal 342 272 213 0 22 46 13 40 74 110
Binary 11100010 10111010 10001011 0 10010 100110 1011 100000 111100 1001000

Color Harmonies of #E2BA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BA8B

Black with #E2BA8B

Text Example


Text Example

White with #E2BA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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