Html Css Color HEX #E1BA8C Burly Wood

📋 copy color: '#E1BA8C'

red 225 ◦ green 186 ◦ blue 140

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

Shades of Burly Wood #E1BA8C

Tints of Burly Wood #E1BA8C

RGB

 RED value IS 225 (88.28% from 255) = 40.83%

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

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

R = 40.83%
G = 33.76%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1BA8C (or 0xE1BA8C) is known color: Burly Wood. HEX triplet: E1, BA and 8C. RGB value is (225,186,140). Sum of RGB (Red+Green+Blue) = 225+186+140=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BA8C is #1E4573. Grayscale: #C0C0C0. Windows color (decimal): -1983860 or 9222881. OLE color: 9222881.

HSL color Cylindrical-coordinate representation of color #E1BA8C: hue angle of 32.47º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1BA8C is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 186 140 -
CMYK 0 0.17 0.38 0.12
HSL 32.47º 0.59% 0.72% -
HSV(B) 32.47º 0.38% 0.88% -
XYZ 53.34 53.02 32.23 -
YUV 192.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 225 186 140 0 0.17 0.38 0.12 32.47 0.59 0.72
Hex E1 BA 8C 0 11 26 C 20 3B 48
Octal 341 272 214 0 21 46 14 40 73 110
Binary 11100001 10111010 10001100 0 10001 100110 1100 100000 111011 1001000

Color Harmonies of #E1BA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BA8C

Black with #E1BA8C

Text Example


Text Example

White with #E1BA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BA8C; }

 p { color: rgb(225,186,140); }

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

background-color css

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

 a { background-color: rgb(225,186,140); }

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

border-color css

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

 span { border-color: rgb(225,186,140); }

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