Html Css Color HEX #E2BF8D Burly Wood

📋 copy color: '#E2BF8D'

red 226 ◦ green 191 ◦ blue 141

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

Shades of Burly Wood #E2BF8D

Tints of Burly Wood #E2BF8D

RGB

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

 GREEN value IS 191 (75% from 255) = 34.23%

 BLUE value IS 141 (55.47% from 255) = 25.27%

R = 40.5%
G = 34.23%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2BF8D (or 0xE2BF8D) is known color: Burly Wood. HEX triplet: E2, BF and 8D. RGB value is (226,191,141). Sum of RGB (Red+Green+Blue) = 226+191+141=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BF8D is #1D4072. Grayscale: #C4C4C4. Windows color (decimal): -1917043 or 9289698. OLE color: 9289698.

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

Color convert

RGB 226 191 141 -
CMYK 0 0.15 0.38 0.11
HSL 35.29º 0.59% 0.72% -
HSV(B) 35.29º 0.38% 0.89% -
XYZ 54.8 55.35 33 -
YUV 195.77 97.1 149.57 -
System Red Green Blue C M Y K H S L
Decimal 226 191 141 0 0.15 0.38 0.11 35.29 0.59 0.72
Hex E2 BF 8D 0 F 26 B 23 3B 48
Octal 342 277 215 0 17 46 13 43 73 110
Binary 11100010 10111111 10001101 0 1111 100110 1011 100011 111011 1001000

Color Harmonies of #E2BF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BF8D

Black with #E2BF8D

Text Example


Text Example

White with #E2BF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BF8D; }

 p { color: rgb(226,191,141); }

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

background-color css

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

 a { background-color: rgb(226,191,141); }

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

border-color css

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

 span { border-color: rgb(226,191,141); }

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