Html Css Color HEX #E0B886 Burly Wood

📋 copy color: '#E0B886'

red 224 ◦ green 184 ◦ blue 134

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

Shades of Burly Wood #E0B886

Tints of Burly Wood #E0B886

RGB

 RED value IS 224 (87.89% from 255) = 41.33%

 GREEN value IS 184 (72.27% from 255) = 33.95%

 BLUE value IS 134 (52.73% from 255) = 24.72%

R = 41.33%
G = 33.95%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E0B886 (or 0xE0B886) is known color: Burly Wood. HEX triplet: E0, B8 and 86. RGB value is (224,184,134). Sum of RGB (Red+Green+Blue) = 224+184+134=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B886 is #1F4779. Grayscale: #BEBEBE. Windows color (decimal): -2049914 or 8829152. OLE color: 8829152.

HSL color Cylindrical-coordinate representation of color #E0B886: hue angle of 33.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0B886 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 184 134 -
CMYK 0 0.18 0.40 0.12
HSL 33.33º 0.59% 0.7% -
HSV(B) 33.33º 0.4% 0.88% -
XYZ 52.18 51.85 29.81 -
YUV 190.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 224 184 134 0 0.18 0.40 0.12 33.33 0.59 0.7
Hex E0 B8 86 0 12 28 C 21 3B 46
Octal 340 270 206 0 22 50 14 41 73 106
Binary 11100000 10111000 10000110 0 10010 101000 1100 100001 111011 1000110

Color Harmonies of #E0B886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B886

Black with #E0B886

Text Example


Text Example

White with #E0B886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B886; }

 p { color: rgb(224,184,134); }

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

background-color css

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

 a { background-color: rgb(224,184,134); }

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

border-color css

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

 span { border-color: rgb(224,184,134); }

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