Html Css Color HEX #E2B98B Burly Wood

📋 copy color: '#E2B98B'

red 226 ◦ green 185 ◦ blue 139

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

Shades of Burly Wood #E2B98B

Tints of Burly Wood #E2B98B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.64%

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

R = 41.09%
G = 33.64%
B = 25.27%

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

#E2B98B (or 0xE2B98B) is known color: Burly Wood. HEX triplet: E2, B9 and 8B. RGB value is (226,185,139). Sum of RGB (Red+Green+Blue) = 226+185+139=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B98B is #1D4674. Grayscale: #C0C0C0. Windows color (decimal): -1918581 or 9157090. OLE color: 9157090.

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

Color convert

RGB 226 185 139 -
CMYK 0 0.18 0.38 0.11
HSL 31.72º 0.6% 0.72% -
HSV(B) 31.72º 0.38% 0.89% -
XYZ 53.37 52.73 31.79 -
YUV 192.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 226 185 139 0 0.18 0.38 0.11 31.72 0.6 0.72
Hex E2 B9 8B 0 12 26 B 20 3C 48
Octal 342 271 213 0 22 46 13 40 74 110
Binary 11100010 10111001 10001011 0 10010 100110 1011 100000 111100 1001000

Color Harmonies of #E2B98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B98B

Black with #E2B98B

Text Example


Text Example

White with #E2B98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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