Html Css Color HEX #E2BD8A Burly Wood

📋 copy color: '#E2BD8A'

red 226 ◦ green 189 ◦ blue 138

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

Shades of Burly Wood #E2BD8A

Tints of Burly Wood #E2BD8A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.18%

 BLUE value IS 138 (54.3% from 255) = 24.95%

R = 40.87%
G = 34.18%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E2BD8A (or 0xE2BD8A) is known color: Burly Wood. HEX triplet: E2, BD and 8A. RGB value is (226,189,138). Sum of RGB (Red+Green+Blue) = 226+189+138=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BD8A is #1D4275. Grayscale: #C2C2C2. Windows color (decimal): -1917558 or 9092578. OLE color: 9092578.

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

Color convert

RGB 226 189 138 -
CMYK 0 0.16 0.39 0.11
HSL 34.77º 0.6% 0.71% -
HSV(B) 34.77º 0.39% 0.89% -
XYZ 54.15 54.4 31.69 -
YUV 194.25 96.26 150.65 -
System Red Green Blue C M Y K H S L
Decimal 226 189 138 0 0.16 0.39 0.11 34.77 0.6 0.71
Hex E2 BD 8A 0 10 27 B 23 3C 47
Octal 342 275 212 0 20 47 13 43 74 107
Binary 11100010 10111101 10001010 0 10000 100111 1011 100011 111100 1000111

Color Harmonies of #E2BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BD8A

Black with #E2BD8A

Text Example


Text Example

White with #E2BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BD8A; }

 p { color: rgb(226,189,138); }

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

background-color css

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

 a { background-color: rgb(226,189,138); }

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

border-color css

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

 span { border-color: rgb(226,189,138); }

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