#E0BE8A

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

Shades of Burly Wood #E0BE8A

Tints of Burly Wood #E0BE8A

Color information

#E0BE8A (or 0xE0BE8A) is unknown color: approx Burly Wood. HEX triplet: E0, BE and 8A. RGB value is (224,190,138). Sum of RGB (Red+Green+Blue) = 224+190+138=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BE8A is #1F4175. Grayscale: #C2C2C2. Windows color (decimal): -2048374 or 9092832. OLE color: 9092832.

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

Color convert

RGB224190138-
CMYK00.150.380.12
HSL36.28º58.11%70.98%-
HSV(B)36.28º38.39%87.84%-
XYZ53.7454.5131.73-
YUV194.2496.26149.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.58%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 138 (54.30% from 255) = 25%
R=40.58%
G=34.42%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419013800.150.380.1236.2858.1170.98
HexE0BE8A0F26C243a47
Octal34027621201746144472107
Binary1110000010111110100010100111110011011001001001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BE8A; }

 p { color: rgb(224,190,138); }

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

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

 a { background-color: rgb(224,190,138); }

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

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

 span { border-color: rgb(224,190,138); }

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