#E0B688

Color #E0B688 Burly Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burly Wood #E0B688

Tints of Burly Wood #E0B688

Color information

#E0B688 (or 0xE0B688) is unknown color: approx Burly Wood. HEX triplet: E0, B6 and 88. RGB value is (224,182,136). Sum of RGB (Red+Green+Blue) = 224+182+136=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 136 (53.52% from 255 or 25.09% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B688 is #1F4977. Grayscale: #BDBDBD. Windows color (decimal): -2050424 or 8959712. OLE color: 8959712.

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

Color convert

RGB224182136-
CMYK00.190.390.12
HSL31.36º58.67%70.59%-
HSV(B)31.36º39.29%87.84%-
XYZ51.9151.0830.42-
YUV189.3197.91152.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.33%
GREEN value IS 182 (71.48% from 255) = 33.58%
BLUE value IS 136 (53.52% from 255) = 25.09%
R=41.33%
G=33.58%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418213600.190.390.1231.3658.6770.59
HexE0B68801327C1f3b47
Octal34026621002347143773107
Binary1110000010110110100010000100111001111100111111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B688; }

 p { color: rgb(224,182,136); }

 H1.HeaderClassName
 {
   color: #E0B688;
 }
 .AnyTagClassName
 {
   color: #E0B688;
 }
</style>
background-color css

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

 a { background-color: rgb(224,182,136); }

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

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

 span { border-color: rgb(224,182,136); }

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