Html Css Color HEX #E0BB86 Burly Wood

📋 copy color: '#E0BB86'

red 224 ◦ green 187 ◦ blue 134

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

Shades of Burly Wood #E0BB86

Tints of Burly Wood #E0BB86

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.31%

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

R = 41.1%
G = 34.31%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E0BB86 (or 0xE0BB86) is known color: Burly Wood. HEX triplet: E0, BB and 86. RGB value is (224,187,134). Sum of RGB (Red+Green+Blue) = 224+187+134=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BB86 is #1F4479. Grayscale: #C0C0C0. Windows color (decimal): -2049146 or 8829920. OLE color: 8829920.

HSL color Cylindrical-coordinate representation of color #E0BB86: hue angle of 35.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 #E0BB86 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 187 134 -
CMYK 0 0.17 0.40 0.12
HSL 35.33º 0.59% 0.7% -
HSV(B) 35.33º 0.4% 0.88% -
XYZ 52.81 53.11 30.02 -
YUV 192.02 95.26 150.81 -
System Red Green Blue C M Y K H S L
Decimal 224 187 134 0 0.17 0.40 0.12 35.33 0.59 0.7
Hex E0 BB 86 0 11 28 C 23 3B 46
Octal 340 273 206 0 21 50 14 43 73 106
Binary 11100000 10111011 10000110 0 10001 101000 1100 100011 111011 1000110

Color Harmonies of #E0BB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BB86

Black with #E0BB86

Text Example


Text Example

White with #E0BB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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